AMC 10 · 2011 · #19
Grade 11 number-theoryalgebraPick an answer.
Tool #4 (Introduce a Variable): the logarithm and the floor bar are the only hard part, and naming m=⌊log₂(N-1)⌋ trades them for two plain inequalities on N. Tool #15 (Organize Information in More Ways): once the log is gone the formula reads as a sentence — the elite count is the distance from N up to the next power of two — and that reading makes the whole problem visible at once. Tool #14 (Extreme Principle): the question asks for the two smallest N, so the real work is finding the first block that is wide enough to hold a gap of 19; that boundary is where the answer lives. Tool #3 (Eliminate Possibilities): the naive candidate list contains fake solutions that must be thrown out, and the answer choices give a second, independent way to confirm the survivor.
Name the exponent, kill the log
Naming the exponent removes the logarithm.
A floor of a log is just a label saying which pair of neighbouring powers of two the number falls between, so write that fact down and the log disappears.
The floor of a base-two logarithm is a label saying which pair of neighbouring powers of two the number falls between.
▸ Why?
An exponent counts how many times two is used, so the label counts the doublings already completed.
▸ Why?
The powers of two carve the numbers into blocks, and every number sits in exactly one block.
Read the formula in plain words
In words, it is the gap to the next power of two.
It is a tournament bracket: you top the field up to a power of two, and the players you added for free are exactly the elite group.
9.A-SSE.A.2Organize Information In More WaysSet the count to 19
Setting the count gives one candidate per exponent.
Solving for N used the block label m, so the candidate is only real if it lands back inside the block that produced it.
9.A-REI.B.3Introduce A VariableCheck m against its own block
One candidate falls outside its own block and is fake.
A block of width 2^m cannot hold a gap of 19 unless it is at least 20 wide, and 2⁵=32 is the first width that is.
9.A-REI.B.3Extreme PrincipleThe two smallest legal N
The two smallest real ones are 45 and 109.
Once you know which blocks are wide enough, the two smallest answers are simply the first two of those blocks.
8.EE.A.1Extreme PrincipleAdd and match the choices
Their sum is 154, choice (C).
Two different blocks give two different values of N, so the sum uses 45 and 109, not one of them twice.
6.EE.B.5Eliminate PossibilitiesThe elite count is just how far N is from the next power of two, so 19 elite players means N is 19 below a power of two — and only blocks at least 20 wide can hold a gap that big.
- Name the exponent, kill the log
- Read the formula in plain words
- Set the count to 19
- Check m against its own block
- The two smallest legal N
- Add and match the choices