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

  • Thread starter Thread starter garyljc
  • Start date Start date
  • Tags Tags
    Integers
AI Thread Summary
To prove that x, y, and z are all even in the equation x^3 + 2y^3 + 4z^3 = 0, it is essential to recognize that the cube of any even number is even, while the cube of an odd number is odd. Since 2y^3 and 4z^3 are both even, their sum is even, necessitating that x^3 must also be even for the equation to hold true. Furthermore, if x is even, it can be expressed as 2n, meaning x^3 is divisible by 8. This leads to the conclusion that y^3 + 2z^3 must also be even, reinforcing that y and z must be even as well. The discussion highlights the importance of understanding the properties of even and odd numbers in solving integer equations.
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 !
 
Oh, and you show something is even by showing it satisfies the definition of "even": it is equal to 2n for some integer n.
 
got it ! =)
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top