Solving Integer Questions: Showing x, y, and z are Even

  • Thread starter Thread starter garyljc
  • Start date Start date
  • Tags Tags
    Integers
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 3K views
garyljc
Messages
103
Reaction score
0
i've come across a question thatr reads
x^3 + 2y^3 + 4z^3 =0
show that x y z are all even

part 2 requires to show that there are no such intergers

i have no idea at all how to show something is even
can anyone help please thanks
 
Physics news on Phys.org
It helps if you know that the cube of any even number is even and the cube of any odd number is odd! Obviously, for any y and z, 2y^3+ 4z^3= 2(y^3+ 2z^3) is even. In order that x3 cancel that, x3 must be even.

But you can say more. The cube of an even number is divisible by 8: (2n)3= 8n3. So if x is even, what about 2(y3+ 2z3)? And then what about (y3+ 2z3)?
 
thanks for the hints !