AMC 8 · 2003 · #18
Grade 4 counting
Pick an answer.
AMC 8 2003 problem © Mathematical Association of America (MAA AMC). Reproduced for educational use.
The picture is the problem, so Tool #1 (Draw a Diagram) does the heavy lifting: label each dot with its shortest-edge distance from Sarah (1, 2, 3, or ∞ if disconnected). Tool #7 (Identify Subproblems) then splits "not invited" into two clean buckets: dots in a different piece of the graph from Sarah, and dots inside Sarah's piece but too far away (distance ≥ 3). Tool #16 (Complement) gives a fast cross-check: instead of recounting the not-invited at the end, we can also verify by counting the invited (distance 1 and 2) and subtracting from 20. Both routes must give the same answer.
Label every dot with its distance from Sarah: she connects directly to 8 dots, so those are the distance-1 friends.
Annotating the given picture with a distance label on each dot turns "who is invited?" into a routine sort.
4.OA.A.3Draw A DiagramStep one edge further from each friend to the friends-of-friends: that distance-2 set holds 6 dots, all invited.
Step one edge further from each direct friend; any newly reached dot is a friend-of-a-friend.
4.OA.A.3Draw A DiagramSplit "not invited" into two disjoint buckets: A, dots with no path to Sarah; B, dots in her component at distance 3 or more.
Breaking a count into disjoint buckets is the standard "divide and conquer" move.
3.OA.D.8Identify SubproblemsBucket A (disconnected): the lower-left triangle l-m-n is 3 dots and the lone dot a is 1, so |A| = 4.
A separate piece of the graph cannot reach Sarah no matter how many edges you walk, so every dot in it is uninvited.
3.OA.D.8Identify SubproblemsBucket B (too far): along the chain e-f-g-h-i-j, the middle dots g and h sit at distance 3, so |B| = 2.
Walking outward from Sarah, the chain runs out of "close" labels exactly where g and h sit.
4.OA.A.3Draw A DiagramAdd the disjoint buckets: 4 + 2 = 6, choice (D).
Disjoint buckets add directly — no double-counting to worry about.
3.OA.D.8Identify SubproblemsComplement check: 8 + 6 = 14 invited, so 20 - 14 = 6 are uninvited — same answer.
Counting invited and subtracting from 20 is the complement check — it confirms the 6 found by direct counting.
4.OA.A.3Count The ComplementLabel every dot with how many steps it is from Sarah, then sort: distance 1 and 2 get invited, everything else does not — this AMC 8 graph puzzle becomes a Grade 4 sort-and-add exercise giving 6.