You and four colleagues find a $5000 bill on the floor of your department’s faculty lounge. You ask around but nobody seems to have any idea where it came from. None of you have change, so you agree to play a game of chance to decide who keeps it. The five of you sit around a table and the bill is placed in front of you as you are the most senior faculty member. The other faculty sit with the next senior person on your right then the next and so on. The game is played in turns. Each turn, the person in front of whom the bill is will throw a six-sided die. If any number from 1-4 shows up, (probability 2/3) the bill moves to the right one position (i.e. towards the next junior person). If 5 or 6 show up (probability 1/3) the bill stays put and the person who is sitting in front of the bill gets to keep it. The bill starts in front of you, and you get to throw first. What are the chances you win the money? And what are your colleagues’ chances in order of seniority to win the coin?
Solution:
We will need the formula for the Geometric series:
S = a + ar + ar2 + ar3 + ar4 +…
rS = ar + ar2 + ar3 + ar4 +ar5 + …
S(1-r) = a
Hence, S = a/(1-r)
Let us label the faculty by seniority S1,S2, S3, S4, S5 with S1 (you) being the senior most. On each throw, p =1/3 is the probability that the bill stays where it is and q = 2/3 that it moves to the right (to the next junior person). You will win at the first try with probability p. If you do not win on the first try (with probability q), then you will win if the bill keeps moving on the next four tries (probability q4) and you win on the sixth try. This sequence happens with probability q5p Then you win again on the 11 th try with probability q10p and so on. So, the probabilities are:
S1 (you) wins = p + q5p + pq10+ … = p (1+ q5 + q10 + …) = p /(1-q5) ~ 0.384.
S2 wins = qp + qpq5 + qpq10+ … = qp /(1-q5) ~ 0.256
S3 wins = q2p + q2p q4 + q2p q8+ … = q2p/(1-q5) = 0.171
S4 wins = q3p/(1-q4) ~ 0.113
S5 wins = q4p/(1-q4) = 0.076
These probabilities must add up to 1.
Sum = (p + qp + q2p + q3p + q4p) /(1-q5) = p/(1-q) = 1.