Three fair six-sided dice are rolled. What is the probability that the values shown on two of the dice sum to the value shown on the remaining die?
- A)
- B)
- C)
- D)
- E)
Answer
D
Key insight
Only the largest die can equal the sum of the other two; pick which die it is (3 ways) and count ordered pairs adding to each possible total.
Solution
There are equally likely ordered rolls. Since every face is positive, if two dice add to the third, the third must be the largest value, so we count ordered triples in which one die equals the sum of the other two.
Step 1: choose which of the three dice is the "total." There are choices.
Step 2: the remaining two dice, in order, must add to that total , and . The number of ordered pairs of faces adding to is :
| total | 2 | 3 | 4 | 5 | 6 |
|---|---|---|---|---|---|
| ordered pairs | 1 | 2 | 3 | 4 | 5 |
That is ordered pairs.
Step 3: no roll is counted twice. If die equals die plus die and also die equals die plus die , then die would be , impossible.
Favorable rolls: . The probability is
The answer is .
Why this works
A condition like "two of them add to the third" is really a condition about the maximum, which removes the ambiguity of which die plays which role. Counting ordered pairs with a fixed sum ( pairs for ) is a standard dice fact worth memorizing. Keeping everything ordered, both in the total and in the favorable count, avoids the overcount/undercount mess of unordered outcomes.
Alternative approach
Count unordered multisets and weight by arrangements. Pairs with : with there are (sums ), each giving a triple like with arrangements; with there are , each giving a triple of distinct values with arrangements. Total .
The trap
Forgetting the factor of 3 for which die is the sum, or treating the dice as unordered while still dividing by 216.
Common mistakes
- Forgetting the factor of 3 for which die is the sum, or treating the dice as unordered while still dividing by 216.
- Including sums or more, which no die can show; the count of pairs must stop at .
- Worrying about "double counting" triples such as ; the position of the total die is fixed, so each roll is counted exactly once.
Techniques
Split into exhaustive cases and handle each · Exploit symmetry to reduce work or pair up objects