A pair of dice is cast until a seven appears twice or until each of a six and eight has appeared at least once. Show that the probability of the six and eight occurring before two sevens is 0.546.
An attempt made was to consider 2 cases , one in which a 7 can happen and the other in which no 7 appears. In each cases the end outcome should be 6 or 8. There has to be atleast one 8 or 6 in remaining positions.I have considered it as a random variable and sum over 1 to infinity. But the answer obtained is not the one required. Please help
The equation I arrive at is: x be the position at which we end our experiment . i.e. I have a 6,8 as sum
(x-2)(6/36)(x-1)(5/36)(25/36)^(x-3)(5/36) + (x-1)(5/36)(5/36)(25/36)(x-2) which needs to be sum over from 1 to infinity.
You have a Markov chain with six states: none of $6,7,8$ has appeared, $7$ has appeared but no $6$ or $8$, one of $6$ or $8$ has appeared but no $7$, both $7$ and (one of $6$ or $8$) has appeared, two $7$s have appeared (final), a $6$ and $8$ have both appeared (final). You can ignore all other rolls and compute the transition probabilities. For example, from start you move to one $7$ with chance $\frac 6{16}$ because there are $6$ ways to get $7$ and $10$ ways to get $6$ or $8$ and to one of $6$ or $8$ with chance $\frac {10}{16}$.