AMC 10 · 2013 · #21
Grade 11 algebraPick an answer.
The nest is over two thousand layers deep, so unfolding it is not an option. But the outermost layer is already in plain sight: A = log(2013 + T), where T is the entire rest of the nest. So I name T with a letter. Because log preserves order, the five intervals turn into five unit-wide ranges for T, and the whole problem becomes: which two consecutive whole numbers trap T? Then I bound T from below and from above, keeping both bounds strict, since back-to-back choices leave no room for slack.
Write the nest as a recursion
The nest is one plain recursion.
The nest repeats one move over and over, so a single recursive rule holds all 2012 layers at once.
9.F-IF.A.3Introduce A VariableTurn the choices into a range for the tail
The choices become a range for the inner value.
Logs never reorder anything, so comparing two logs is the same as comparing what sits inside them.
Logarithms never reorder anything, so comparing two logs is the same as comparing what sits inside them.
▸ Why?
A logarithm reports how many times the base is used, and a larger number needs more uses.
▸ Why?
Because that climb never turns around, a comparison of values transfers straight into a comparison of logs.
Trap the tail from below
Positivity traps it from below.
The number inside T already has four digits before the tail contributes anything, so T is safely past 3.
9.A-CED.A.1Extreme PrincipleProve the tail never reaches 4
Induction traps it from above.
A ceiling of 4 props itself up: log turns a five-digit-proof sum back into something under 4, layer after layer.
9.F-IF.A.3Look For A PatternClose the interval
That names the first interval, choice (A).
Two whole-number bounds exactly one apart squeeze the value into exactly one of the back-to-back intervals.
9.A-REI.B.3Extreme PrincipleLogs squash numbers so hard that a two-thousand-layer tower is still worth less than 4, so trap the inside between two whole numbers and the outside lands in exactly one interval.
- Write the nest as a recursion
- Turn the choices into a range for the tail
- Trap the tail from below
- Prove the tail never reaches 4
- Close the interval