AMC 10 · 2015 · #20
Grade 8 patternnumber-theoryPick an answer.
The index 2015 is a bluff: nothing can be computed at that height directly, so the real target is the row-to-row machine and the shape it settles into. Tool #15 (Organize Information in More Ways) comes first, because the definition has to be reorganised before it can be trusted — the clause f(i,j) = f(i-1,f(i,j-1)) looks circular, and the first job is to show it is not, and that row i depends on nothing but row i-1. Tool #4 (Introduce a Variable) then names each row as a function R_i on {0,1,2,3,4}; in that language the whole rule collapses to one sentence — row i is the first five stops of the trip that starts at 1 and keeps applying R_i-1. Tool #5 (Look for a Pattern) drives the computation of rows 0 through 5 and, more importantly, exposes why the rows degrade: the trip through 1 keeps getting shorter until it stops moving at all. Tool #9 (Solve an Easier Related Problem) closes the gap, replacing row 2015 by the far easier claim that one particular entry, f(i,1), never changes again.
Check the rule is not circular
The rule is well founded, not circular.
A definition that always points down or left can never chase its own tail.
8.F.A.1Organize Information In More WaysRead each row as a function
Each row reads as one repeated function.
A row is not five separate facts — it is one walk through the row beneath it, photographed five times.
6.EE.B.6Introduce A VariableRows 0, 1, 2 stay rearrangements
The first rows are still rearrangements.
Adding a fixed non-zero step mod 5 moves everything, so the walk cannot settle and must visit all five values.
Adding a fixed nonzero step around a cycle of five moves everything, so the walk visits all five values.
▸ Why?
Only the remainder after dividing by five decides where a step lands, so the walk lives on a five-point loop.
▸ Why?
A fixed step around that loop returns to the start only after a full lap, so nothing is skipped along the way.
Row 3 is where it breaks
One row later that breaks.
A rule with a fixed point cannot sweep all five values in one loop, so the row after it is forced to repeat and to drop something.
8.EE.C.7Look For A PatternThe walk shortens to a standstill
The walk shortens until it stands still.
Each row's walk is shorter than the last one's, and the shortest possible walk is one that never moves.
4.OA.C.5Look For A PatternOne frozen entry locks every later row
One frozen entry locks every later row.
Once the walk's starting point maps to itself, the machine can only ever hand that same value back.
8.F.A.1Look For A PatternLand on row 2015
So the far entry is 1, choice (B).
Once a process locks, a huge index costs nothing more than a small one past the locking point.
4.OA.C.5Solve An Easier Related ProblemWhen a rule keeps feeding its own output back in, hunt for the input that maps to itself: once the process lands on a fixed point it can never leave, so row 2015 takes no more work than row 5.
- Check the rule is not circular
- Read each row as a function
- Rows 0, 1, 2 stay rearrangements
- Row 3 is where it breaks
- The walk shortens to a standstill
- One frozen entry locks every later row
- Land on row 2015