Consider a game of dice:
- You win if you roll $2$.
- You lose if you roll two odds ( need not be consecutive ).
- If you roll a $4$ or $6$, you keep playing as you have neither lost nor won.
Eg: $1$, $3$ is a loss. $1$, $6$, $4$, $3$ is a loss.
What's the probability of winning?
The answer is $7/16$.
My approach:
Suppose you roll $2$ on the first go. You win and probability of rolling $2$ is $1/6$.
Suppose you roll evens other than $2$ before you roll $2$. The probability of rolling an even other than $2$ is $1/3$. So for the probability of this event, we have, $$\small (1/3)(1/6) + (1/3)(1/3)(1/6) + (1/3)(1/3)(1/3)(1/6) + ... = (1/6)[(1/3)/(1-1/3)] = 1/12 $$
Now suppose we roll evens and one odd before rolling $2$. Probability of rolling an odd is $1/2$. So the probability of this event is $(1/2)(1/6)\left[1 + (1/3) + (1/3)(1/3) + \cdots + \cdots\right] = 1/8$
So required probability is $1/6 + 1/12 + 1/8 = 3/8$.
Obviously, my approach is wrong but I don't understand why. Please help me figure this out. Thanks :)
so how would approach it is first calculating the probability if winning where you only have 1 life, meaning rolling 2 before any odd you have 1/6 chance to roll 2 and 1/2 chance to roll odd meaning you are 3 times as likely to loose than to win' from here its quit wasy to show that the non 2 evens don't matter and the probability of winning is 1/4 which is third of the probability to loose 3/4. but we want the probability of getting 2 odds before the 2 so we can look at it like we played the game twice and lost each time which is $ \frac{3}{4}* \frac{3}{4}=\frac{9}{16} $ to loose, so $1-\frac{9}{16}=\frac{7}{16} $ to win