Tedjn said:
Here's a nice problem. This one is quite fun and something that does not require any higher mathematics.
2010 Putnam Problem B3
There are 2010 boxes labeled B1, B2, ..., B2010, and 2010n balls have been distributed among them, for some positive integer n. You may redistribute the balls by a sequence of moves, each of which consists of choosing an i and moving exactly i balls from box Bi into any other box. For which values of n is it possible to reach the distribution with exactly n balls in each box, regardless of the initial distribution of balls?
If it is possible to fill each box B
i with at most i-1 balls, then no moves are possible. Since B
1 must have 0 balls, then under this assumption, the only solution is n=0. Such an initial distribution will always be possible if the number of balls is less than or equal to
\sum_{i=1}^{i=2010}(i-1) = \frac{2009*2008}{2} = 201736\approx 1003.5*2010
so there is only hope of a solution for n>1003 (other than n=0)
Suppose n>1003. At least 1 box must have a number of balls not less than it's label. It will be possible to move all of these balls to B
1 in the following way (assuming they are not already there): Box B
i contains k*i + m balls, k\in 1,2,3...; m<i. Move i balls to B
1. Now move i-m balls to B
i from B
1. Then move the remaining k*i balls to B
1 in k steps. We have removed at least i balls from this box and placed them in B
1 (if they weren't already there).
If we remove this empty box (if it exists) from consideration, we can ask the question of whether it is possible that the remaining boxes can each have at most i-1 balls in each B
i, no matter how the balls from box 1 are distributed. This was not possible before the empty box was removed by construction. The removal of the empty box removes a capacity of (i-1) balls, while producing a surplus of at least i balls in B
1. Therefore, there is a way of distributing the balls from B
1 so that at least one box other than the emptied one has at least i balls.
Since balls in B
1 can be redistributed individually, it is possible to distribute them among the other boxes any way desired. Redistribute them as described above to give at least one B
i with at least i balls. Apply the previously described procedure of moving all the balls in this box into B
1. By an identical argument to the preceding paragraph, this procedure can be applied indefinitely until only box 1 remains. Move the balls individually so that each box contains n balls.
So the final answer is n=0 or n>1003.
edit:The question said positive integer n, so n=0 is not a solution