A 6-sided fair dice is rolled and the number is recorded. If the number is not a 6, then stop. Otherwise, roll the dice again and add the number to the previous 6. Continue this process until the dice show a non 6 value.
Here are two examples:
Example 1
Roll 1: the number 5 shown. Stop the process and the total is 5
Example 2
Roll 1: the number 6 shown. So subtotal is 6, rolled again.
Roll 2: the number 6 shown. So subtotal is 12, rolled again.
Roll 3: the number 6 shown. So subtotal is 18, rolled again.
Roll 4: the number 1 shown. So subtotal is 19. Stop the process and the total is 19
The expected total can be written as where and are coprime positive integers.
Find the value of .
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.
On the first roll there is a 1 / 6 probability for each of the values 1 through 6 , but if the 6 appears then one is essentially "rebooting" the process, so the expected value E will satisfy the equation
E = 6 1 ( 1 + 2 + 3 + 4 + 5 ) + 6 1 ( 6 + E ) ⟹ 6 5 E = 6 2 1 ⟹ E = 5 2 1 ⟹ a + b = 2 1 + 5 = 2 6 .