pull down to refresh

With a_1=0, a_2=-10, a_3=-1, a_4=20 the cubic equation becomes
y^3+10y^2-80y-801=0
and with y_1 = -9 (rational root test) the quadratic equations become
z^2+z-5=0
z^2+z-4=0
z^2-z-5=0
z^2-z-4=0
The solutions are
\frac{\pm 1 \pm \sqrt{21}}{2}
and
\frac{\pm 1 \pm \sqrt{17}}{2}
Since squaring both sides introduced false solutions, we have to check the four solutions above by inserting them into the original equation, which shows only two of them a true solutions:
\frac{1-\sqrt{21}}{2}
and
\frac{-1+\sqrt{17}}{2}
reply