gmattie Wrote:2 * 5 * x = 7 * y * z
so x + y + z = 2 + 5 + 7
ah, yeah, ok, i see what you're doing.
here's the deal: if x, y, and z had to be PRIMES, then this solution would be entirely 100% correct. specifically, x would have to be 7 because there's a 7 on the right-hand side of the equation, and y and z (in some order) would have to be 2 and 5 because those two primes are on the left side of the equation.
HOWEVER, unfortunately for your "solution", the 3 variables
don't have to stand for primes, and so you can add in extra factors to create additional possibilities.
for instance, you COULD have x = 7, y = 2, z = 5 (the "primes" solution).
but you could also have x = 70, y = 2, and z = 50 (multiply one number on each side by 10, so that the products remain the same). or you could have one of an infinity of other possibilities, all along the same lines.
therefore, insufficient.
--
moral of the story:
don't assume that the restrictions that apply to
primes can apply just as well to
integers in general. primes are very special animals.