I've just started studying Probability and Statistics and I am stuck in the following problem:
There is a game, in which Players A and B roll a pair of dice one after
another. The Game ends if Player A gets number 9 or if Player B gets number 6.
Whoever gets his number first wins the game.
If player A starts always first, find the probability of Player A rolling
the dices last.
So Basically, I have to find the probability of Player A winning the game.
We notice that:
- Player A needs to get { (3,6) , (4,5) , (5,4) , (6,3) } in order to win: P(A) = 4/36 .
- Player B needs to get { (1,5) , (2,4) , (3,3) , (4,2) , (5,1) } in order to win: P(B) = 5/36 .
We also notice that if Player A doesn't get 9, the probability of playing again is P(B') = 1 - P(B) = 31/36 , because he will only play if Player B doesn't get 6.
However, I don't see how we can find the propability of the player A winning the game If the number of the rounds is unlimited.
Any help?
Thanks in advance.
Let $p$ be the probability that $A$ wins the game. Then $$p = \frac{4}{36} + \left(\frac{32}{36}\right) \left(\frac{31}{36}\right) p $$ since after two rolls, the game resets.
So just solve for $p$.