When the decimal point of a certain positive decimal number is moved four places to the right, the new number is four times the reciprocal of the original number. What is the original number?
- A)
- B)
- C)
- D)
- E)
Answer
C
Key insight
Moving the decimal point four places right multiplies by 10^4, so 10^4 x = 4/x gives x^2 = 4 * 10^(-4) and x = 2 * 10^(-2).
Solution
Let the number be . Shifting the decimal point four places to the right produces . The condition says
Multiply both sides by : , so . Taking the positive square root,
Check: shifted becomes , and .
The answer is .
Why this works
"Move the decimal point places right" is just multiplication by ; once that is written down, the sentence becomes a one-variable equation. Keep the power of as a power (not as a string of zeros) so that the square root is rather than a miscounted decimal.
Alternative approach
Test the choices. For (C): and , equal. For (D): but . The shifted number grows while the reciprocal shrinks, so only one choice can balance.
The trap
Taking the square root of 4/10000 as 2/100 with the wrong number of zeros, landing on 0.002 or 0.2.
Common mistakes
- Taking the square root of 4/10000 as 2/100 with the wrong number of zeros, landing on 0.002 or 0.2.
- Setting up (four times the number instead of four times its reciprocal), which has no positive solution.
Techniques
Use the answer choices (mod checks, size, form) to eliminate or select · Set up the equation/formula and compute; no special trick needed