AMC 10 · 2014 · #17

Grade 7 probability
probability-basicsystematic-enumeration systematic-enumerationcomplementary-countingcasework ↑ Prerequisites: probability-basic
📏 Medium solution 💡 2 insights
Problem
Three fair six-sided dice are rolled, each showing a whole number from 1 to 6. Find the probability that the values on two of the dice add up to the value on the remaining die.

Pick an answer.

(A)
$\dfrac16$
(B)
$\dfrac{13}{72}$
(C)
$\dfrac7{36}$
(D)
$\dfrac5{24}$
(E)
$\dfrac29$

AMC 10 2014 problem © Mathematical Association of America (MAA AMC). Reproduced for educational use.

How to solve
Strategy Make a Systematic List

Because every die is fair and independent, all 6³ = 216 ordered outcomes are equally likely, so the probability is just (favorable outcomes)/216. The phrase "two of the dice sum to the third" is slippery because it does not say which two. Tool #16 (Change Focus) fixes that: decide which single die is the total, then the other two must add up to it. That splits the job into 3 matching subproblems (Tool #7). Inside each subproblem the counting is a clean Tool #2 (Make a Systematic List): list the ordered pairs of the other two dice that add to each reachable total, which fall into the tidy staircase 1, 2, 3, 4, 5.

1STEP 1

Count all equally likely outcomes

Three independent fair dice give 216 equally likely ordered outcomes, so the probability is just favorable over 216.

6³ = 216
2STEP 2

Pick which die is the total

Turn it around: first pick which of the three dice is the total3 ways — then the other two must add up to it.

3 ways to choose the total die
3STEP 3

List two-dice sums for one total die

Ordered pairs summing to 2, 3, 4, 5, 6 number 1, 2, 3, 4, 5 — a staircase totalling 15 per choice of total die.

1 + 2 + 3 + 4 + 5 = 15
4STEP 4

Combine the three cases without overlap

Three choices times 15 gives 45, with no double count: two dice cannot both be the total, or some die would show 0.

3 × 15 = 45
5STEP 5

Form the probability

Divide favorable by total: 45216\frac{45}{216}, and 9 cancels to give 524\frac{5}{24} — choice (D).

45/216 = 5/24 → (D)
Answer
5/24
The probability 5/24 ≈ 0.208 is sensible: hitting "two add to the third" is possible but far from common, so a value near one-fifth fits. A cross-check confirms the count another way: list the multisets {a, b, a+b} with a+b ≤ 6 and weight each by its arrangements — the six all-distinct ones give 6 each (36), and the three with a repeat ({1,1,2}, {2,2,4}, {3,3,6}) give 3 each (9), totalling 45 again. The near-miss wrong answers come from slips: dropping the factor of 3 for which die is the total gives 15/216 = 5/72, and other mis-added staircases land on (B) 13/72 or (C) 7/36.
💡Key takeaway

Decide which die is the total, count the other two's ordered pairs (1+2+3+4+5 = 15), times 3 dice is 45, over 216 gives 5/24.

  • Count all equally likely outcomes
  • Pick which die is the total
  • List two-dice sums for one total die
  • Combine the three cases without overlap
  • Form the probability