This question applies the Factor Theorem and hit-and-trial method to fully factorize cubic polynomials.
Remainder Theorem: If 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 factorize P(x)=ax3+bx2+cx+d:
- Find a rational zero using hit-and-trial: test factors of the constant term d (divided by factors of leading coefficient a).
- Confirm the zero by substituting into P(x) — if P(k)=0, then (x−k) is a factor.
- Divide P(x) by (x−k) using synthetic division or long division to get a quadratic quotient Q(x).
- Factorize the quadratic Q(x) by factoring or the quadratic formula.
- Write the complete factorization: P(x)=(x−k)⋅Q(x).
Factorize P(x)=x3−6x2+11x−6.
Step 1: Factors of constant term −6: ±1,±2,±3,±6.
Step 2: Test x=1:
P(1)=1−6+11−6=0✓
So (x−1) is a factor.
Step 3: Divide by (x−1) using synthetic division:
x3−6x2+11x−6=(x−1)(x2−5x+6)
Step 4: Factorize x2−5x+6:
x2−5x+6=(x−2)(x−3)
Step 5: Complete factorization:
P(x)=(x−1)(x−2)(x−3)
To divide P(x) by (x−k), write the coefficients of P(x) and apply:
kanbnan−1k⋅bnbn−1⋯⋯⋯a0R
where R=P(k) is the remainder.