I have a question regarding In Action Problem #25 on p.106 of the number properties (3rd Edition).
If x,y, and z are integers, is x even?
1) 10^x = (4^y)*(5^z)
--> I got (2^x)*(5^x) = (2^2y)*(5^z)
from this, I can infer that 2^x = 2^2y and 5^x = 5^z since 2 and 5 are primes.
Thus --> x=2y which i know x is for sure even;
BUT: -->x = z which i DO NOT know anything about z.
Therefore I think A is insufficient because x can be both even (2y) or odd (since z can be odd or even). However, the answer is that A is sufficient.
Please explain why A is sufficient.
Thanks.