Find all ordered pairs $(x,y,z)$ real numbers, which satisfy the following system of equations: $$xy=z-x-y\\xz=y-x-z\\yz=x-y-z$$
2026-03-30 13:25:09.1774877109
On
On
Find all $x,y,z$ satisfying $xy=z-x-y$ and cyclic permutations
438 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
There are 3 best solutions below
3
On
Another hint: Subtracting the third equation from the second reveals a constant value for z as long as x ≠ y (Thank you Calvin).
$z(x-y)=-2(x-y)$
0
On
The groebner basis in lex order is (try sympy)
$$x - z^4 - z^3 + 3z^2 + 2z=0$$ $$y + z^4 + 2z^3 - z^2 - 3z=0$$ $$z^5 + 3z^4 - 6z^2 - 4z=0$$
Note that now the first equation only contains $x,z$, the second only $y,z$ and the third only $z$.
If you factor out one $z$ from the third equation you have a degree four polynomial that is solvable in formulas (or you carry on guessing and factoring for that polynomial).
Hint: $$xy=z-x-y \quad \iff \quad (x+1)(y+1)=z+1.$$