Difference between revisions of "2015 USAJMO Problems/Problem 1"
(→Solution 2) |
(→Solution 2) |
||
Line 22: | Line 22: | ||
<cmath>m_1 = (1, 2015), m_2 = (2, 2014), \dots, m_{1007} = (1007, 1009),</cmath> | <cmath>m_1 = (1, 2015), m_2 = (2, 2014), \dots, m_{1007} = (1007, 1009),</cmath> | ||
we get <math>s_1 = s_2 = \cdots = s_{2015} = 1008</math>. | we get <math>s_1 = s_2 = \cdots = s_{2015} = 1008</math>. | ||
+ | |||
+ | |||
(95% Sure) Doesn't this solution fail for Case <math>2</math> when <math>a</math> or <math>b</math> is <math>1008</math>? (Because <math>2016-1008 = 1008</math> so <math>m_{-1}</math> is basically non-existent.) | (95% Sure) Doesn't this solution fail for Case <math>2</math> when <math>a</math> or <math>b</math> is <math>1008</math>? (Because <math>2016-1008 = 1008</math> so <math>m_{-1}</math> is basically non-existent.) |
Revision as of 22:12, 1 July 2021
Problem
Given a sequence of real numbers, a move consists of choosing two terms and replacing each with their arithmetic mean. Show that there exists a sequence of distinct real numbers such that after one initial move is applied to the sequence -- no matter what move -- there is always a way to continue with a finite sequence of moves so as to obtain in the end a constant sequence.
Solution
Let the set be , namely all the consecutive integers from to . Notice that the operation we are applying in this problem does not change the sum or the mean of the set, which is .
There are pairs of opposite integers . After the first two elements are chosen, there are at least such pairs. For each such pair we perform the operation of average, hence reducing these elements to . Then use the other elements together with three 's produced to form the group of eight: , and perform the operation in the following order: where . Then, for two groups, for the other two groups, and finally for all the eight elements. Since the sum of the eight-group is , must also be . Therefore, all the elements are reduced to .
The key to the algorithm is to form a subset, which is guaranteed to be reducible to all the members of the same value, namely the mean. Then before that, if we could always choose members to form pairs, each yielding the average of the total group, then all the members are reduced to the average. Under the condition that two arbitrary elements are chosen first, we need only to guarantee this result. But for the first operation leads to equal elements, so is the only case when all the members may not be reduced to average.
Sidenote: Actually, for , the members are all reduced to the average, as the sum of the terms is constant and does not change.
Solution 2
Consider any arithmetic sequence. WLOG, let it be , i.e. . Define the move as replacing the numbers located at positions and with their mean, assuming and are distinct. If they are the same integer, define it as not making a move. Now, suppose the initial move . If , then . Then, applying the moves we get . Otherwise, suppose . Then consider the following moves: We have makes . So, makes Similarly for with and . Then, finishing up with the moves we get .
(95% Sure) Doesn't this solution fail for Case when or is ? (Because so is basically non-existent.)
Solution 3 (INCORRECT)
Let the set be , where all the terms are nonnegative. Note that the sum of all the terms in this sequence will always be the same after any amount of moves. To prove this, let be integers with , and we have .
Also, by AM-GM, so the product of all the terms will not decrease after any number of moves. However, the product will only stay the same when , so the product will always increase if .
Finally, note that by AM-GM, so because is fixed, there is a maximum product that is reached after a finite number of moves as the product increases. This product is reached when , so we are done.
This solution is incorrect; the product may take an infinite number of moves to reach the maximum (for example, consider the sequence )
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.
See also
2015 USAJMO (Problems • Resources) | ||
First Problem | Followed by Problem 2 | |
1 • 2 • 3 • 4 • 5 • 6 | ||
All USAJMO Problems and Solutions |