Factoring Out- Algebraic Simplification Techniques

What Factoring Out Actually Is

Factoring out is the process of reversing distributive multiplication. When you see a(b + c) and rewrite it as a sum, that's distribution. Factoring out does the opposite—it finds what multiplies everything in an expression and pulls it to the front.

For example:

12x + 186(2x + 3)

The 6 is the greatest common factor (GCF). You found what divides both terms, then rewrote the expression as multiplication of that factor and the remaining terms.

Why Bother Factoring Out

Factoring out isn't busywork. It's how you simplify expressions, solve equations, and make impossible problems doable.

Finding the Greatest Common Factor

The GCF is the foundation. Without it, nothing else works. Here's how to find it:

Step 1: Factor Each Term

Break down every coefficient and variable into prime factors.

18x²y = 2 × 3 × 3 × x × x × y
24xy² = 2 × 2 × 2 × 3 × x × y × y

Step 2: Find Common Factors

Identify what appears in every term:

2, 3, x, y

Step 3: Multiply Them Together

GCF = 2 × 3 × x × y = 6xy

So: 18x²y + 24xy² = 6xy(3x + 4y)

Factoring Out Binomials

Sometimes the common factor is more than a single term—it can be an entire binomial expression.

Look at: 3x(x + 2) + 5(x + 2)

The binomial (x + 2) appears in both terms. Factor it out:

(x + 2)(3x + 5)

This technique becomes critical when you work with partial fractions or solving rational equations.

Factoring Trinomials

Most people struggle with trinomials. Here's the straightforward method:

Factoring ax² + bx + c (when a = 1)

Factor: x² + 5x + 6

  1. Find two numbers that multiply to c (6) and add to b (5)
  2. Those numbers are 2 and 3
  3. Write: (x + 2)(x + 3)

Factoring ax² + bx + c (when a ≠ 1)

Factor: 2x² + 7x + 3

  1. Multiply a × c = 2 × 3 = 6
  2. Find two numbers that multiply to 6 and add to 7 → 6 and 1
  3. Rewrite the middle term: 2x² + 6x + x + 3
  4. Group: (2x² + 6x) + (x + 3)
  5. Factor each group: 2x(x + 3) + 1(x + 3)
  6. Factor out the binomial: (x + 3)(2x + 1)

This is the AC method. It works every time, even when guess-and-check fails.

Common Factoring Patterns You Need to Know

These patterns appear constantly. Memorize them:

Pattern Factored Form
a² - b² (a + b)(a - b)
a² + 2ab + b² (a + b)²
a² - 2ab + b² (a - b)²
a³ - b³ (a - b)(a² + ab + b²)
a³ + b³ (a + b)(a² - ab + b²)

The difference of squares (a² - b²) is the one you'll use most. Spot it instantly.

How to Factor Out: Getting Started

Follow this checklist for any factoring problem:

  1. Check for a GCF first—always. Factor it out before doing anything else.
  2. Count the terms:
    • 2 terms → check for difference of squares or cube patterns
    • 3 terms → use trinomial methods or AC method
    • 4 terms → try grouping
  3. Look for recognizable patterns—perfect squares, difference of cubes.
  4. Check your work—multiply the factors back out. Does it match?

Practice with: 3x³ - 12x² - 9x + 36

Step 1: GCF? 3 → 3(x³ - 4x² - 3x + 12)
Step 2: Group: (x³ - 4x²) + (-3x + 12)
Step 3: Factor each: x²(x - 4) - 3(x - 4)
Step 4: Factor binomial: (x - 4)(x² - 3)

Final answer: 3(x - 4)(x² - 3)

Quick Reference: Factoring Methods

Expression Type Best Method
Two terms, difference of squares Direct formula (a + b)(a - b)
Two terms, sum/difference of cubes Memorized formulas
Three terms, a = 1 Find two numbers for product c, sum b
Three terms, a ≠ 1 AC method (split middle term)
Four terms Factor by grouping
Any expression Always check for GCF first

Common Mistakes to Avoid

Forgetting the GCF—This is the most common error. Always scan for it before trying other methods.

Stopping too early—If a factor can be factored further, do it. 2x² + 4x = 2x(x + 2) is correct. 2(x² + 2x) is not fully factored.

Incorrect signs—When factoring trinomials where c is positive and b is negative, both numbers are negative. Don't forget the negatives.

Not verifying—Multiply your factors. If you get the original expression back, you're right. If not, try again.