Andrea and Raleigh are each rolling a fair, six-sided die. They roll their dice simultaneously, individually keeping a sum until someone reaches 100; whoever reaches 100 first wins. (If they reach 100 on the same roll, it's a tie.)
Andrea's die has sides 1, 2, 3, 4, 5, and 6. Raleigh's has sides 1, 1, 1, 6, 6, and 6. Who is more likely to win?
Use your intuition, and then try to prove your result!
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.
This solution is rigorous. There are some intuitive explanations, but they will not easily lead to a generalized result.
Just because Raleigh's expected value is higher does not mean the probability he wins is lower (at least not without some further justification).
Your second analysis is correct, but also shows that there is little hope to prove this without a computer.
Here is an argument that would suggest the opposite. What goes wrong here?
A roll of the die has the same expectation value E A = E R = 3 2 1 for the players, but Andrea's variance is smaller: Var A = 2 1 2 1 1 but Var R = 6 4 1 . For the sum of N rolls, both numbers should be multiplied by N . For sufficiently large N , the distribution of the sum becomes approximately normal.
Take N = 2 8 , then E A N = E R N = 9 8 but σ A N ≈ 9 . 0 4 while σ R N ≈ 1 3 . 2 3 . Thus R is more likely to have a score significantly greater than 98 (or 100, for that matter) after 28 rolls than A. The same argument can be made for N = 2 7 , 2 6 , … .
Log in to reply
... but also more likely to have a score significantly less than 9 8 ... These two options (almost) balance out.
If you look at my comment in Jonathan's submission (in answer to Eli), we can determine the generating function of the p m , n and of the q m , n . However, the shape of the generating functions is pretty vile, so I would be surprised if there was a nice closed form for these probabilities.
I haven't applied any in-depth mathematics, but here was my intuition.
When either die is rolled twice, 7 is the most likely result. (Albeit, with differing probabilities for each die)
As a multiple of 7, both players are more likely to have 98 after 28 rolls than any of the surrounding values; However, Andrea has a 5/6 chance of reaching 100 from 98, but Raleigh only has a 3/6 chance.
With that, I concluded that A n d r e a was more likely to reach 100 first.
As pointed out in the comments, Raleigh wins with 102. However, if we simply start checking probabilities at 98 as this problem does (by either making a probability tree or making a general argument), Andrea wins at 102.
For reference, here are the winners with the targets from 95 to 110:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
|
See Eli's comments to Seb. Your argument would say that Andrea and Raleigh have the same chance of winning if the target was 1 0 2 instead of 1 0 0 (both of them would have a chance of 2 1 of reaching 1 0 2 from 9 8 ). That would not be the correct answer...
Log in to reply
Eli said to Seb that Andrea wouldn't be more likely to win if the target was 102. He didn't say that they wouldn't have an even chance.
But, to be honest, I don't have the capacity to verify or argue against what either of you have said. I just put down my thought process that gave a correct answer. Whether I got there for the right reason is beyond me.
Log in to reply
You are a software guy. Implement my recurrence relations in Excel or better and calculate p 1 0 2 , 1 0 2 and q 1 0 2 , 1 0 2 . You will find that Raleigh has the bigger chance of winning in that case.
The advantage that Andrea has at the 1 0 0 case, and the advantage that Raleigh has at the 1 0 2 case, is so slight, that we need a more subtle argument.
As a hint, one "intuitive" approach makes this more of a number theory problem than a combinatorics/expected value problem.
Log in to reply
We could show that the generating function of the p m , n is P ( x , y ) = m , n ≥ 1 ∑ p m , n x m y n = ( 1 − y ) ( 1 2 − ( x + x 2 + x 3 + x 4 + x 5 + x 6 ) ( y + y 6 ) ) x y 2 ( 1 + y 5 ) ( 6 + 5 x + 4 x 2 + 3 x 3 + 2 x 4 + x 5 ) from which we can calculate p 1 0 0 , 1 0 0 = 6 9 0 1 4 9 7 8 7 6 8 3 4 5 4 5 8 5 4 8 6 7 3 6 8 6 3 2 9 7 8 0 7 0 8 1 6 8 0 1 0 2 3 4 3 2 1 1 5 7 8 6 9 6 2 2 0 1 6 8 2 2 0 0 8 6 0 4 5 7 \ 6 6 1 0 8 4 3 4 3 5 2 5 3 1 4 7 5 2 3 6 0 8 0 7 1 5 0 1 6 1 5 4 6 4 4 4 8 3 1 6 3 0 4 2 9 8 7 8 5 4 1 4 0 3 0 9 8 5 5 5 3 3 1 2 9 7 9 8 9 8 4 8 8 0 9 1 8 1 9 8 6 5 4 4 4 6 2 5 8 6 2 4 8 9 9 9 0 9 9 6 3 4 9 0 6 8 5 \ 9 3 6 5 6 0 0 6 1 6 2 8 0 0 9 9 2 9 9 0 0 8 4 4 9 4 8 9 0 5 7 3 9 0 5 8 1 which gives p 1 0 0 , 1 0 0 = 0 . 4 5 8 3 1 3 to 6 DP. A similar calculation could be performed to evaluate q 1 0 0 , 1 0 0 precisely.
If a solution is intuitive, it does not need inverted commas.
Let me have another go at explaining why your argument is incorrect, even though it gave you the correct answer.
You say that the most likely total for both Andrea and Raleigh in 2 throws is 7 . This is true. You then say that the most likely outcome in this game after 2 8 throws is that both have scored 9 8 . This is not true. If p n is the probability that Andrea has scored n after 2 8 throws, then n = 6 ∑ 1 6 8 p n x n = [ 6 1 ( x + x 2 + x 3 + x 4 + x 5 + x 6 ) ] 2 8 If q n is the probability that Raleigh has scored n after 2 8 throws, then n = 6 ∑ 1 6 8 q n x n = [ 2 1 ( x + x 6 ) ] 2 8 Using a computer, the probability that the score after 2 8 pairs of throws is 9 8 : 9 8 is therefore p 9 8 q 9 8 = 0 . 0 0 6 5 5 9 9 5 On the other hand, the probability that Andrea has not yet reached 1 0 0 , while Raleigh has already reached 1 0 0 , is ( n = 6 ∑ 9 9 p n ) ( n = 1 0 0 ∑ 1 6 8 q n ) = 0 . 2 4 0 5 2 9 Thus it is much more likely that Raleigh has already won. On the other hand, the probability that Andrea has already won after 2 8 pairs of throws is ( n = 1 0 0 ∑ 1 6 8 p n ) ( n = 6 ∑ 9 9 q n ) = 0 . 2 4 9 6 7 1 so Andrea is more likely to have already won by this stage.
It is in fact true that of all the possible scores a : b that could occur after 2 8 pairs of throws, for 2 8 ≤ a , b ≤ 1 6 8 , the most likely is 9 8 : 9 8 . That does not help us in the context of this question, however. Even though 9 8 : 9 8 is the most likely score (if we ignore the "win if you reach 100" bit) the probability of its happening is still only 0 . 6 6 %, and outcomes involving a collection of other, less likely, scores become much more important.
Probability is frequently counterintuitive.
Log in to reply
I didn't really need any more convincing that my intuition was wrong. Maybe I didn't make the appropriate signals for this. But then I'm probably not who you're trying to convince. I'd hazard a guess that most of the upvotes for my 'solution' are from people (like me) that don't have the strongest grasp of probability and don't understand your solution or annotations.
We use can use some simple statistics; using a theory called "Expected Value" which can be written as E(X). Andrea has a discrete uniform distribution so E(A)= 2 ( 6 + 1 ) = 2 7 while E(R) is a little tougher to calculate. 3( 6 1 )+3( 6 6 )= 6 1 9
If we divide 100 by the E(X) values this will give us a value that will tell us how many throws arriving at the Expected Value will take. This shows that Andria will get there first because 100/3.5 > 100/3.17
3 6 1 + 3 6 6 = 6 2 1
This does not mean that the probability is greater. For example, this logic would imply that Andrea is also more likely to reach 102 first -- but this is actually not the case.
i underestimated the problem. nice solutions.
The answer is Andrea because she has #'s 1, 2, 3, 4, 5, and 6. That means that Andrea has a 1 out of 6 chance to get 1 while Raleigh has sides 1, 1, 1, 6, 6, and 6 which means that she gets a 1 out of 2 chance to get 1. IF YOU COULDN'T DO THIS PROBLEM, IT'S OK. YOU ARE THE ONE WHO GET'S TO LEARN.
Problem Loading...
Note Loading...
Set Loading...
Let A n be the expected number of rolls for Andrea to reach 1 0 0 or more, given that she is n away from the target of 1 0 0 (in other words, her current total is 1 0 0 − n ). Then we have the recurrence relation A n = 1 + 6 1 ( A n − 1 + A n − 2 + A n − 3 + A n − 4 + A n − 5 + A n − 6 ) with initial conditions A 0 = A − 1 = A − 2 = A − 3 = A − 4 = A − 5 = 0 . This yields A 1 0 0 = 2 9 . 0 4 7 6 as the expected number of rolls that Andrea has to make.
Let R n be the expected number of rolls for Raleigh to reach 1 0 0 or more, given than he is n away from the target of 1 0 0 . This time we have the recurrence relation R n = 1 + 2 1 ( R n − 1 + R n − 6 ) with the initial conditions R 0 = R − 1 = R − 2 = R − 3 = R − 4 = R − 5 = 0 . This yields R 1 0 0 = 2 9 . 1 8 3 7 as the expected number of rolls that Raleigh has to make.
Thus Andrea expects to reach 1 0 0 in fewer rolls, so should win in the long run.
If the problem meant that the two have to meet exactly 1 0 0 (so that to win from 9 9 a throw of 1 is necessary), then we have a similar pair of recurrence relations. Without going into detail, the expected numbers of rolls are now 3 3 . 3 3 3 3 for Andrea and 3 3 . 4 6 8 2 for Raleigh, so Andrea should still expect to win in the long run.
In response to @Eli Ross 's comment, now let p m , n be the probability that Andrea wins, given that the current score is 1 0 0 − m to Andrea and 1 0 0 − n to Raleigh. Then p m , n = 1 2 1 [ p m − 1 , n − 1 + p m − 2 , n − 1 + p m − 3 , n − 1 + p m − 4 , n − 1 + p m − 5 , n − 1 + p m − 6 , n − 1 + p m − 1 , n − 6 + p m − 2 , n − 6 + p m − 3 , n − 6 + p m − 4 , n − 6 + p m − 5 , n − 6 + p m − 6 , n − 6 ] for 1 ≤ m , n ≤ 1 0 0 , with the boundary conditions p m , n = { 1 0 m ≤ 0 , n > 0 n ≤ 0 From this we can use a computer to calculate p 1 0 0 , 1 0 0 = 0 . 4 5 8 3 to 4 DP.
If we now let q m , n be the probability that Raleigh wins, given that the current score is 1 0 0 − m to Andrea and 1 0 0 − n to Raleigh, then q m , n = 1 2 1 [ q m − 1 , n − 1 + q m − 2 , n − 1 + q m − 3 , n − 1 + q m − 4 , n − 1 + q m − 5 , n − 1 + q m − 6 , n − 1 + q m − 1 , n − 6 + q m − 2 , n − 6 + q m − 3 , n − 6 + q m − 4 , n − 6 + q m − 5 , n − 6 + q m − 6 , n − 6 ] for 1 ≤ m , n ≤ 1 0 0 , with the boundary conditions q m , n = { 1 0 n ≤ 0 , m > 0 m ≤ 0 and we calculate that q 1 0 0 , 1 0 0 = 0 . 4 5 6 1 to 4 DP.
These two probabilities do not add to 1 , since there is always the probability of a draw.
Since 0 . 4 5 8 3 > 0 . 4 5 6 1 , Andrea is more likely to win, but (again) not by much.