This question applies the Factor Theorem and Remainder Theorem to factorize or analyze a cubic polynomial.
Remainder Theorem: When a polynomial P(x) is divided by (x−a), the remainder is P(a).
Factor Theorem: (x−a) is a factor of P(x) if and only if P(a)=0.
To fully factorize a cubic polynomial P(x)=ax3+bx2+cx+d:
- Find a zero by hit-and-trial: Test factors of the constant term d (divided by factors of leading coefficient a). These are the only possible rational roots.
- Confirm using the Factor Theorem: If P(k)=0, then (x−k) is a factor.
- Divide P(x) by (x−k) using synthetic division or long division to obtain a quadratic quotient Q(x).
- Factorize the quadratic Q(x) by factoring, completing the square, or the quadratic formula.
- Write the complete factorization: P(x)=(x−k)⋅Q(x).
Factorize P(x)=x3−6x2+11x−6.
Step 1 — Hit and trial. Factors of −6: ±1,±2,±3,±6.
P(1)=1−6+11−6=0✓
So (x−1) is a factor.
Step 2 — Synthetic division by (x−1):
111−61−511−56−660
Quotient: x2−5x+6.
Step 3 — Factorize the quadratic:
x2−5x+6=(x−2)(x−3)
Step 4 — Complete factorization:
P(x)=(x−1)(x−2)(x−3)