Important: My explanations here are useful for many polynomials, but there are also exceptions, where this does not work out as well as in this case.
What exceptions? This case works just fine simply finding one factor at a time and reducing the polynomial. Once you get it down to Quadratic, you are done.
It's not a MONIC polynomial. Is that why you think it's an exception?
Given:
f(x) = 2x^3+9x^2+10x+3
Try x = -3. This is listed among ALL the possibilities for RATIONAL roots way back in my #4.
Indeed, we get f(-3) = 0, thus x+3 is a factor.
f(x) = (x+3)(2x^2 + 3x + 1)
That second factor is Quadratic, factor using your favorite method:
2x^2 + 3x + 1 = (2x + 1)(x + 1)
f(x) = (x+3)(2x + 1)(x + 1)
I'm not seeing the exception.
If there are NO Rational Roots, it's a different problem. If there are rational roots, just find them. In a textbook problem, there aren't usually that many to try.
Please use Synthetic Division (aka Horner's Method) to evaluation the polynomial.
f(-3) = ((2(-3) + 9)*(-3) + 10)*(-3) + 3
f(-3) = ((-6 + 9)*(-3) + 10)*(-3) + 3
f(-3) = ((3)*(-3) + 10)*(-3) + 3
f(-3) = (-9 + 10)*(-3) + 3
f(-3) = (1)*(-3) + 3
f(-3) = -3 + 3
f(-3) = 0