Let , , and be integers such that and
What is the sum of all possible , , and
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Not so elegant of a solution, but I posted anyways.
Firstly, it can be checked that all variables must be non-zero. Then, we should get the signs right. the possibilities are ( + , + , + ) or ( − , − , + ) or ( − , + , + ) for ( x , y , z ) . ( − , − , − ) cannot be cause the signs of RHS and LHS would not match.
Note that x = 2 or x = − 2 , otherwise if x = p k , where p is a prime greeter than 2 and k is an integer, the LHS would have p 3 but RHS would have at most p (in case p = 5 0 3 ). therefore the equation simplifies to
( y 3 + z 3 ) = 5 0 3 ( y z + 1 )
if x = 2
or
( y 3 + z 3 ) = 5 0 3 ( y z − 1 )
if x = − 2
In both cases above, if y , z are positive, z < 5 0 3 . The reason is given for ( y 3 + z 3 ) = 5 0 3 ( y z − 1 ) . Given z , z 3 + 1 is the minimum of z 3 + y 3 , when the variable is y . Given z 5 0 3 ( ( z − 1 ) z − 1 ) = 5 0 3 ( z 2 − z − 1 ) maximises 5 0 3 ( y z − 1 ) , when y is the variable. So, if we solve z 3 + 1 = 5 0 3 ( z 2 − z − 1 ) for z we get the positive solution z ≈ 5 0 3 . if z > 5 0 3 then the sides of ( y 3 + z 3 ) = 5 0 3 ( y z − 1 ) would definitely be different. So we can check only for z , y < 5 0 3 . also, − 2 ≤ y , z (cause we know x now)
I did the rest using a simple program to check all the possibilities. z = 2 5 2 and y = 2 5 1 and x = 2