AMC 10 · 2015 · #20

Grade 7 geometry-3d
parity-coloringspatial-visualizationsystematic-enumeration work-backwards ↑ Prerequisites: parity-coloring
📏 Long solution 💡 3 insights
Problem
Erin the ant starts at one corner of a cube and crawls along exactly 7 edges, visiting every one of the 8 corners exactly once (so her trip is a single route through all corners). When she stops, the corner she lands on is not joined to her starting corner by an edge, so she cannot crawl straight home. Count how many different routes do this.

Pick an answer.

(A)
6
(B)
9
(C)
12
(D)
18
(E)
24

AMC 10 2015 problem © Mathematical Association of America (MAA AMC). Reproduced for educational use.

How to solve
Strategy Work Backwards

A blind hunt through all corner-to-corner routes is hopeless, so the plan first **shrinks the problem**, then counts. Draw the cube (Tool #1) and color its corners like a 3D checkerboard (Tool #17): every edge flips dark↔light, so a 7-edge (odd) trip must finish on the opposite color. The 'can't return home' clue (Tool #3, Eliminate Possibilities) then forces the finish to be the single far corner. With both ends pinned, counting is easy by **working backwards** from that far corner (Tool #11): only the first couple of backward steps are real choices, the rest are forced. A plain systematic list (Tool #2) cross-checks the total. We avoid algebra entirely — the whole thing is coloring plus a tiny multiplication.

1STEP 1

Draw the cube and mark start S. Every corner touches exactly 3 edges, so visiting all 8 corners along 7 edges is a single route.

8 corners, 12 edges, 3 edges at each corner
2STEP 2

Color the corners like a 3D checkerboard so every edge flips the color. From dark S, an even step count ends on dark, an odd one on light.

dark → light → dark → light→…
3STEP 3

7 is odd, so Erin ends on a light corner: S's 3 neighbors or the far one. 'No edge home' rules out the neighbors, leaving the far corner F.

7 odd→finish is light; not adjacent to S→finish=F (far corner)
4STEP 4

Count S-to-F routes through all corners backwards: the last edge into F has 3 choices, the next has 2 choices, and the rest is forced.

3_last edge into F×2_next back×(everything else forced)
5STEP 5

Multiply the independent choices: 3 × 2 = 6 complete routes end at the far corner — a forward check from S confirms it, matching choice (A).

3× 2 = 6 → (A)
Answer
6
Is 6 believable? By the cube's symmetry the 3 edges leaving S are interchangeable, so the routes split into 3 equal families; 6 = 3× 2 means just 2 routes per starting edge — small enough to actually list by hand, and listing them confirms exactly 2 each. The coloring check also guarantees no finish corner was missed: 7 odd edges force a light finish, and only the far corner is a light corner not touching S. Both the count and the parity argument agree on 6, choice (A). The bigger options (12, 18, 24) would require more than 2 routes per starting edge, which the by-hand list rules out.
💡Key takeaway

Color the cube like a checkerboard: an odd 7-step trip has to end on the far corner, and from there only 3× 2 = 6 all-corner routes exist.