sided dice is thrown repeatedly till three consecutive are rolled. What is the expected number of dice throws ?
A standard
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Let E be the Expected number of throws. Note that if we ever get a number other than 6 , then since the throws are independent, we would have to start over again.
If the first throw results in a number other than 6 , the probability is 6 5 and the game restarts.
If the first and second throws result in a 6 , then a number other than 6 , the probability is 3 6 5 and the game restarts.
If the first, second and third throws result in a 6 , 6 , then a number other than 6 , the probability is 2 1 6 5 and the game restarts.
If the first, second, and third throws result in a 6 , 6 , 6 , the probability is 2 1 6 1 and the game is over.
Hence, by the linearity of expectation, we get
E = 6 5 × ( E + 1 ) + 3 6 5 × ( E + 2 ) + 2 1 6 5 × ( E + 3 ) + 2 1 6 1 × 3 .
Solving the equation, we get E = 2 5 8 .