Let $a, b, c $ be real numbers such that $a<b<c$ and satisfying $$a+b+c=5;$$ $$a^2+b^2+c^2=11;$$ $$a^3+b^3+c^3=27.$$ Prove that $0<a<1<b<2<c<3$.
My understanding :
$(a+b+c)^2 - (a^2+b^2+c^2) = 14$
so, $ab+bc+ca = 7$
$a^2+b^2+c^2-ab-bc-ca = 4$
$(a+b+c)(a^2+b^2+c^2-ab-bc-ca)+3abc=20$
so, $abc = -\frac{7}{3}$
Thus $a, b, c$ are roots of the equation $P(x), x^3-5x^2+7x-\frac{7}{3}=0$.
We have,
$P(0) = -\frac{7}{3} <0$
$P(1) = 1-5+7-\frac{7}{3} >0$
$P(2) = 8-20+14-\frac{7}{3} <0$
$P(3) = 27-45+21-\frac{7}{3} >0$.
by Intermediate value theorem, $P(x)$ has a root in each of the interval $(0,1), (1, 2), (2,3)$.
Since $a<b<c$, we get $0<a<1<b<2<c<3$.