EnriqueDandolo
Hey
Bunuel, I hope you are doing fine. I would like to ask you if you could please explain how can I answer the question if it were phrased like this:
"What is the least integer z for which 0.25 * 0.25* 0.12 *10^z is an integer?"
My question comes from the fact that in the original question I just equaled "z" to the number of times I moved the decimal point to the right in order for each number to be an integer. However that actually wouldnt work in the hypothetical question that I wrote, as the answer would be z=4 instead of z=6 as my erroneous method of solving would suggest.
Thanks in advance for your help.
Bunuel
What is the least integer z for which \((0.000125)(0.0025)(0.00000125)*10^z\) is an integer?
A. 18
B. 10
C. 0
D. −10
E. −18
In the original question, we can represent each fraction as a product of some power of 10 and some power of 5:
\((0.000125)(0.0025)(0.00000125)*10^z=(10^{-6}*5^3)(10^{-4}*5^2)(10^{-8})5^3)* 10^z \).
Here, 5^3 * 5^2 * 5^3 does not produce a trailing zero, so we have:
\((10^{-6}*5^3)(10^{-4}*5^2)(10^{-8}*5^3)* 10^z=10^{-18}*5^8*10^z\).
The above implies that the least integer value of z such that the whole expression is an integer is 18.
For your example, we'd have:
\((0.25)(0.25)(0.12) * 10^z =(10^{-2} * 5^2)(10^{-2} * 5^2)(10^{-2} * 12) * 10^z =10^{-6} * 5^2 * 5^2 * 12 *10^z\)
Here, since 12 contains 2^2, it would pair with 5^2 and produce two trailing zeros:
\(10^{-6} * 5^2 * 5^2 * 12 *10^z= 10^{-6} * 10^2 * 5^2 * 3 *10^z= 10^{-4} * 5^2 * 3 *10^z\)
The above implies that the least integer value of z such that the whole expression is an integer is 4.
Hope it's clear.