Solve the system for unknowns $x,y,z$ and parameters $a,b,c$ \begin{cases} {x}^{2}+{y}^{2}+{z}^{2}={a}^{2}+{b}^{2}+{c}^{2},\\ ax+by+cz+a^2+b^2+c^2=0. \end{cases}
We have two equations and three unknowns. I can solve it for two unknowns only. Any ideas?
Rewrite the first equation as: $$a^2+b^2+c^2=\frac{x^2+y^2+z^2+a^2+b^2+c^2}{2}$$ Substitute in the second equation, then double it, and you get:
$$(a+x)^2+(b+y)^2+(c+z)^2=0$$