2003 USAMO Problems/Problem 6
Problem
At the vertices of a regular hexagon are written six nonnegative integers whose sum is 2003. Bert is allowed to make moves of the following form: he may pick a vertex and replace the number written there by the absolute value of the difference between the numbers written at the two neighboring vertices. Prove that Bert can make a sequence of moves, after which the number 0 appears at all six vertices.
Solution 1
Assume the original numbers are . Since is odd, either or must be odd. WLOG let be odd and .
Case 1
. Define Operation A as the sequence of moves from Step 1 to Step 3, shown below: Notice that Operation A changes the numbers to and they are all nonnegative, since . Their sum changes from to ; it decreases as long as . If we repeat Operation A enough times, its sum will decrease and eventually we will arrive at a point where at least one of the numbers in the positions originally occupied by has become a 0.
Case 2
and . Define Operation B as the sequence of moves from Step 1 to Step 3, shown below: where in Step 3, we take the nonnegative choice of or . is changed to either or . If we have , their sum is and this is less than (the original sum) unless , but since the original sum is odd by assumption. If we have , their sum is , which is less than . Operation B applied repeatedly will cause either or to become .
Case 3
and . Define Operation C as the sequence of moves from Step 1 to Step 4, shown below:
Solution 2
We will show that Bert can make a sequence of moves such that the sum of all six integers, which we will denote in order as will only decrease until it equals zero. Since each move involves an absolute value, no integer will ever be negative, so when the sum of all six equals zero, it follows that each integer itself also equals zero.
Assume that at some point Bert cannot make a move that will decrease the sum of the integers. In other words, he can only make moves that either do not change or increase the sum. Choose an arbitrary integer to perform the move on, say , and without loss of generality, let . It follows that and .
Since every possible move will not decrease the sum of the integers, we also perform the move on . Because , we must have otherwise will necessarily decrease when the move is performed. So far we have , and by repeating the same argument over and over, we will have implying that . If , then any move that Bert makes will obviously decrease the sum of the integers by creating a zero. The sum will only stop decreasing once . Contradiction, so each time it will be possible for Bert to make a move that decreases the sum of the integers until they all eventually equal 0.