Factoring Polynomials: A Summary by Type
Type
|
Example
|
Process to factor
|
Factored Form
|
---|---|---|---|
MONOMIAL |
—8x3 |
Prime Factorization |
—1*2*2*2*x*x*x |
BINOMIAL, not Difference of Squares |
5x2 — 20x |
UN-distribute GCF |
5x(x — 4) |
BINOMIAL, Difference of Squares |
4x2 — 25 |
Conjugate Binomials |
(2x + 5)(2x — 5) |
PST, middle term positive |
4x2 + 20x + 25 |
Square of a sum: |
(2x + 5)2 |
PST, middle term negative |
9x2 — 42x + 49 |
Square of a difference: |
(3x — 7)2 |
TRINOMIAL, a = 1; last term positive |
x2 + 12x + 35 |
Sign of L means add factors of L to get middle term. Factors have same sign as middle term. |
(x + 7)(x + 5) |
TRINOMIAL, a = 1; last term negative |
x2 + 2x — 35 |
Sign of L means subtract factors of L to get middle term. Larger Factor has same sign as middle term. |
(x + 7)(x — 5) |
TRINOMIAL, a not equal to 1 |
6x2 + x — 35 |
Identify: a, b, and c |
a*c = 6*—35 = —210 |
POLYNOMIAL of Four Terms |
6x2 + 3x + 2x + 1 |
Factor by Grouping |
(6x2 + 3x) + (2x + 1) |