Mary thought of a positive two-digit number. She multiplied it by and added . Then she switched the digits of the result, obtaining a number between and , inclusive. What was Mary's number?
- A)
- B)
- C)
- D)
- E)
Answer
B
Key insight
Un-switch the digits: the result 3x+11 must be one of 17, 27, 37, 47, 57, and only 47 = 3(12)+11 comes from a two-digit x.
Solution
Work backwards from the final number. Switching the digits of produced or , so itself was or .
Subtract from each candidate: . Divide by : only is a multiple of , giving . Check: , and switching the digits gives , which is in range. (The candidate would give , not two-digit.)
The answer is .
Why this works
When a problem describes a chain of operations ending in a known range, reverse each operation in turn: the digit switch, then the , then the . Divisibility by filters the candidates immediately, so no trial and error over Mary's number is needed.
Alternative approach
Test the five choices directly: gives , whose digit reversals are . Only lands in to .
The trap
Solving 3x + 11 between 71 and 75 without reversing the digits first, which gives no integer and leads to guessing.
Common mistakes
- Solving 3x + 11 between 71 and 75 without reversing the digits first, which gives no integer and leads to guessing.
- Reversing the digits of the answer choices themselves (getting ) instead of the digits of .
Techniques
Use the answer choices (mod checks, size, form) to eliminate or select · Start from the end state / desired conclusion and reverse