I want to find all $x_1,x_2,x_3$ that satisfy these three equalities: $$x_1+x_2+x_3=6$$ $$x_1^2+x_2^2+x_3^2=14$$ $$x_1^3+x_2^3+x_3^3=36$$
So i don't know whether i should solve it using the same techniques i do with normal systems of equations or is there some tricks behind it?
So since I found this problem while doing algebraic problems I think there should be an algebraic solution to it. But I am really lost in this case, I don't knwow how to begin.
Any help would be appreciated.
HINT:
Use $$(a+b+c)^2=(a^2+b^2+c^2)+2(ab+bc+ca)$$
and $$a^3+b^3+c^3-3abc=(a+b+c)\{(a+b+c)^2-3(ab+bc+ca)\}$$
to find $ab+bc+ca, abc$
Then $a,b,c$ are the roots of $$t^3-(a+b+c)t^2+(ab+bc+ca)t-abc=0$$