Show that if the integers x,y, and z satisfy x3+3y3=9z3
then x=y=z=0.
How should I interpret this question and how to proceed?
I am thinking about the Euclidean algorithm but it becomes confusing when x,y,z comes like variables?
Answer
First notice that if d=gcd(x,y,z) then d3 can be factored out of the equation. So we can assume that d=1. Then x3=9z3−3y3, so 3 divides x, say x=3k. So we have 33k3=9z3−3y3 and we can divide everything by 3 to get 9k3=3z3−y3. A similar argument shows 3 divides y. Repeat to show 3 divides z. This contradicts that d=1.
No comments:
Post a Comment