Maths Olympiad Prep

Library / /15 of 15

, 2021

Combinatorics Difficulty 6.5 National olympiad Find the answer United States

In a particular game, each of 4 players rolls a standard 6-sided die. The winner is the player who rolls the highest number. If there is a tie for the highest roll, those involved in the tie will roll again and this process will continue until one player wins. Hugo is one of the players in this game. What is the probability that Hugo's first roll was a 5, given that he won the game?

Pick one

Solution

First observe that if qq players tie on the initial roll, the probability that any one of these qq players will ultimately win is 1q\frac{1}{q}. Let NN be the value of Hugo's first roll.

Consider four cases based on the number of highest scoring rolls in the first round. The probability that Hugo will roll a number larger than the other three players is
(N1)363=N33N2+3N1216. \frac{(N - 1)^3}{6^3} = \frac{N^3 - 3N^2 + 3N - 1}{216}.
The probability that Hugo will tie one other player, beat the other two players, and ultimately win is
316(N1)26212=N22N+1144. 3 \cdot \frac{1}{6} \cdot \frac{(N - 1)^2}{6^2} \cdot \frac{1}{2} = \frac{N^2 - 2N + 1}{144}.
Similarly, the probability that Hugo will tie two other players, beat the other player, and ultimately win is
3162N1613=N1216. 3 \cdot \frac{1}{6^2} \cdot \frac{N-1}{6} \cdot \frac{1}{3} = \frac{N-1}{216}.
Finally, the probability that Hugo will tie all three players and ultimately win is
16314=1864. \frac{1}{6^3} \cdot \frac{1}{4} = \frac{1}{864}.
The sum of these four probabilities is
4N36N2+4N1864. \frac{4N^3 - 6N^2 + 4N - 1}{864}.
Evaluating this expression for NN from 1 to 6 yields 1864\frac{1}{864}, 15864\frac{15}{864}, 65864\frac{65}{864}, 175864\frac{175}{864}, 369864\frac{369}{864}, and 671864\frac{671}{864}, respectively. Hence the probability that Hugo rolled a 5 on his initial roll given that he won is
3691+15+65+175+369+671=3691296=41144. \frac{369}{1 + 15 + 65 + 175 + 369 + 671} = \frac{369}{1296} = \frac{41}{144}.

OR

This can also be solved using Bayes' Theorem. The probability that Hugo rolled a 5 on his initial roll given that he won, written P(5W)P(5 | W), is
P(W5)P(5)P(W)=41961614=41144, \frac{P(W | 5) \cdot P(5)}{P(W)} = \frac{\frac{41}{96} \cdot \frac{1}{6}}{\frac{1}{4}} = \frac{41}{144},
where 4196\frac{41}{96} is the number 369864\frac{369}{864} computed in the solution above for N=5N = 5.

This solution is an application of the following general formula. Suppose there were kk players and an nn-sided die was rolled. Then, for any 1mn1 \le m \le n, using the notation in the second solution,
P(Hugo’s first roll was mHugo won)=mk(m1)knk. P(\text{Hugo's first roll was } m \mid \text{Hugo won}) = \frac{m^k - (m-1)^k}{n^k}.
In the context of the original problem, this makes the answer 544464=41144\frac{5^4-4^4}{6^4} = \frac{41}{144}.

Two proofs are presented. The first proof is straightforward but somewhat computational. The second proof is harder to motivate but more elegant.

Proof 1: Algebra For each 0jk10 \le j \le k-1, let AjA_j be the event that jj of the remaining k1k-1 players rolled an mm while the other k1jk-1-j players rolled less than mm. Note that
P(Aj)=(k1j)(1n)j(m1n)k1j. P(A_j) = \binom{k-1}{j} \left(\frac{1}{n}\right)^j \left(\frac{m-1}{n}\right)^{k-1-j}.
After this first round, the remaining j+1j+1 players went into the tiebreaker, and the probability of winning there is 1j+1\frac{1}{j+1} by symmetry. As a result,
P(Hugo wonHugo’s first roll was an m)=j=0k1P(Aj)1j+1=j=0k11j+1(k1j)(1n)j(m1n)k1j \begin{align*} P(\text{Hugo won} | \text{Hugo's first roll was an } m) &= \sum_{j=0}^{k-1} P(A_j) \cdot \frac{1}{j+1} \\ &= \sum_{j=0}^{k-1} \frac{1}{j+1} \binom{k-1}{j} \left(\frac{1}{n}\right)^j \left(\frac{m-1}{n}\right)^{k-1-j} \end{align*}
=j=0k11k(kj+1)(1n)j(m1n)k1j=nkj=1k(kj)(1n)j(m1n)kj=nk((1n+m1n)k(m1n)k)=mk(m1)kknk1, \begin{align*} &= \sum_{j=0}^{k-1} \frac{1}{k} \binom{k}{j+1} \left(\frac{1}{n}\right)^j \left(\frac{m-1}{n}\right)^{k-1-j} \\ &= \frac{n}{k} \sum_{j=1}^{k} \binom{k}{j} \left(\frac{1}{n}\right)^j \left(\frac{m-1}{n}\right)^{k-j} \\ &= \frac{n}{k} \left( \left(\frac{1}{n} + \frac{m-1}{n}\right)^k - \left(\frac{m-1}{n}\right)^k \right) \\ &= \frac{m^k - (m-1)^k}{k n^{k-1}}, \end{align*}

Proof 2: Combinatorics Observe that, given that Hugo won, Hugo's roll was at most mm if and only if everyone's rolls were at most mm. Indeed, Hugo's roll must be the highest roll to even have a chance at winning.
Therefore
P(Hugo’s first roll was mHugo won)=P(all first rolls were mHugo won)=P(all first rolls were m)=(mn)k, \begin{align*} P(\text{Hugo's first roll was } \le m \mid \text{Hugo won}) &= P(\text{all first rolls were } \le m \mid \text{Hugo won}) \\ &= P(\text{all first rolls were } \le m) = \left(\frac{m}{n}\right)^k, \end{align*}
where the fact is used that the events “all first rolls were m\le m” and “Hugo won” are independent. Therefore the
probability that Hugo’s first roll was an mm given that Hugo won is
P(Hugo’s first roll was mHugo won)P(Hugo’s first roll was m1Hugo won), P(\text{Hugo's first roll was } \le m | \text{Hugo won}) - P(\text{Hugo's first roll was } \le m-1 | \text{Hugo won}),
which equals
mk(m1)knk, \frac{m^k - (m-1)^k}{n^k},
as desired.

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.