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?