AMC 8 · 1999 · #9

Grade 4 counting
set-partitioncomplementary-countingmulti-digit-arithmetic identify-subproblemscomplementary-counting ↑ Prerequisites: multi-digit-arithmetic
📏 Medium solution 💡 3 insights 📊 Diagram
📘 View easy version →
Problem
Three flower beds A, B, and C overlap as shown in the picture. Bed A holds 500 plants, bed B holds 450, and bed C holds 350. Beds A and B share 50 plants, beds A and C share 100, and from the picture beds B and C do not touch. How many plants are there in all?

Pick an answer.

(A)
850
(B)
1000
(C)
1150
(D)
1300
(E)
1450

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

How to solve
Strategy Draw a Venn Diagram

The picture is already a Venn diagram: three regions for A, B, C with A overlapping both B and C but B and C kept apart. Tool #12 (Draw a Venn Diagram) lets us label each region with the right count and read the total straight from the picture, without memorizing a three-set formula. Tool #7 (Identify Subproblems) splits the work into two clean Grade 4 steps: (i) add the three bed totals as if nothing were shared, then (ii) subtract the overlap plants that got counted twice. Because B and C never touch, there is no triple-overlap to add back, which keeps the bookkeeping simple.

1STEP 1

The picture is a Venn diagram with just five regions — A-only, B-only, C-only, A∩B, A∩C — and no B∩C or triple region.

|A| = 500, |B| = 450, |C| = 350, |A∩ B| = 50, |A∩ C| = 100, |B ∩ C| = 0
2STEP 2

Pretend nothing is shared and add the beds: 500 + 450 + 350 = 1300, which double-counts every shared plant.

|A| + |B| + |C| = 500 + 450 + 350 = 1300
3STEP 3

The overlaps counted twice total |A∩B| + |A∩C| = 50 + 100 = 150; there is no B∩C to remove.

overlap = |A∩ B| + |A∩ C| + |B∩ C| = 50 + 100 + 0 = 150
4STEP 4

Subtract the overlap from the over-count: 1300 - 150 = 1150, choice (C); with no triple region there is nothing to add back.

|A ∪ B ∪ C| = 1300 - 150 = 1150 → (C)
Answer
1150
Fill in every region of the Venn diagram and add: A-only = 500 - 50 - 100 = 350, A∩ B = 50, A∩ C = 100, B-only = 450 - 50 = 400, C-only = 350 - 100 = 250. Total = 350 + 50 + 100 + 400 + 250 = 1150, matching choice (C). The size also passes a quick estimate: the answer must be less than the naive sum 1300 (because some plants are shared) and more than the largest single bed 500, so the only plausible choice is 1150.
💡Key takeaway

Add the three bed totals as if no plant were shared, then subtract the shared plants once so they aren't counted twice — 1300 - 150 = 1150 turns this AMC 8 problem into a Grade 4 Venn-diagram exercise.