if
0 = 6x(x + 1)
, then either 6x AND/OR (x + 1) must equal 0 in order for them to be multiplied together to make zero.
say 6x = 0 to demonstrate.
if 6x = 0, then therefore 6x(x + 1) can be replaced with (0)(x + 1), which means we can literally just ignore the (x + 1) since it is multiplied by zero. and the same works the other way around:
if (x + 1) = 0, therefore 6x(x + 1) = 6x(0) = 0
that means we can conlude that either 6x = 0 or (x + 1) = 0 or both.
now if 6x = 0 then obviously x = 0.
if x + 1 = 0 then x = -1.
That means that EITHER x = 0 OR x = -1 (or sometimes both, depends on context of question if applicable).
Also, with quadratic equations, in their factorised form (e.g. x2 - x - 20 can be re-written as (x - 5)(x + 4) ), show their roots.
therefore the roots of this quadratic are x = 5 and x = -4 --> at these points in the curve, y = 0.