On a turn in the board game Monopoly, the player rolls two dice, adds the numbers thrown, and moves that number of spaces. If the dice shows the same number, it is called Doubles, and the player rolls (and moves) again. However, if a player rolls Doubles three times in one turn, he or she immediately goes to Jail without moving the third time.
For example, if a player rolls a 1 and 2 , the player moves forward 1 + 2 = 3 spaces and the turn is over. If a player rolls a 1 and 1 , then rolls again because of the Double and rolls a 2 and 2 , then rolls again because of the Double and rolls a 3 and 3 , the player moves forward a total of 1 + 1 + 2 + 2 = 6 spaces that turn (before going to jail on the third Double).
If the expected number of spaces a player will move forward on one turn is q p where p and q are relatively prime integers, find p + q .
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.
The expected value of rolling one die is 6 1 ( 1 + 2 + 3 + 4 + 5 + 6 ) = 2 7 , so the expected value of rolling two dice is 2 ⋅ 2 7 = 7 .
Of the 6 2 = 3 6 combinations of rolling two dice, there are 6 possible doubles, for a probability of 3 6 6 = 6 1 .
Therefore, the first roll you can expect a 7 , and 6 1 of the time you will have doubles and expect another 7 , and 6 1 of that 6 1 of the time you will have two doubles at a 6 5 probability that you won't have a third double and expect another 7 , so that
E = 7 + 6 1 ⋅ 7 + 6 1 ⋅ 6 1 ⋅ 6 5 ⋅ 7 = 2 1 6 1 7 9 9
This means that p = 1 7 9 9 , q = 2 1 6 , and p + q = 2 0 1 5 .
Hi, great solution but how do you convert it to a fraction?
Log in to reply
Not sure if you're asking about the math or the display, but math-wise you find a common denominator and add, and display-wise it's latex \frac{1799}{216}.
Log in to reply
oh sorry, yeah I know how to add fractions but I thought we have to get prime numbers, I didn't understand: "p and q are relatively prime integers" Thanks
Log in to reply
@Mario Dietrich – Oh, "relatively prime" means that the two numbers have no common factor. Basically it's a fancy way of writing "simplify the fraction as much as possible"
Problem Loading...
Note Loading...
Set Loading...
It is easy to check that the expected number of squares moved on a single die roll, given that that roll is a double, is 6 1 ( 2 + 4 + 6 + 8 + 1 0 + 1 2 ) = 7 It is also possible to show that the expected number of squares moved on a single die roll, given that that roll is not a double, is also 7 . Thus the expected number of squares moved on a single die roll is 7 , independently of whether a double is rolled or not. Thus the expected number of squares moved in a Monopoly move is equal to 7 times the expected number of rolls in that move that result in a move of some sort. If N is that number of rolls, then P ( N = 1 ) = 6 5 , while P ( N = 2 ) = 3 6 5 + 2 1 6 1 = 2 1 6 3 1 and P ( N = 3 ) = 2 1 6 5 . Recall that the probability of rolling a double is 6 1 ,and N can be equal to 2 if three doubles are rolled.
Thus the expected number of moves is 7 ( 6 5 × 1 + 2 1 6 3 1 × 2 + 2 1 6 5 × 3 ) = 2 1 6 1 7 9 9 making the answer 1 7 9 9 + 2 1 6 = 2 0 1 5 .