$\begin{cases} &x + y + z = 12\\& x^2 + y^2 + z^2 = 12 \\ & x^3 +y^3 + z^3 = 12 \end{cases}$
If $x,$ $y,$ and $z$ satisfy the system of equations above, what is the value of $x^4+y^4+z^4?$
People told me that this can be solved by using Newton's sums or Newton's identities which I don't know how. Does anybody know how to do that or any other method to solve this?
Let $$p_i=x^i+y^i+z^i$$ and let $$e_1=x+y+z$$ $$e_2=xy+xz+yz$$ and $$e_3=xyz$$ By Newton's identities, $$e_1p_3-e_2p_2+e_3p_1=p_4$$ We also have $$e_1=p_1$$ $$2e_2=e_1p_1-p_2=p_1^2-p_2=132$$ so that $$e_2=66$$ Also $$3e_3=e_2p_1-e_1p_2+p_3=66\cdot 12-12\cdot 12+12=660$$ so that $$e_3=220$$ Hence $$p_4=12\cdot 12-12\cdot 66+12\cdot 220= 1992$$