Let be a positive integer and be a digit such that the value of the numeral in base equals , and the value of the numeral in base equals the value of the numeral in base six. What is
- A)
- B)
- C)
- D)
- E)
Answer
B
Key insight
Both base-n numerals start 3n²: 3n² ≤ 263 forces n ≤ 9, while 324_n ≥ 1101_6 = 253 forces n ≥ 9, so n = 9.
Solution
Translate the numerals:
Bound from the first equation: , so and .
Bound from the second: the right side is at least , so . For , , so .
Hence . Then gives . Check the second equation: and . Consistent, and is a valid digit in both bases.
So .
The answer is .
Why this works
Base- numerals are polynomials in with small coefficients, so a numeral's value pins down tightly: the leading term alone squeezes into a narrow window, and two-sided bounds close it completely. Bound first, then solve for the remaining digit; it beats solving a quadratic.
Alternative approach
Subtract the two equations: , so and . Then , which factors as , giving .
The trap
Expanding 11d1 in base six as 216 + 36 + d + 1, forgetting the factor of 6 on the digit d.
Common mistakes
- Expanding 11d1 in base six as 216 + 36 + d + 1, forgetting the factor of 6 on the digit d.
- Solving the quadratic by formula and making an arithmetic slip; the discriminant is .
Techniques
Bound the quantity above/below or estimate to pin it down · Set up the equation/formula and compute; no special trick needed