Here we are provided with an polynomial of degree 3 and we have to factorise it first and then we have to compute it's zeroes.
Given Polynomial:
Taking common x from all the 3 terms,
➝ x(x² + 3x - 10)
Factorising through Middle term factorisation,
➝ x(x² + 5x - 2x - 10)
➝ x{x(x + 5) - 2(x + 5)}
➝ x(x - 2)(x + 5)
Hence, Factorised !!
Now equating to 0 to find the zeroes of the poly.
➝ x(x - 2)(x + 5) = 0
That means,
So, the zeroes of the polynomial is 0, 2 or -5
And we are done....
Carry On Learning