Solve this equations system: \begin{cases} x^{5} + y^{5} + z^{5} = 1 \\ x + y + z = 1 \end{cases}
Sketch of solutions:
If x,y,z is solution of this equations system then $$(x+y+z)^{5} - (x^{5} + y^{5}+z^{5}) = 0$$ when $x+y= 0$, then equation system is true for any z.
So we have $$(x+y+z)^5 - (x^{5}+y^{5}+z^{5})= A(x+y)(y+z)(x+y)(x^{2}+xy+xz+y^{2}+yz+z^{2})=$$
for $x=1, y=1, z=0$ we have $$2^{5}-1-1 = 6A$$ $$ A = 5 $$ So we have $5(x+y)(y+z)(x+z)(x^{2}+xy+xz+y^{2}+yz+z^{2})=0$
So the solutions: 1. $$x+y= 0, z = 1 $$ 2. $$y+z= 0, x = 1 $$ 3. $$x+z= 0, y = 1 $$ 4. $$x^{2}+xy+xz+y^{2}+yz+z^{2} =$$ $$ \frac{1}{2}(x^{2}+2xy+y^{2}+x^{2}+2xy+z^{2}+y^{2}+2yz+z^{2}$$ $$ \frac{1}{2}((x+y)^{2}+(y+z)^{2}+(x+z)^{2})==0$$ this imply that (0,0,0) is solution. It's wrong because we have $0=1$
Do you see mistake?
Solutions from Mathematica: $\left\{\{x\to 1,z\to -y\},\{y\to 1,z\to -x\},\{y\to -x,z\to 1\},\left\{y\to \frac{1}{2} \left(-\sqrt{-3 x^2+2 x-3}-x+1\right),z\to \frac{1}{2} \left(\sqrt{-3 x^2+2 x-3}-x+1\right)\right\},\left\{y\to \frac{1}{2} \left(\sqrt{-3 x^2+2 x-3}-x+1\right),z\to \frac{1}{2} \left(-\sqrt{-3 x^2+2 x-3}-x+1\right)\right\}\right\}$

Your answer of $0$ is not a mistake because it is a solution of $(x+y+z)^{5} - (x^{5} + y^{5}+z^{5}) = 0$ which is the equation you were solving.
It just happens not to be a solution which makes each of $(x+y+z)^{5}$ and $(x^{5} + y^{5}+z^{5})$ equal to $1$.