← RoseCode

ROSECODE 412

Symmetric Equation I

Philippe_57721 · Programming ·

Here is the smallest known solution in positive integers for the Diophantine equation xy+z+yz+x+zx+y=4
x=43736[]772036
y=368751[]055579
z=1544768[]277999
(The represent 70 digits !)

If we allow one variable to be negative, we can find smaller solutions.

For example, (x,y,z) = {-1,4,11} and {-5,9,11} are solutions of the above equation.

Find the first solution to
xy+z+yz+x+zx+y=38 with x<0<y<z (coprime integers)

Answer format: x,y,z

[My timing: 15 sec]