Question
Ann and Bob take turns to roll a fair six-sided die. The winner is the first person to roll a six immediately after the other person has rolled a one. Ann will go first. Find the probability that Ann will win.
Answer
$\mathbb{P} (\mathrm {Ann\ wins}) = \frac {36} {73}$
I have thought long and hard about this question but I am unable to even start. I have tried considering cases, but got stuck along the way. For example, it is trivial to calculate the probability that Ann wins if there are only three rolls (which is the minimum number of rolls needed for Ann to win). However, the problem easily becomes very complicated when we consider five rolls and more.
The suggested solution by my professor uses first-step decomposition, but it is a new concept to me and I am struggling to understand it.
If anyone can provide a detailed and intuitive explanation as to how this problem should be solved, that will be greatly appreciated!
This works well with states.
There are only $4$ active states:
Let $(A,0)$ denote the state in which it is $A's$ turn and the prior toss was not a $1$ (this includes the START state).
Let $(A,1)$ denote the state in which it is $A's$ turn and the prior toss was a $1$
Let $(B,0)$ denote the state in which it is $B's$ turn and the prior toss was not a $1$
Let $(B,1)$ denote the state in which it is $B's$ turn and the prior toss was a $1$
For any state $S$ let $P(S)$ denote the probability that $A$ will eventually win, given that we are now in state $S$. We see that $$P(A,0)=\frac 16P(B,1)+\frac 56P(B,0)$$ $$P(A,1)=\frac 16\times 1+\frac 16P(B,1)+\frac 46P(B,0)$$ $$P(B,0)=\frac 16P(A,1)+\frac 56P(A,0)$$ $$P(B,1)=\frac 16\times 0 + \frac 16P(A,1)+\frac 46P(A,0)$$
This system is easily solved and confirms the official result, here