How to Factor Polynomials: Complete Step by Step Guide

Solving equations:

x² + 5x + 6 = 0
factors to (x + 2)(x + 3) = 0.
Set each to zero:
x = -2 or
x = -3.

Simplifying fractions:

(x² – 4)/(x + 2)
factors top to (x – 2)(x + 2)
, cancel (x + 2),
get x – 2.

Graphing:

y = (x + 2)(x – 3)
crosses x axis at -2 and 3
(visible from factors).

Real world:

Physics, engineering, finance all use factored polynomials.

  • Factoring reverses multiplication: (x + 3)(x + 4) multiplied gives x² + 7x + 12. Factoring takes x² + 7x + 12 back to (x + 3)(x + 4).

Before any method, check for greatest common factor. Factor it out first.

Example 1:

6x² + 9x
GCF = 3x
3x(2x + 3)

Example 2:

4x³ + 8x² + 4x
GCF = 4x
4x(x² + 2x + 1)
4x(x + 1)²

Example 3:

x³ – x
GCF = x
x(x² – 1)
x(x – 1)(x + 1)

Missing GCF makes everything harder. CHECK IT FIRST.

Follow this 5-step process, it handles 99% of algebra problems.

Step 1: 
GCF check

Step 2: 
Count terms:

Step 3:
Apply method

Step 4:
 Check if more factoring needed

Step 5: 
Multiply back to verify

For x² + bx + c, find two numbers that multiply to c and add to b.

x² + 7x + 12
Need: multiply to 12, add to 7
Try: 3 and 4 (3×4=12, 3+4=7)
Answer: (x + 3)(x + 4)

x² – 5x + 6
Need: multiply to +6, add to -5
Both negative: -2 and -3
Answer: (x – 2)(x – 3)

x² + x – 6
Need: multiply to -6, add to +1
One positive
one negative: 3 and -2
Answer: (x + 3)(x – 2)

For 6x² + 7x – 5:

Step 1: Multiply a × c = 6 × -5 = -30
Step 2: Find numbers multiply to -30, add to 7: (10, -3)
Step 3: Rewrite: 6x² + 10x – 3x – 5
Step 4: Group: 2x(3x + 5) – 1(3x + 5)
Step 5: Factor out: (3x + 5)(2x – 1)
Check: (3x + 5)(2x – 1) = 6x² + 7x – 5

Formula: a² – b² = (a + b)(a – b)
x² – 9 Both perfect squares,
minus sign (x + 3)(x – 3)
4x² – 25 (2x)² – 5²
(2x + 5)(2x – 5)
x⁴ – 16 (x²)² – 4² (x² + 4)(x² – 4)
Keep factoring: (x² + 4)(x + 2)(x – 2)

Important: Sum of squares (x² + 9) doesn’t factor over real numbers.

Sum: a³ + b³ = (a + b)(a² – ab + b²)
Difference: a³ – b³ = (a – b)(a² + ab + b²)

x³ + 8 = x³ + 2³
= (x + 2)(x² – 2x + 4)
27x³ – 64 = (3x)³ – 4³
= (3x – 4)(9x² + 12x + 16)
Memory:
Sum = (sum)(minus middle)
Difference = (difference)(plus middle)
Trinomials from cube formulas rarely factor further.

Pattern: a² + 2ab + b² = (a + b)²
Pattern: a² – 2ab + b² = (a – b)²

x² + 6x + 9 First/last are squares: x² and 9 (3²)
Middle = 2(x)(3) = 6x ✓
Answer: (x + 3)²

4x² – 12x + 9 Squares: (2x)² and 3²
Middle: 2(2x)(3) = 12x
Answer: (2x – 3)²
Quick check: Is middle term exactly 2ab?

For 4-term polynomials, group first two and last two.
x³ + 3x² + 2x + 6
Group: (x³ + 3x²) + (2x + 6)
Factor each: x²(x + 3) + 2(x + 3)
Common factor: (x + 3)(x² + 2)

6x³ – 9x² + 4x – 6
Group: (6x³ – 9x²) + (4x – 6)
Factor: 3x²(2x – 3) + 2(2x – 3)
Result: (2x – 3)(3x² + 2)
Grouping works when common binomial appears.

x⁴ – 5x² + 4
Substitute u = x²:
u² – 5u + 4
Factor trinomial: (u – 4)(u – 1)
Substitute back: (x² – 4)(x² – 1)
Factor further: (x – 2)(x + 2)(x – 1)(x + 1)
This substitution method works for even powers.

2x² – 50
GCF = 2: 2(x² – 25)
Difference of squares: 2(x – 5)(x + 5)
Prime factorization of numbers helps find GCF.
12 = 2 × 2 × 3 18
=2 × 3 × 3
GCF = 2 × 3
=6
Apply same idea to polynomials.

Forgetting to check GCF first :

Wrong: Factor x² + 4x + 4 directly
Right: Check GCF (none), then factor to (x + 2)²

Forgetting to factor completely:

x⁴ – 16 = (x² – 4)(x² + 4) INCOMPLETE
Complete: (x – 2)(x + 2)(x² + 4)

Sign errors:

x² – 5x + 6 needs BOTH negative: (x – 2)(x – 3) Not (x + 2)(x + 3)

Not multiplying back to check:

Always verify by expanding your factors.

Check with Calculator

Physics:

Find when a projectile hits the ground using factored form.
h = −16t² + 64t
= −16t(t − 4)
Hits ground: t = 4s

Business

Profit function – find break-even production units.
P = −2x²+40x−50
= −2(x−1)(x−19)
Break-even: x = 1, 19

Geometry

Area expression reveals rectangle dimensions instantly.
Area = x²+10x+21
= (x+3)(x+7)
Sides: (x+3), (x+7)

When Polynomials Don’t Factor

Some polynomials are prime (can’t factor).
x² + 1 – Sum of squares (prime over real numbers)
x² + x + 1 – Discriminant negative (prime)
2x + 3 – Linear expressions don’t factor

If you can’t find factors after trying methods, it might be prime.

TypeExampleMethod
2 terms, squaresx² – 9Difference of squares
2 terms, cubesx³ + 8Sum/difference cubes
3 terms, a=1x² + 5x + 6Simple trinomial
3 terms, a≠12x² + 7x + 3AC method
3 terms, perfect squarex² + 6x + 9Perfect square
4 termsx³ + 2x² + 3x + 6Grouping
Any6x² + 9xCheck GCF FIRST

Always multiply factors back:
Example:
(x + 2)(x + 3)
= x² + 3x + 2x + 6
= x² + 5x + 6 ✓
If it doesn’t match, you made a mistake.

  • Practice recognition first: Before factoring, identify the type. This is the hardest part.
  • Memorize patterns: Know the formulas for difference of squares and cubes cold.
  • Always check GCF: Make this automatic, first thing every time.
  • Work backwards: If stuck, look at answer choices and multiply them out.
  • Use the calculator: Check your work immediately, don’t wait.

Factoring polynomials follows a systematic approach:

Step 1: Look for GCF Step 2: Identify polynomial type (count terms, look for patterns) Step 3: Apply appropriate method Step 4: Check if factors need more factoring Step 5: Multiply back to verify.
Master these methods:

  1. GCF factoring (always first)
  2. Simple trinomials (most common)
  3. AC method (complex trinomials)
  4. Difference of squares (memorize formula)
  5. Sum/difference of cubes (memorize formulas)
  6. Grouping (4+ terms)
  7. Perfect squares (recognize pattern)

With practice, pattern recognition becomes automatic. You’ll see a polynomial and immediately know which method to use.