Maths Olympiad Prep

Library / /129 of 133

Combinatorics Difficulty 7.3 National olympiad, round 2 Prove it Saudi Arabia

In a tournament each player played exactly one game against each of the other players. In each game the winner was awarded 1 point, the loser got 0 points, and each of the two players earned 12\frac{1}{2} point if the game was a tie. After the completion of the tournament, it was found that exactly half of the points earned by each player were earned in games against the ten players with the least number of points. (In particular, each of the ten lowest scoring players earned half of his points against the other nine of the ten). What was the total number of players in the tournament?

Solution

Suppose that there were nn players and assume s1s2sns_{1} \geq s_{2} \geq \cdots \geq s_{n} be the scores of each player. Because each player played exactly one game against each of the other players and each game worths 1 point, the total sum of scores is
s1+s2++sn=(n2)=n(n1)2 s_{1}+s_{2}+\cdots+s_{n}=\binom{n}{2}=\frac{n(n-1)}{2}
Because each of the ten lowest scoring players earned half of his points against the other 9 of the 10, he earned the other half of his points against the n10n-10 highest scoring players. Therefore, the total sum of the scores earned in the games between the first n10n-10 players and the last 10 players is
10(n10)=12s1+12s2++12sn=n(n1)4. 10(n-10)=\frac{1}{2} s_{1}+\frac{1}{2} s_{2}+\cdots+\frac{1}{2} s_{n}=\frac{n(n-1)}{4} .
This implies that n241n+400=0n^{2}-41 n+400=0, and thus n=16n=16 or 2525.

Because each of the ten lowest scoring players earned half of his points against the other 9 of the 10, the total sum of the scores earned in the games between the last 10 players is
12sn9+12sn8++12sn=(102)=45. \frac{1}{2} s_{n-9}+\frac{1}{2} s_{n-8}+\cdots+\frac{1}{2} s_{n}=\binom{10}{2}=45 .
This gives an average of 9 points of score for each of the ten lowest scoring players. Therefore, each of the first n10n-10 players has earned at least 9 points.

Because each of the first n10n-10 has earned half of his score from the games against the n11n-11 of the n10n-10 players, we have
92(n10)12s1+12s2++12sn10=(n102)=(n10)(n11)2. \frac{9}{2}(n-10) \leq \frac{1}{2} s_{1}+\frac{1}{2} s_{2}+\cdots+\frac{1}{2} s_{n-10}=\binom{n-10}{2}=\frac{(n-10)(n-11)}{2} .
We deduce that n20n \geq 20 and hence n=25n=25.

Finally, we construct such a tournament with 25 players. In this tournament, there are 15 winners, each of them having 14 points of scores and 10 losers each of them having 9 points of score. Any game played between two winners or two losers results in a tie. For games played between winners and losers, each winner wins in 6 games, loses in 2 games, and 2 games result in a tie and conversely each loser wins 3 games, loses 9 games and 3 games result in a tie. This makes such a tournament possible.

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.