kingflo
If x, y and z are integers, what is y – z?
(1) \(100^x = 2^y5^z\)
(2) \(10^y = 20^x5^{z+1}\)
We need to determine the value of y – z.
Statement One Alone:100^x = 2^y * 5^z
Notice that 100^x = (2^2 * 5^2)^x = 2^(2x) * 5^(2x). Equate this with 2^y * 5^z and we have:
2^(2x) * 5^(2x) = 2^y * 5^z
Therefore, 2^(2x) = 2^y and 5^(2x) = 5^z.
Thus, 2x = y and 2x = z. Therefore, y - z = 2x - 2x = 0.
Statement one alone is sufficient to answer the question. We can eliminate answer choices B, C, and E.
Statement Two Alone:10^y = 20^x * 5^(z+1)
Since 20^x = (2^2 * 5)^x = 2^(2x) * 5^x, that means 20^x * 5^(z+1) = 2^(2x) * 5^x * 5^(z+1) = 2^(2x) * 5^(x+z+1). Notice that 10^y = (2 * 5)^y = 2^y * 5^y, so we have:
2^y * 5^y = 2^(2x) * 5^(x+z+1)
Therefore, 2^y = 2^(2x) and 5^y = 5^(x+z+1).
Thus, y = 2x and y = x + z + 1. From the second equation, we have y - z = x + 1. However, since we do not know the value of x, we cannot determine the value of y - z. Statement two alone is not sufficient to answer the question.
Answer: A