AMC 10 · 2024 · #6
Grade 8 number-theoryPick an answer.
Converting a fourteen-digit number to base 5 by hand sounds hopeless, until you notice that 5×10¹³ is secretly built out of fives: 10 = 2 × 5. Rewriting it as 2¹³ × 5¹⁴ turns the giant number into a small number times a power of 5, and multiplying by a power of 5 only parks zeros on the end of a base-5 numeral. The whole job then shrinks to counting the base-5 digits of one four-digit number, which takes two lines. Naming the digit count d first makes 'how many digits' precise as a bracket between two powers of 5, so no logarithm is needed at all.
Turn digit-counting into powers
Digits come from sandwiching between powers of five.
Counting digits is really just asking which two neighbouring powers of the base the number falls between.
4.NBT.A.1Introduce A VariableSplit the tens into 2s and 5s
Ten to the thirteenth is two and five, each to the thirteenth.
A power of ten is a stack of 2s and 5s, and only the 5s matter once you write in base 5.
8.EE.A.3Organize Information In More WaysGather every factor of 5
It becomes 8192 times five to the fourteenth.
Adding exponents packs every available 5 into one clean power and leaves a small factor behind.
8.EE.A.1Organize Information In More WaysA power of 5 only adds zeros
That power just appends fourteen zeros.
Multiplying by the base never disturbs the digits you already have; it just parks zeros behind them.
Multiplying by the base never disturbs the digits already written; it just parks zeros behind them.
▸ Why?
A numeral is its digits weighted by powers of the base, so multiplying shifts every digit one place up.
▸ Why?
An exponent counts how many times the base is used, so each factor adds exactly one new place.
Sandwich 8192
8192 sits between the fifth and sixth powers, so six digits.
Once the number is small you can simply list powers of 5 and see which gap it lands in.
6.EE.A.1Eliminate PossibilitiesAdd the shift back on
Six plus fourteen is 20 digits.
The bracket 5¹⁹ ≤ N < 5²⁰ reads the answer off directly: the top place is worth 5¹⁹, so there are 20 places in all.
8.EE.A.1Introduce A VariableTo count digits in base 5, find the two neighbouring powers of 5 the number sits between; the exponent of the smaller one plus 1 is the digit count.
- Turn digit-counting into powers
- Split the tens into 2s and 5s
- Gather every factor of 5
- A power of 5 only adds zeros
- Sandwich 8192 between powers of 5
- Add the shift back on