AMC 8 · 2009 · #12

Grade 7 probability
probability-basicprime-numberssystematic-enumeration systematic-enumeration ↑ Prerequisites: multi-digit-arithmeticprime-numbers
📏 Short solution 💡 2 insights 📊 Diagram
Problem
Two spinners are spun once. The first lands on one of {1, 3, 5} with equal chance, and the second lands on one of {2, 4, 6} with equal chance. What is the probability that the sum of the two numbers spun is a prime number?

Pick an answer.

(A)
$\frac{1}{2}$
(B)
$\frac{2}{3}$
(C)
$\frac{3}{4}$
(D)
$\frac{7}{9}$
(E)
$\frac{5}{6}$

AMC 8 2009 problem © Mathematical Association of America (MAA AMC). Reproduced for educational use.

How to solve
Strategy Make a Systematic List

There are only 3 × 3 = 9 outcome pairs, so the cleanest path is Tool #2 (Make a Systematic List): list every possible sum exactly once with a fixed ordering rule, then count how many are prime. Tool #1 (Draw a Diagram) supports the list by laying it out as a 3 × 3 grid (Spinner 1 across the top, Spinner 2 down the side), which makes it visually obvious that no outcome is missed or repeated. With every outcome equally likely, the probability is just (prime sums) / 9.

1STEP 1

Two independent spins with 3 sectors each give 3 × 3 = 9 equally likely ordered outcome pairs.

total outcomes = 3 × 3 = 9
2STEP 2

Fill a 3 × 3 table with each row + column sum; the nine sums are 3, 5, 7, 5, 7, 9, 7, 9, 11.

+ & 1 & 3 & 5 ; 2 & 3 & 5 & 7 ; 4 & 5 & 7 & 9 ; 6 & 7 & 9 & 11
3STEP 3

Among the sums only 9 = 3 × 3 is composite, and it fills two cells, so 9 - 2 = 7 cells hold prime sums.

prime sums = 9 - #{9s} = 9 - 2 = 7
4STEP 4

Every cell of the 3 × 3 grid is equally likely, so the probability is prime cells over total cells = 79\frac{7}{9}.

P(prime sum) = 79\frac{7}{9} → (D)
Answer
79\frac{7}{9}
Every sum is odd (odd + even), and the only odd values in range are 3, 5, 7, 9, 11. Among small odd numbers, only 9 fails to be prime, so most outcomes should be prime — 79\frac{7}{9} matches that expectation. Compare to the choices: 12\frac{1}{2}, 23\frac{2}{3}, 34\frac{3}{4} each have a denominator that does not divide evenly into 9 outcomes, so they cannot come from this 3 × 3 grid without simplification; 56\frac{5}{6} likewise has the wrong denominator. Only 79\frac{7}{9} fits.
💡Key takeaway

This AMC 8 problem only needs Grade 7 probability — list every outcome on a small grid, count the favorable ones, and divide.