Maths Olympiad Prep

Library / /5 of 15

, 2022

Combinatorics Difficulty 6.3 National olympiad Prove it China

Let nn be a positive integer. There are 3n3n women's volleyball teams attending a tournament. Each pair of teams play at most once (there are no ties in volleyball games). Assume that a total number of 3n23n^2 games have been played. Prove that there exists a team whose number of winning games and number of losing games are both greater than or equal to n4\frac{n}{4}.

Solution

Proof. We prove by contradiction: assume the conclusion is false. Suppose that the teams P1,,PkP_1, \cdots, P_k all have won less than n4\frac{n}{4} games, while the remaining 3nk3n-k teams, Q1,,Q3nkQ_1, \cdots, Q_{3n-k} all have won at least n4\frac{n}{4} games. Based on the assumption of proof by contradiction, the number of defeats for Q1,,Q3nkQ_1, \cdots, Q_{3n-k} is also less than n4\frac{n}{4}. Since the total number of victories for all teams is 3n23n^2, there must be at least one team with no fewer than nn victories, implying that 3nk>03n-k > 0.
The number of matches between teams P1,,PkP_1, \cdots, P_k cannot exceed the sum of their victories, so it is not more than nk4\frac{nk}{4}. In a similar fashion, the number of matches between teams Q1,,Q3nkQ_1, \cdots, Q_{3n-k} cannot exceed the sum of their defeats, so it is less than n(3nk)4\frac{n(3n-k)}{4} (using the fact that 3nk>03n-k > 0).
The number of matches between the two sets P1,,PkP_1, \cdots, P_k and Q1,,Q3nkQ_1, \cdots, Q_{3n-k} is at most k(3nk)k(3n-k) games. Consequently, the total number of matches NN satisfies:
N<nk4+n(3nk)4+k(3nk)3n24+9n24=3n2, N < \frac{nk}{4} + \frac{n(3n-k)}{4} + k(3n-k) \le \frac{3n^2}{4} + \frac{9n^2}{4} = 3n^2,
which contradicts the given condition. Therefore, the assumption of proof by contradiction is incorrect, and the original proposition is true. \square

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.