Hope someone can help me with this:
Solve the next nonlinear equations system over $\mathbb{R}$ $$ \left\{ \begin{array}{} x^2+y^2+z^2=6 \\ x^2-y^2+2z^2=2 \\ 2x^2+y^2-z^2=3 \end{array} \right. $$ Hint: Use auxiliary variables.
I tried to solve this using the hint like that: $a = x^2, b = y^2, c = z^2$ Then the system become: $$ \left\{ \begin{array}{} a+b+c=6 \\ a-b+2c=2 \\ 2a+b-c=3 \end{array} \right. $$ And there is one solution: $(1, 3, 2)$, but how to proceed from here?
Thanks in advance
Multiply the second equation by $2$, the third one by $3$ and subtract them from the first one. Then we obtain: $$(x^2+y^2+z^2)-2(x^2-y^2+2z^2)-3(2x^2+y^2-z^2)=6-2\cdot2 -3\cdot 3$$ that is $-7x^2=-7$ or $x^2=1$ and we get $x=1$ or $x=-1$.
Can you take it from here? Finally you should obtain $8$ solutions.