This question applies the Factor Theorem and Remainder Theorem to factorize cubic polynomials.
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) as potential zeros.
- Confirm the factor: If P(k)=0, then (x−k) is a factor.
- Perform synthetic (or long) division: Divide P(x) by (x−k) to obtain a quadratic quotient Q(x).
- Factorize the quadratic: Factor Q(x) by inspection, quadratic formula, or completing the square.
- 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)