Given the equation:
$$y + \left(25 y^{3} + 10 y^{2}\right) = 0$$
transform
Take common factor y from the equation
we get:
$$y \left(25 y^{2} + 10 y + 1\right) = 0$$
then:
$$y_{1} = 0$$
and also
we get the equation
$$25 y^{2} + 10 y + 1 = 0$$
This equation is of the form
a*y^2 + b*y + c = 0
A quadratic equation can be solved
using the discriminant.
The roots of the quadratic equation:
$$y_{2} = \frac{\sqrt{D} - b}{2 a}$$
$$y_{3} = \frac{- \sqrt{D} - b}{2 a}$$
where D = b^2 - 4*a*c - it is the discriminant.
Because
$$a = 25$$
$$b = 10$$
$$c = 1$$
, then
D = b^2 - 4 * a * c =
(10)^2 - 4 * (25) * (1) = 0
Because D = 0, then the equation has one root.
y = -b/2a = -10/2/(25)
$$y_{2} = - \frac{1}{5}$$
The final answer for 25*y^3 + 10*y^2 + y = 0:
$$y_{1} = 0$$
$$y_{2} = - \frac{1}{5}$$