AMC 10 · 2005 · #21
Grade 11 algebranumber-theoryPick an answer.
Rewriting the logarithm as a power makes b a function of a and c, which leaves c as the only real branching variable. Splitting on c gives a list that is guaranteed complete once the large values are killed, and they are killed by a size bound rather than by a feeling that the exponent is big. A complete case list is what turns a count into a proof.
Rewrite the logarithm as a power
Rewriting the logarithm as a power removes it entirely.
A logarithm is just an exponent written in a different position.
A logarithm is just an exponent written in another position, so the condition is really about a power.
▸ Why?
An exponent counts how many times the base is used as a factor, and the logarithm reports that count.
▸ Why?
A fixed total puts a ceiling on every part, and a power climbs past any such ceiling almost at once.
Cap every part with the sum
The sum condition puts a cap on every part.
A fixed total gives every part a ceiling, and exponentials do not respect ceilings.
9.A-CED.A.3Extreme PrincipleCase c equals 0
A zero exponent forces one value, giving one triple.
A zero exponent pins b to 1 before the sum condition even gets a say.
8.EE.A.1Make A Systematic ListCase c equals 1
An exponent of one gives exactly one more.
A logarithm equal to 1 means the base and the number are the same.
9.A-REI.B.3Make A Systematic ListCase c at least 2 is too big
Anything larger blows past the cap, so that case is empty.
Exponential growth blows past a fixed budget of 2005 almost immediately.
8.EE.A.1Extreme PrincipleCollect the complete case list
The cases cover everything, so the count is 2, choice (C).
A case split that leaves nothing out turns a search into a count.
9.A-CED.A.3Eliminate PossibilitiesA logarithm is an exponent, and exponents grow so fast that only the smallest ones can squeeze inside a fixed total like 2005.
- Rewrite the logarithm as a power
- Cap every part with the sum
- Case c equals 0
- Case c equals 1
- Case c at least 2 is too big
- Collect the complete case list