Olympiad Maths Prep

Library / /20 of 60

Number theory Difficulty 5.4 AIME, harder Prove it Ukraine

Solve the system of equations for positive integer numbers x,y,zx, y, z:
{x36y2+27z=132,y39z2+3x=125,z33x2+12y=68. \begin{cases} x^3 - 6y^2 + 27z = 132, \\ y^3 - 9z^2 + 3x = 125, \\ z^3 - 3x^2 + 12y = -68. \end{cases}

Solution

Let's add up all three equations:

(x33x2+3x)+(y36y2+12y)+(z39z2+27z)=189(x33x2+3x1)+(y36y2+3y27)+(z39z2+27z27)=153(x1)3+(y2)3+(z3)3=153. (x^3 - 3x^2 + 3x) + (y^3 - 6y^2 + 12y) + (z^3 - 9z^2 + 27z) = 189 \Leftrightarrow \\ (x^3 - 3x^2 + 3x - 1) + (y^3 - 6y^2 + 3y - 27) + (z^3 - 9z^2 + 27z - 27) = 153 \Leftrightarrow \\ (x-1)^3 + (y-2)^3 + (z-3)^3 = 153.

By a simple exhaustive search, we can see that number 153 has a unique representation in the form of the sum of three cubes: 153=53+33+13153 = 5^3 + 3^3 + 1^3. Therefore, in the last equation, values of (x1)(x-1), (y2)(y-2) and (z3)(z-3) must be selected from 1; 3; 5. Again, simply by trying out the variants, we see that no solution is possible.

Looking for a route rather than an archive? The track puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.

Source: MathNet, licensed CC-BY-4.0. Statement and solution reproduced as published; topic and difficulty added by this site.