Given the three equations
\begin{align*} a+b+c&=0, \\ a^2+b^2+c^2&=2,\\ a^3+b^3+c^3&=19, \\ \end{align*}
Compute $abc.$
I know that $(a^2+b^2+c^2)^2 = (a^4+b^4+c^4)+2(a^2b^2+a^2c^2+b^2c^2),$ but this isn't leading me anywhere. Any ways to do this problem? Thanks in advance.
$$(a^2+b^2+c^2) = (a+b+c)^2-2(ab+bc+ca) \\ \implies ab + bc + ca = -1$$ $$(a^3+b^3+c^3) -3abc = (a+b+c)(a^2+b^2+c^2-ab-bc-ca) \\ \implies 19-3abc = 0 \text{ or } abc = \frac{19}{3}$$