Given equation: $$x^3-6x^2+11x+m=0.$$ For which values of $m$ roots of the equation are roots in arithmetic progression?
I've found a version of this exercise in which the equation could be converted to a quadratic by letting $y$ be $x^4$, but I couldn't really come out with a method that works here as well from that.
I've applied Vieta's and got $x_1^3+x_1^23r+2x_1r^2+m=0$(from $x_1*x_2*x_3=-m$, r being the ratio of the progression) and also $x_1= \frac{11-2r^2}{6+3r}$(from working with Vieta's) but I don't think replacing $x_1$ in the previous one would be the way to go.
Can I have some hints on how to approach this? Thank you.
Let $x_1$, $x_2$ and $x_3$ be our roots.
Thus, $$x_1+x_2+x_3=6$$ or $$3x_2=6,$$ which gives $x_2=2$ and from here we can get the value of $m$: $$8-24+22+m=0$$ or $$m=-6$$ and easy to see that this value is valid: $$x^3-6x^2+11x-6=(x-1)(x-2)(x-3).$$ Done!