Probability - Dice Roll Probabilities - Mathematics Stack Exchange
Probability - Dice Roll Probabilities - Mathematics Stack Exchange
I'm trying to figure out the probabilities for the following casino game:
You and the dealer each roll a pair of dice and the person with the highest individual die roll wins. If its a tie, you win.
4
First, what is the probability you win?
Second, given that you've won, whats the probability that the game resulted in a tie?
--
For the first - the expected value of your die roll is 4.25; which means you will win unless the dealer rolls a 5 or 6, giving you a
2/3 chance of winning.
For the second I'm not sure how to think about it.
probability
2 Expected values really don't let you compute probabilities. – Thomas Andrews Jul 4 '15 at 0:32
1 In what sense is the expected value of your die roll 4.25 ? The expected value of your highest individual roll is 161/36 ≈ 4.47 if I calculated
correctly. Also, ignoring for a minute the problem that Thomas pointed out, why is there a 2/3 chance that the dealer rolls a 5 or 6? The
probability that the higher of two die rolls is 5 or 6 is 5/9 . – joriki Jul 4 '15 at 0:45
Thank you for sharing how you are doing the work, that's the expectation on this site: share what you are trying/have tried, and be specific
about your questions. Good work! – FundThmCalculus Jul 4 '15 at 0:51
2 Answers
1. If the largest result of my dice is 1, or a = 1 then b = 1. Hence, the dealer's results must less than or equal to 1. We obtain 1
0 way to determine the dealer's results such that the condition is satisfied. Thus, there are 1 × 1 ways that I won when 1 is my
largest result.
2. If a = 2 then b = 1 or b = 2. Now we need to determine the dealer's results so that I could win. This means, the largest
result of the dealer is 2 or 1. There are 2 ways that the dealer gets the same result in two dices (11 and 22 ). We consider the
(2−1)×2
case that the result in two dices is different. We get 2
= 1 ways. This means the dealer has 1 + 2 = 3 ways to get the
result. Therefore, there are 2 × 3 ways so that I won when my largest result is 2
3. If a = 3 then b = 1, 2 or 3. Similarly, there are 3 ways so that the dealer can get the same result in 2 dices (11, 22 and 33 )
(3−1)×3
and 2
= 3 ways in order to get the different results in 2 dices. This means the dealer has 3 + 3 = 6 ways to get the
result. Hence, there are 6 × 3 ways so that I won when my largest result is 3.
2
(n−1)n n (n+1)
4. We obtain the formula n × (n + 2
) =
2
, which is the number of ways that I won when my largest result is n.
Suppose 2 dice are rolled, say by you. We will find the probability that the "larger" result is i , for i = 1 to 6.
The probability that the larger is 1 is . The probability that they are both ≤ is , so the probability the larger is 2 is .
1 4 4−1
2 36
2
36 36
The probability they are both ≤ is , so the probability the larger is 3 is . And so on.
9 9−4
3
36 36
1 3 5 7 9 11
, , , , , . (1)
36 36 36 36 36 36
Now suppose that you and the dealer each toss two dice. From (1), the probability the higher of your tosses is equal to the higher
of the dealer's tosses (that is, the probability t of a tie) is given by
1 2 2 2 2 2 2
t = (1 + 3 + 5 + 7 + 9 + 11 ) .
2
36
Let p be the probability you win. Then p − t is the probability your number is bigger than the dealer's. By symmetry this is the
same as the probability the dealer's number is bigger than yours. Thus p + p − t = 1 , and therefore p = . We know t, so we
1+t
know p.
As to the conditional probability, by the usual conditional probability calculation, or by inspection, the probability you won
through a tie, given that you won, is . t
Remark: Presumably the real game is that if there is a tie the casino wins. A casino that lets customers win with probability
> will not be long in business.
1
Perhaps I stated the problem unclearly, but each person rolls 2 die and takes the larger of his role. For ex: I could roll 1 and 4 and the dealer
could roll 2 and 4. My highest was a 4 and his was a 4 so our rolls tie, and I win. – user3168139 Jul 4 '15 at 1:10
3 The problem was stated clearly, and that is exactly the problem that I solved. – André Nicolas Jul 4 '15 at 1:12
https://math.stackexchange.com/questions/1348730/dice-roll-probabilities 2/2