AMC 10 · 2015 · #10
Grade 2 arithmeticPick an answer.
AMC 10 2015 problem © Mathematical Association of America (MAA AMC). Reproduced for educational use.
There are only 4!=24 arrangements, a small finite world, so Tool #2 (Make a Systematic List) — organized by which letter comes first — guarantees we miss none and double-count none. To make the alphabet-adjacency test mechanical, Tool #4 (Introduce a Variable) relabels a,b,c,d as positions 1,2,3,4, turning "alphabet-adjacent" into the crisp numeric test "differ by exactly 1." Then Tool #3 (Eliminate Possibilities) prunes whole branches the moment a forbidden pair is forced, so most of the 24 cases die instantly instead of being written out.
Turn letters into numbers
Map letters to numbers a=1,b=2,c=3,d=4; alphabet-adjacent means the numbers differ by 1.
Numbers make "next to each other in the alphabet" something you can just check with subtraction.
Turning letters into numbers makes next to each other in the alphabet something you can check by subtraction.
▸ Why?
Each letter takes exactly one number, so the words and the numbers pair off without leftovers.
▸ Why?
Those numbers compare in one consistent order, so adjacency becomes a plain size test.
Organize by the first letter
Try each starting letter and see what the ban forces for the rest of the row.
Fixing the first letter splits 24 cases into four small, easy-to-track families.
2.OA.A.1Make A Systematic ListStart with A or D — both collapse
Starting with a or d always dead-ends: every branch is forced into a forbidden neighbor pair.
An end letter like a or d has too few legal partners, so its branches choke quickly.
2.OA.B.2Eliminate PossibilitiesStart with B or C — exactly one each
Starting with b or c forces exactly one valid row each, bdac and cadb, for a total of 2 — choice (C).
A middle letter like b or c leaves just enough room for one forced chain to survive.
2.OA.B.2Make A Systematic ListTurn the letters into the numbers 1-2-3-4, then arrange them so no two neighbors differ by 1 — only two rows survive.
- Turn letters into numbers
- Organize by the first letter
- Start with A or D — both collapse
- Start with B or C — exactly one each