Maths Olympiad Prep

Library / /41 of 69

, 2011

Combinatorics Difficulty 5.3 AIME, harder Prove it South Africa

A school has nn students and there are some extra classes provided for them so that each student can participate in any number of them. We know that there are at least two participants in any class. We also know that if two different classes have two common students, then the numbers of their participants are different. Prove that the total number of classes is not greater than (n1)2(n - 1)^2.

Solution

Let AiA_i, 2in2 \le i \le n, be the set of all classes with ii participants. We will show that Ain(n1)i(i1)|A_i| \le \frac{n(n-1)}{i(i-1)}. Since every pair of students is together in at most one class of each AiA_i, we have that (i2)Ai(n2)\binom{i}{2} |A_i| \le \binom{n}{2}, giving
Ai(n2)(i2)=n(n1)i(i1). |A_i| \le \frac{\binom{n}{2}}{\binom{i}{2}} = \frac{n(n-1)}{i(i-1)}.
Now, the total number of classes equals
A2+A3++Ann(n1)(12(21)+13(31)++1n(n1))=n(n1)(11n)=(n1)2, \begin{aligned} & |A_2| + |A_3| + \dots + |A_n| \\ & \le n(n-1) \left( \frac{1}{2(2-1)} + \frac{1}{3(3-1)} + \dots + \frac{1}{n(n-1)} \right) \\ & = n(n-1) \left( 1 - \frac{1}{n} \right) = (n-1)^2, \end{aligned}
as required.

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 reproduced verbatim; metadata (topic, difficulty) added by this project.