If $a>b>c$ are the roots of the polynomial $P(x)=x^3-2x^2-x+1$ find the value of $K=a^2b+b^2c+c^2a$.
Using Vièta's formulas: $$a+b+c=2$$ $$ab+bc+ca=-1$$ $$abc=-1$$
Using those I found that $$a^2+b^2+c^2=6$$ $$a^3+b^3+c^3=11$$ $$a^2b+b^2c+c^2a+ab^2+bc^2+ca^2=1$$ but I can't separate K from it.
HINT: Consider the discriminant of your polynomial; what can you say about its square root given that $a>b>c$? Hover over the yellow box for a (more) complete solution.