Let n,k be positive integers satisfying n≥k. There is a group consisting of n people. Each person of this group belongs to one and only one of k clubs, called club C1,C2,…,Ck. Each club has at least one member belonging to it. Prove that it is possible to distribute n2 pieces of cake to these n people in such a way to satisfy all of the following conditions: * Every one receives at least 1 piece of cake. * For each i1≤i≤k, every member of the club Ci receives ai pieces of cake. * If 1≤i<j≤k, then ai>aj is satisfied.
Solution
Let for each i, 1≤i≤k, xi be the number of people belonging to the club Ci. If we set ai=xi+2(xi+1+xi+2+⋯+xk) for each i, then we claim that a1,a2,⋯,ak satisfy all the conditions of the problem. The condition ai>0 is obvious. For 1≤i≤k−1, we have ai=xi+xi+1+ai+1>ai+1 which shows that ai>aj holds for 1≤i<j≤k. Finally, the total number of the cakes distributed is given by a1x1+a2x2+⋯akxk=i=1∑kxi2+2i=1∑k−1j=i+1∑kxixj=(x1+x2+⋯+xk)2=n2. 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.