Matthew plays a game with a die (shaped like a cube, has six numbers, {1,2,3,4,5,6} on it). First, he pays a fee of 10€ to start the game. Then he rolls the die. If he rolls a 6, the game ends. In other cases, he wins 1€ and rolls again. If he can avoid the 6 now, he wins 2€ and goes on, otherwise he wins nothing and the game ends.
Matthew goes on rolling the die until he rolls a 6, and every time he rolls a number other than 6, he wins 1€ more than on the previous roll. What is the probability for Matthew's total earnings to be more than 250€? Give the answer as the value of a with the accuracy of two decimals, when the probability is a %, .
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.
First, the probability of rolling a number other than six with a single throw is 6 5 . The probability of Matthew avoiding the 6 n times in a row is ( 6 5 ) n . To earn 250€ totally, Matthew must collect 260€ from the rolling, as he also needs to cover the fee of 10€. The total amount of cash collected after n non-six throws is (1+2+3+...+( n -1)+ n ) = 2 n ( n + 1 ) . We will get an equation
2 n ( n + 1 ) = 260
n 2 +n= 520
n= 2 − 1 + ( 1 + 4 × 1 × 5 2 0 ) (n= 2 − 1 − ( 1 + 4 × 1 × 5 2 0 ) would result in n being negative)
n= 2 1 + 2 2 0 8 1 , so n is approximately 22.309.
This means Matthew needs 23 rolls to collect more than 260€ with them. The probability of this is ( 6 5 ) 2 3 , which is approximately 1 . 5 1 %.