I'm attempting this question below, I understand the method when its squared but not cubed. I evaluated $a^2 + b^2 + c^2$ as $(a + b + c)^2 -2(ab + ac + bc)$. I tried to obtain the answer by guess and check, changing a few of the powers around to try and work backwards but to no success. The answer for the question below is 23, and based upon the responses provided $a^4 + b^4 + c^4$ should be a breeze also? Thanks
Q: $x^3 - 2x^2 - 3x + 1 = 0$
$a^3 + b^3 +c^3 =?$
I suggest that you check this out: https://en.m.wikipedia.org/wiki/Newton%27s_identities
Now, the idea, as you guess, is to write $a^3+b^3+c^3$ as a function of the symmetric elementary polynomials.
Now, $a^3=2a^2+3a-1$, same for $b,c$.
Thus $a^3+b^3+c^3=2(a^2+b^2+c^2)+3(a+b+c)-3$, hence $a^3+b^3+c^3=2(a+b+c)^2+3(a+b+c)-4(ab+bc+ca)-3$.
Finally, $a^3+b^3+c^3=2*(2)^2+3*(2)-4*(-3)-3=23$.