The value of the two-digit number in base seven equals the value of the two-digit number in base nine. What is
- A)
- B)
- C)
- D)
- E)
Answer
A
Key insight
Place value turns the condition into 7a + b = 9b + a, so 3a = 4b, and a must be a base-seven digit.
Solution
Write each numeral in place-value form: in base seven is , and in base nine is . Setting them equal,
Now use the digit constraints. Both and appear as base-seven digits, so , and both are leading digits of a two-digit numeral, so .
From and , the factor must divide . The only multiple of in the range is , which gives .
Check: and . Hence .
The answer is .
Why this works
Converting both numerals to base ten immediately is the whole method: a statement about digits becomes a linear equation, and the only extra information needed is the range each digit may occupy. The coprimality step () is what turns one equation in two unknowns into a finite check, and it is faster than listing all pairs. The same reduction handles any "numeral in base equals its reversal in base " problem: the equation is after cancellation.
The trap
Solving 3a = 4b without the base-seven bound and accepting a = 8, b = 6, which gives a + b = 14, choice (E).
Common mistakes
- Solving 3a = 4b without the base-seven bound and accepting a = 8, b = 6, which gives a + b = 14, choice (E).
- Reading as the product rather than as a two-digit numeral.
- Forgetting that must also be a valid base-seven digit, which would wrongly allow up to .
Techniques
Split into exhaustive cases and handle each · Set up the equation/formula and compute; no special trick needed