AMC 10 · 2009 · #24
Grade 11 algebraPick an answer.
Tool #16 (Change Focus): the size of B is hopeless to compute and completely beside the point. All that matters is which pair of consecutive towers B sits between, because log₂ carries the window (T(n), T(n+1)) exactly onto (T(n-1), T(n)). So the question "how many logs" becomes the question "which floor". Tool #4 (Introduce a Variable): naming t = T(2009) and u = T(2008), with the single relation t = 2^u, makes every later inequality one line long. Tool #7 (Identify Subproblems): the count splits into a general lemma about how deep a number's log-chain runs, and a separate placement question about where B lands. Tool #5 (Look for a Pattern): the one identity log₂ T(n) = T(n-1) is the entire engine — each log steps down exactly one floor. Tool #14 (Extreme Principle): the decisive case is the boundary. A number sitting exactly on a tower and a number sitting strictly above it have different depths, differing by exactly one, and that one unit separates two of the answer choices — so both inequalities have to be proved strict, not estimated. Tool #9 (Solve an Easier Related Problem): replacing 2009 by a small m gives numbers small enough to log by hand, which is how the final count gets checked independently — and it also exposes that the smallest case is degenerate.
Say exactly what defined forbids
Each application is legal only while the input stays positive.
A logarithm can refuse to accept a number, but it never refuses to produce one, so the very last value is allowed to be negative.
9.F-IF.A.1Change Focus Count The ComplementOne identity runs everything
One identity relates a tower to the one below it.
Each logarithm strips off exactly one layer of the exponent stack, so repeated logging is just walking down the tower one floor at a time.
Each logarithm strips off exactly one layer of the exponent stack, so repeated logging walks down the tower one floor at a time.
▸ Why?
A logarithm reports how many times the base is used as a factor, which is the exponent one level up.
▸ Why?
Taking a logarithm undoes raising to a power, so applying it repeatedly reverses the tower step by step.
Depth of an exact tower
That gives the depth of an exact tower.
The tower walk lands you on 2, and 2 has exactly two logarithms left in it before it hits the wall at 0.
9.F-IF.A.3Look For A PatternStrictly above a tower buys one more
Being strictly above a tower buys one more step.
Missing the tower by even a hair means you also miss 2, then miss 1, then miss 0 — and missing 0 is what earns the extra logarithm.
9.F-IF.B.4Extreme PrinciplePeel three logarithms off B
Peeling three logarithms off the number is straightforward.
A logarithm turns a power into a multiplier and a product into a sum, and three of those are enough to cut B down to the scale of the tower itself.
11.F-LE.A.4Identify SubproblemsTrap the result strictly between two towers
The result is trapped strictly between two towers.
Multiplying t by u pushes x₃ just above T(2008), but even squaring t only adds a couple of units to its logarithm — nothing like the leap needed to reach the next tower.
8.EE.A.1Change Focus Count The ComplementAdd up the count
Adding the counts gives 2013, choice (E).
Three logarithms of setup, then a 2008-floor descent, then the two extra rungs that hang below T(1), adds to 2013.
9.F-IF.A.3Look For A PatternNever try to compute a tower — just find which two towers your number sits between, because a number strictly above a tower survives exactly one more logarithm than the tower itself does.
- Say exactly what defined forbids
- One identity runs everything
- Depth of an exact tower
- Strictly above a tower buys one more
- Peel three logarithms off B
- Trap the result strictly between two towers
- Add up the count