Hinkle and Binkle each rolls a pair of six-sided dice. So, they each will end up with a total between 2 and 12. What is the probability that that they both have the same total? Provide your answer to three decimal places.
Image credit: http://cs.wellesley.edu
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.
Let P ( n ) = Probability they both have a total of n .
Then,
These are computed as follows... For example, for P ( 5 ) each person has 4 ways they can roll a 5 out of 36 possible rolls, so each person has a 3 6 4 chance of rolling a 5. So,
P ( 5 ) = ( 3 6 4 ) 2
The others were calculated similarly.
So, the total probability is given by:
Probability = ∑ P ( n ) = 0 . 1 1 3
How did you compute P ( 2 ) , P ( 3 ) , … , P ( 1 2 ) ?
Problem Loading...
Note Loading...
Set Loading...
The probability of rolling a sum S is 3 6 1 times the number of ways n ( S ) to write S as an ordered sum of two numbers from 1 to 6 . Using stars and bars, we have
n ( 2 ) n ( 3 ) n ( 4 ) n ( 5 ) n ( 6 ) n ( 7 ) n ( 8 ) n ( 9 ) n ( 1 0 ) n ( 1 1 ) n ( 1 2 ) = ( 2 − 1 0 + 2 − 1 ) = 1 = ( 2 − 1 1 + 2 − 1 ) = 2 = ( 2 − 1 2 + 2 − 1 ) = 3 = ( 2 − 1 3 + 2 − 1 ) = 4 = ( 2 − 1 4 + 2 − 1 ) = 5 = ( 2 − 1 5 + 2 − 1 ) = 6 = ( 2 − 1 6 + 2 − 1 ) − 2 = 5 = ( 2 − 1 7 + 2 − 1 ) − 4 = 4 = ( 2 − 1 8 + 2 − 1 ) − 6 = 3 = ( 2 − 1 9 + 2 − 1 ) − 8 = 2 = ( 2 − 1 1 0 + 2 − 1 ) − 1 0 = 1
The probability of rolling S twice by the product rule is ( 3 6 n ( S ) ) 2 , or
3 6 2 1 ( 2 k = 1 ∑ 5 k 2 + 6 2 ) = 3 6 2 1 ( 3 5 ( 5 + 1 ) ( 1 0 + 1 ) + 3 6 ) = 3 6 2 1 4 6 = 6 4 8 7 3