AMC 8 · 2011 · #6

Grade 4 arithmetic
set-partitioncomplementary-counting complementary-countingidentify-subproblems ↑ Prerequisites: multi-digit-arithmetic
📏 Short solution 💡 2 insights
📘 View easy version →
Problem
A town has 351 adults, and every adult owns at least one of: a car, a motorcycle, or both. 331 adults own cars and 45 adults own motorcycles. How many of the car owners do not own a motorcycle?

Pick an answer.

(A)
20
(B)
25
(C)
45
(D)
306
(E)
351

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

How to solve
Strategy Draw a Venn Diagram

The trigger words "car, motorcycle, or both" and "do not own a motorcycle" point straight at Tool #12 (Venn Diagram): two overlapping circles for Car and Motorcycle, with the every-adult-owns-at-least-one condition meaning the two circles cover all 351 adults (no "neither" region). The question "car owners who do not own a motorcycle" is the left-only slice of the Venn diagram, which is exactly Tool #16 (Count the Complement) — instead of counting the slice directly, compute the overlap first and subtract from the car total.

1STEP 1

Draw overlapping circles C (cars) and M (motorcycles); since everyone owns one, C ∪ M holds all 351 adults with no outside region.

|C ∪ M| = 351, |C| = 331, |M| = 45
2STEP 2

Adding the car and motorcycle totals double-counts the both-group, so the overlap is 331 + 45 - 351 = 25.

|C ∩ M| = |C| + |M| - |C ∪ M| = 331 + 45 - 351 = 25
3STEP 3

Flip to the complement: subtract the overlap from the car total to get car owners with no motorcycle: 331 - 25 = 306.

|C ∖ M| = |C| - |C ∩ M| = 331 - 25 = 306
4STEP 4

306 lands on choice (D).

306 → (D)
Answer
306
Sanity-check by filling the Venn diagram: Car-only = 306, Both = 25, Motorcycle-only = 45 - 25 = 20. Sum = 306 + 25 + 20 = 351, which matches the total population. The motorcycle circle (45) is small relative to the car circle (331), so nearly every adult owns a car and very few own a motorcycle — making 306 (almost all car owners) the expected magnitude.
💡Key takeaway

This AMC 8 problem is really a Grade 4 Venn-diagram puzzle: count the overlap, then take it away from the car circle.