$$\begin{cases} x^2 = yz + 1 \\ y^2 = xz + 2 \\ z^2 = xy + 4 \end{cases} $$
How to solve above system of equations in real numbers? I have multiplied all the equations by 2 and added them, then got $(x - y)^2 + (y - z)^2 + (x - z)^2 = 14$, but it leads to nowhere.
Now I would note that $(\pm 3)^2+(\pm 2)^2+(\pm 1)^2=14$. Since $(x-y)+(y-z)=(x-z)$ we can't assign the signs and values arbitrarily. For example, from $x-y=1, y-z=2, x-z=3$ I get $x=1,y=0,z=-2$ and from $x-y=-1, y-z=-2, x-z=-3$ I get $x=-1,y=0,z=2$ The other possibilities do not give solutions.