AMC 10 · 2012 · #19
Grade 7 countinglogicPick an answer.
This is a "how many ways" count, so Tool #2 (Make a Systematic List) is the spine: split the count by k, the shared friend-count, and enumerate each case cleanly. First Tool #4 (Introduce a Variable) names k and pins it to {1,2,3,4}. Then Tool #16 (Count the Complement) does the heavy lifting: flipping every friendship to a non-friendship turns a k-friend setup into a (5-k)-friend setup, so the k=1 count equals the k=4 count and the k=2 count equals the k=3 count — cutting the work in half. Tool #1 (Draw a Diagram) makes the k=2 shapes (triangles and a hexagon) visible so nothing is missed or double-counted. Tool #7 (Identify Subproblems) keeps the finish tidy: count k=1, count k=2, then double and add.
Name the shared friend count
The shared count runs over just four values.
Giving the common friend-count a single name k turns a fuzzy condition into four clean cases to count.
6.EE.A.2Introduce A VariableFlip friendships to pair the cases
Flipping the relation pairs the cases up.
Swapping "friend" and "stranger" trades k for 5-k without losing the equal-count property, so the hard half mirrors the easy half.
Swapping friend and stranger trades one count for the other without losing the equal-count property.
▸ Why?
Everyone is either a friend or a stranger, so flipping the labels turns one count into the other.
▸ Why?
The flip matches each arrangement with exactly one other, so the two families are the same size.
Count k = 1: split into three pairs
One partner each splits them into three couples.
Pick a partner for one person at a time; each choice is independent, so the counts just multiply.
3.OA.C.7Make A Systematic ListCount k = 2, shape one: two triangles
Two partners each allows two shapes.
A triangle is the only 2-friend shape for a group of three, so you just choose who is in one triangle — and each split is named twice.
7.SP.C.8Draw A DiagramCount k = 2, shape two: one hexagon
The ring shape is the bigger count.
A ring of friendships doesn't care where you start reading it or which way you go, so those 6 × 2 look-alikes collapse to one.
4.OA.A.3Make A Systematic ListDouble each case and add
Doubling and adding gives 170, choice (B).
The complement pairing means you compute only two cases and mirror them, so the grand total is just twice their sum.
4.OA.A.3Identify SubproblemsWhen everyone must have the same number of friends, sort by that shared number k; then notice that swapping "friend" and "stranger" turns k friends into 5-k friends, so you only count half the cases and double them: 2(15+70)=170.
- Name the shared friend count
- Flip friendships to pair the cases
- Count k = 1: split into three pairs
- Count k = 2, shape one: two triangles
- Count k = 2, shape two: one hexagon
- Double each case and add