Maths Olympiad Prep

Library / /1 of 3

, 2013

Combinatorics Difficulty 5.9 AIME, harder Prove it Japan

Let n,kn, k be positive integers satisfying nkn \ge k.
There is a group consisting of nn people. Each person of this group belongs to one and only one of kk clubs, called club C1,C2,,CkC_1, C_2, \dots, C_k. Each club has at least one member belonging to it. Prove that it is possible to distribute n2n^2 pieces of cake to these nn people in such a way to satisfy all of the following conditions:
* Every one receives at least 1 piece of cake.
* For each ii 1ik1 \le i \le k, every member of the club CiC_i receives aia_i pieces of cake.
* If 1i<jk1 \le i < j \le k, then ai>aja_i > a_j is satisfied.

Solution

Let for each ii, 1ik1 \le i \le k, xix_i be the number of people belonging to the club CiC_i.
If we set ai=xi+2(xi+1+xi+2++xk)a_i = x_i + 2(x_{i+1} + x_{i+2} + \cdots + x_k) for each ii, then we claim that a1,a2,,aka_1, a_2, \cdots, a_k satisfy all the conditions of the problem. The condition ai>0a_i > 0 is obvious. For 1ik11 \le i \le k-1, we have ai=xi+xi+1+ai+1>ai+1a_i = x_i + x_{i+1} + a_{i+1} > a_{i+1} which shows that ai>aja_i > a_j holds for 1i<jk1 \le i < j \le k. Finally, the total number of the cakes distributed is given by
a1x1+a2x2+akxk=i=1kxi2+2i=1k1j=i+1kxixj=(x1+x2++xk)2=n2. a_1x_1 + a_2x_2 + \cdots a_kx_k = \sum_{i=1}^{k} x_i^2 + 2 \sum_{i=1}^{k-1} \sum_{j=i+1}^{k} x_i x_j = (x_1 + x_2 + \cdots + x_k)^2 = n^2.
Thus our claim is proved.

Want a route through all this instead of an archive? The track puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.

Source: MathNet, licensed CC-BY-4.0. Statement and solution reproduced as published; topic and difficulty added by this site.