Maths Olympiad Prep

Library / /22 of 84

, 2014

Combinatorics Difficulty 5.0 AIME Find the answer United States

Problem:

Six distinguishable players are participating in a tennis tournament. Each player plays one match of tennis against every other player. There are no ties in this tournament—each tennis match results in a win for one player and a loss for the other. Suppose that whenever AA and BB are players in the tournament such that AA wins strictly more matches than BB over the course of the tournament, it is also true that AA wins the match against BB in the tournament. In how many ways could the tournament have gone?

A number or a short expression. Fractions can be typed as 3/2, and spacing doesn't matter.

Solution

Solution:

Answer: 20482048

We first group the players by wins, so let G1G_{1} be the set of all players with the most wins, G2G_{2} be the set of all players with the second most wins, \ldots, GnG_{n} be the set of all players with the least wins. By the condition in the problem, everyone in group GiG_{i} must beat everyone in group GjG_{j} for all i<ji < j. Now, consider the mini-tournament consisting of the matches among players inside a single group GiG_{i}. Each must have the same number of wins, say xix_{i}. But the total number of games is (Gi2)\binom{\left|G_{i}\right|}{2} and each game corresponds to exactly one win, so we must have (Gi2)=GixiGi=2xi+1\binom{\left|G_{i}\right|}{2} = \left|G_{i}\right| x_{i} \Longrightarrow \left|G_{i}\right| = 2 x_{i} + 1. Therefore, the number of players in each GiG_{i} is odd.

We now have Gi=6\sum \left|G_{i}\right| = 6 and all Gi\left|G_{i}\right| are odd, so we can now do casework on the possibilities.

Case 1: GiG_{i}'s have sizes 55 and 11. In this case, there are 22 ways to permute the groups (i.e. either G1=5,G2=1\left|G_{1}\right| = 5, \left|G_{2}\right| = 1 or G1=1,G2=5\left|G_{1}\right| = 1, \left|G_{2}\right| = 5). There are 66 ways to distribute the players into the two groups. There are 2424 possible mini-tournaments in the group of size 55; to prove this, we label the players p1,,p5p_{1}, \ldots, p_{5} and note that each player has 22 wins. Without loss of generality, let p1p_{1} beat p2p_{2} and p3p_{3}, and also without loss of generality let p2p_{2} beat p3p_{3}. It's easy to verify that there are 22 possible mini-tournaments, depending on whether p4p_{4} beats p5p_{5} or p5p_{5} beats p4p_{4}. Since there are (42)2=12\binom{4}{2} \cdot 2 = 12 ways to pick the two players p1p_{1} defeats and choose which one beats the other, there are indeed 122=2412 \cdot 2 = 24 tournaments. Then the total number of possible tournaments in this case is 2624=2882 \cdot 6 \cdot 24 = 288.

Case 2: The sizes are 3,33, 3. In this case, there are (63)=20\binom{6}{3} = 20 ways to distribute the players into the groups, and 22 possible mini-tournaments in either group, so the total here is 2022=8020 \cdot 2 \cdot 2 = 80.

Case 3: The sizes are 3,1,1,13, 1, 1, 1. In this case, there are 44 ways to permute the groups, (63)6=120\binom{6}{3} \cdot 6 = 120 ways to distribute the players into groups, and 22 possible mini-tournaments in the group of size 33, for a total of 41202=9604 \cdot 120 \cdot 2 = 960.

Case 4: The sizes are 1,1,1,1,1,11, 1, 1, 1, 1, 1. There are 720720 ways to distribute the players into groups.

The final answer is 288+80+960+720=2048288 + 80 + 960 + 720 = 2048.

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.