Dice rolling probability game

probability

In a hockey-themed board game, players start the game in the penalty box. If rolling the same number on both dice is required to escape from the penalty box, and Piper, Quincy, and Riley take turns, in he order named, rolling a pair of standard six sided dice, what is the probability that Piper is the last player to escape from the penalty box?


My initial thought was that riley and quincy both escape with a 1/36 probability. So, we multiply the three together getting $\frac{1}{36^3}$, but this is clearly incorrect.

Then I took more thinking to this problem. To satisfy the problem we need Piper to lose her first throw, Quincy to win her throw, Riley to win her throw, then Piper will eventually win her throw. So we have $\dfrac{5}{6} \cdot \dfrac{1}{6} \cdot \dfrac{1}{6} \cdot = \dfrac{5}{6^{3}}$.

However, there other cases where Piper looses, Quincy looses, Riley looses, Piper looses, then Quincy and Riley wins, or where Riley wins before Quincy.

So this can account into what I'm thinking of an infinitely long geometric sequence that later converges to a rational number.

There are many, many more cases. To account for this, I have to keep analyzing all possibilities at each turn, and I believe that eventually I will get some geometric progressions. However, this seems tedious and error prone.

So then I thought that I could just denote the probabilities that I am interested in by letters and write some equations. For instance, if the probability of Piper escaping last is $p$, then after a turn in which nobody escapes the probability of Piper escaping last is still $p$.

This allows me to write the equation: $$p= {5\over 6}^3\cdot p +\text{other cases }.$$

But however, I cannot seem to find that "other cases" thing, and I even further doubted that the $p$ in the equation is stable.

But after some further examination, I find this is not so. I considered first the case with two players: Let $p$ be the probability that the player who starts first escapes first and $q$ the probability that the second player escapes first. I could write the equation $p=1/6+5/6\cdot q$ because the probability of the first player escaping is 1/6 plus the probability of him not escaping (5/6) times the probability of him winning as second player, because now the other player rolls the dice first.

Another equation I could write is $p+q=1$ because one of them will escape eventually (with probability 1). Solving this I get $p=1/6+5/6(1-p)$ etc. which leads to $p=6/11$. This is incorrect.

And, after a long time of thoughts, I finally figured the way to write the infinite sum, $p=1/6 + (5/6)^2\cdot 1/6+(5/6)^4\cdot 1/6+\dots$, because the probability of the first player escaping first is 1/6 (if he rolls a double) + (5/6)^2 (=probability of both not rolling a double) times 1/6 (rolling a double at the second turn) and so on…

The sum of that infinite progression is $$p=1/6\cdot {1\over 1-(5/6)^2}$$ which still gives $6/11$, and is wrong again.

I cannot think of a way to continue. Help please?

Best Answer

Let $p$ be the probability that Piper escapes first. Her probability of escaping on her first roll by rolling doubles is $\frac{1}{6}$.

Let $q$ be the probability that Quincy escapes first. Then before Piper's first roll there is a probability of $\frac {1}{6}$ that Quincy has no chance to escape first, and a probability of $\frac {5}{6}$ that Quincy's chance of escaping first is $p$ (because if Piper misses then Quincy is now in the same position Piper was in). Thus, $q=\frac{5p}{6}$.

Finally, let $r$ be the probability that Riley escapes first. Then before Piper's first roll there is a probability of $\frac{11}{36}$ that Riley has no chance to escape first (because either Piper or Quincy or both roll doubles) and a probability of $\frac{25}{36}$ that Riley's chance of escaping first is $p$ (because Riley is now in the same position Piper was in). Thus, $r=\frac{25p}{36}$.

We also know $p+q+r=1$. Thus,

$$p+\frac{5p}{6}+\frac{25p}{36}=\frac{91p}{36}=1 \Rightarrow p=\frac{36}{91}, q=\frac{30}{91}, r=\frac{25}{91}.$$

Edited to add: This doesn't completely answer the question because you asked for the probability that Piper is last to leave, not first to leave. But if Quincy leaves first (which will happen with probability $\frac{30}{91}$), you can use the same mode of analysis to determine the probability that Riley beats Piper out of the box ($\frac{6}{11}$), and if Riley leaves first (which will happen with probability $\frac{25}{91}$), you can use the same mode of analysis to determine the probability that Quincy beats Piper out of the box ($\frac{5}{11}$). The answer should turn out to be:

$$\frac{30}{91}\cdot\frac{6}{11}+ \frac{25}{91}\cdot\frac{5}{11}=\frac{180}{1001}+\frac{125}{1001}=\frac{305}{1001}.$$

Related Question