AMC 10 · 2012 · #22
Grade 7 countingpattern
Pick an answer.
The question asks "how many routes", so the goal is a complete, non-overlapping count (Tool #2, Make a Systematic List). First redraw the picture as a directed graph so the rules become mechanical: dots are vertices, diagonals are two-way edges, horizontal arrows are one-way edges (Tool #1, Draw a Diagram). The whole difficulty lives in the three left-pointing reverse arrows on the middle line, so split every route by how many of those reverse arrows it uses -- 0, 1, 2, or 3 (Tool #7, Identify Subproblems; Tool #16, Change Focus). Each case is then a clean forward count, and the four cases add up.
Redraw the lattice as a graph
Redrawing shows which edges point backwards.
Turning a busy picture into 'two-way lines and one-way lines' makes the movement rules something you can check edge by edge.
5.G.A.2Draw A DiagramThe reverse arrows are the whole story
Those few arrows are the whole story.
One awkward feature -- the backward arrows -- controls everything, so organizing the count around it is the cleanest split.
7.SP.C.8Identify SubproblemsCase 0: no reverse arrow used
Using none of them gives 1024 routes.
Ways-to-reach a point add up from the points before it, so one careful pass across the lattice counts every forward route at once.
7.SP.C.8Make A Systematic ListCases 1, 2, 3: reverse arrows used
Using one, two, or three adds fewer each time.
Once the bug commits to a backward step, the no-reuse rule forces most of the rest of that route, so each reverse arrow adds only a limited, countable set of detours.
4.OA.A.3Make A Systematic ListAdd the four cases
Adding the cases gives 2400, choice (E).
Disjoint cases that cover everything just add, with nothing counted twice and nothing missed.
Disjoint cases that cover everything just add, with nothing counted twice and nothing missed.
▸ Why?
Each route falls into exactly one case, since the cases are told apart by how many reverse arrows it uses.
▸ Why?
Inside a case the remaining choices are made independently, so those counts multiply before the cases add.
Redraw the maze as one-way and two-way streets, notice only three backward arrows cause trouble, count routes by how many of those you use, and add: 1024+1024+320+32=2400.
- Redraw the lattice as a graph
- The reverse arrows are the whole story
- Case 0: no reverse arrow used
- Cases 1, 2, 3: reverse arrows used
- Add the four cases