Maths Olympiad Prep

Library / /676 of 740

, 2017

Combinatorics Difficulty 5.7 AIME, harder Prove it United States

Problem:

Five equally skilled tennis players named Allen, Bob, Catheryn, David, and Evan play in a round robin tournament, such that each pair of people play exactly once, and there are no ties. In each of the ten games, the two players both have a 50%50\% chance of winning, and the results of the games are independent. Compute the probability that there exist four distinct players P1,P2,P3,P4P_{1}, P_{2}, P_{3}, P_{4} such that PiP_{i} beats Pi+1P_{i+1} for i=1,2,3,4i=1,2,3,4. (We denote P5=P1P_{5}=P_{1} ).

Solution

Solution:

We make the following claim: if there is a 5-cycle (a directed cycle involving 5 players) in the tournament, then there is a 4-cycle.

Proof: Assume that AA beats BB, BB beats CC, CC beats DD, DD beats EE and EE beats AA. If AA beats CC then A,C,D,EA, C, D, E forms a 4-cycle, and similar if BB beats DD, CC beats EE, and so on. However, if all five reversed matches occur, then A,D,B,CA, D, B, C is a 4-cycle.

Therefore, if there are no 4-cycles, then there can be only 3-cycles or no cycles at all.

Case 1: There is a 3-cycle. Assume that AA beats BB, BB beats CC, and CC beats AA. (There are (53)=10\binom{5}{3}=10 ways to choose the cycle and 2 ways to orient the cycle.) Then DD either beats all three or is beaten by all three, because otherwise there exists two people XX and YY in these three people such that XX beats YY, and DD beats YY but is beaten by XX, and then X,D,Y,ZX, D, Y, Z will form a 4-cycle (ZZ is the remaining person of the three). The same goes for EE. If DD and EE both beat all three or are beaten by all three, then there is no restriction on the match between DD and EE. However, if DD beats all three and EE loses to all three, then EE cannot beat DD because otherwise E,D,A,BE, D, A, B forms a 4-cycle. This means that A,B,CA, B, C is the only 3-cycle in the tournament, and once the cycle is chosen there are 22+21=62 \cdot 2 + 2 \cdot 1 = 6 ways to choose the results of remaining matches, for 1026=12010 \cdot 2 \cdot 6 = 120 ways in total.

Case 2: There are no cycles. This means that the tournament is a complete ordering (the person with a higher rank always beats the person with a lower rank). There are 5!=1205! = 120 ways in this case as well.

Therefore, the probability of not having a 4-cycle is 120+120210=1564\frac{120+120}{2^{10}} = \frac{15}{64}, and thus the answer is 11564=49641 - \frac{15}{64} = \frac{49}{64}.

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.