First observe that if q players tie on the initial roll, the probability that any one of these q players will ultimately win is q1. Let N 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
63(N−1)3=216N3−3N2+3N−1.
The probability that Hugo will tie one other player, beat the other two players, and ultimately win is
3⋅61⋅62(N−1)2⋅21=144N2−2N+1.
Similarly, the probability that Hugo will tie two other players, beat the other player, and ultimately win is
3⋅621⋅6N−1⋅31=216N−1.
Finally, the probability that Hugo will tie all three players and ultimately win is
631⋅41=8641.
The sum of these four probabilities is
8644N3−6N2+4N−1.
Evaluating this expression for N from 1 to 6 yields 8641, 86415, 86465, 864175, 864369, and 864671, respectively. Hence the probability that Hugo rolled a 5 on his initial roll given that he won is
1+15+65+175+369+671369=1296369=14441.
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(5∣W), is
P(W)P(W∣5)⋅P(5)=419641⋅61=14441,
where 9641 is the number 864369 computed in the solution above for N=5.
This solution is an application of the following general formula. Suppose there were k players and an n-sided die was rolled. Then, for any 1≤m≤n, using the notation in the second solution,
P(Hugo’s first roll was m∣Hugo won)=nkmk−(m−1)k.
In the context of the original problem, this makes the answer 6454−44=14441.
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 0≤j≤k−1, let Aj be the event that j of the remaining k−1 players rolled an m while the other k−1−j players rolled less than m. Note that
P(Aj)=(jk−1)(n1)j(nm−1)k−1−j.
After this first round, the remaining j+1 players went into the tiebreaker, and the probability of winning there is j+11 by symmetry. As a result,
P(Hugo won∣Hugo’s first roll was an m)=j=0∑k−1P(Aj)⋅j+11=j=0∑k−1j+11(jk−1)(n1)j(nm−1)k−1−j
=j=0∑k−1k1(j+1k)(n1)j(nm−1)k−1−j=knj=1∑k(jk)(n1)j(nm−1)k−j=kn((n1+nm−1)k−(nm−1)k)=knk−1mk−(m−1)k,
Proof 2: Combinatorics Observe that, given that Hugo won, Hugo's roll was at most m if and only if everyone's rolls were at most m. Indeed, Hugo's roll must be the highest roll to even have a chance at winning.
Therefore
P(Hugo’s first roll was ≤m∣Hugo won)=P(all first rolls were ≤m∣Hugo won)=P(all first rolls were ≤m)=(nm)k,
where the fact is used that the events “all first rolls were ≤m” and “Hugo won” are independent. Therefore the
probability that Hugo’s first roll was an m given that Hugo won is
P(Hugo’s first roll was ≤m∣Hugo won)−P(Hugo’s first roll was ≤m−1∣Hugo won),
which equals
nkmk−(m−1)k,
as desired.