Chinese Logic... tough nut to crack :( #1

Let x x , y y , and z z be integers such that x < y < z x<y<z and x 3 ( y 3 + z 3 ) = 2012 ( x y z + 2 ) . x^{3}(y^{3}+z^{3}) = 2012 (xyz+2).

What is the sum of all possible x x , y y , and z ? z?


The answer is 505.

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.

1 solution

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 ) (x,y,z) . ( , , ) (-,-,-) cannot be cause the signs of RHS and LHS would not match.

Note that x = 2 x=2 or x = 2 x=-2 , otherwise if x = p k x=pk , where p p is a prime greeter than 2 2 and k k is an integer, the LHS would have p 3 p^3 but RHS would have at most p p (in case p = 503 p=503 ). therefore the equation simplifies to

( y 3 + z 3 ) = 503 ( y z + 1 ) (y^3+z^3)=503(yz+1)

if x = 2 x=2

or

( y 3 + z 3 ) = 503 ( y z 1 ) (y^3+z^3)=503(yz-1)

if x = 2 x=-2

In both cases above, if y , z y,z are positive, z < 503 z< 503 . The reason is given for ( y 3 + z 3 ) = 503 ( y z 1 ) (y^3+z^3)=503(yz-1) . Given z z , z 3 + 1 z^3+1 is the minimum of z 3 + y 3 z^3+y^3 , when the variable is y y . Given z z 503 ( ( z 1 ) z 1 ) = 503 ( z 2 z 1 ) 503((z-1)z-1)=503(z^2-z-1) maximises 503 ( y z 1 ) 503(yz-1) , when y y is the variable. So, if we solve z 3 + 1 = 503 ( z 2 z 1 ) z^3+1=503(z^2-z-1) for z z we get the positive solution z 503 z\approx 503 . if z > 503 z > 503 then the sides of ( y 3 + z 3 ) = 503 ( y z 1 ) (y^3+z^3)=503(yz-1) would definitely be different. So we can check only for z , y < 503 z,y<503 . also, 2 y , z -2 \leq y,z (cause we know x x now)

I did the rest using a simple program to check all the possibilities. z = 252 z=252 and y = 251 y=251 and x = 2 x=2

x can also be equal to +1 or -1 Mehrdad

Daanish bansal - 2 years, 5 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...