Answer:
------------------------
Factorize the polynomial in below steps:
- x³+ 2x² - 9x - 18 =
- x²(x + 2) - 9(x + 2) =
- (x + 2)(x² - 9) =
- (x + 2)(x + 3)(x - 3)
Make each factor equal to zero:
- x + 2 = 0 ⇒ x = - 2
- x + 3 = 0 ⇒ x = - 3
- x - 3 = 0 ⇒ x = 3
Hence the zeros are -3, -2 and 3.