Common Factoring Steps- Essential Techniques

What Factoring Actually Is (And Why It Matters)

Factoring is breaking down complex algebraic expressions into simpler pieces that multiply together to give you the original expression. That's it. No fancy definitions needed.

You need this skill because factoring appears in algebra, calculus, and solving quadratic equations. Skip this and you'll hit a wall pretty fast in math.

The Essential Factoring Techniques You Must Know

1. Factoring Out the Greatest Common Factor (GCF)

This is always your first step. Look at every term and find what they share.

Example: 12x³ + 18x²

What's common? Both terms have 6x². Pull it out:

6x²(2x + 3)

Check your work by distributing back. If it doesn't match, you missed something.

2. Factoring Trinomials

These have the form ax² + bx + c. Two approaches work here:

Method A: The AC Method

Take 2x² + 7x + 3

Multiply a and c: 2 × 3 = 6

Find two numbers that multiply to 6 but add to 7. That's 6 and 1.

Rewrite: 2x² + 6x + x + 3

Group: (2x² + 6x) + (x + 3)

Factor each: 2x(x + 3) + 1(x + 3)

Pull out the common binomial: (x + 3)(2x + 1)

Method B: Trial and Error

List factor pairs of the first and last coefficients. Try combinations until one works. Faster for simple trinomials where a = 1.

For x² + 5x + 6: find two numbers that multiply to 6 and add to 5. That's 2 and 3. Answer: (x + 2)(x + 3)

3. Difference of Squares

Recognize this pattern: a² - b² = (a + b)(a - b)

Common examples:

The last one shows you can factor twice—first as difference of squares, then the second factor is a sum and difference pair.

4. Perfect Square Trinomials

These are squaring binomials in reverse:

a² + 2ab + b² = (a + b)²

a² - 2ab + b² = (a - b)²

Check: Does the middle term equal 2 × (square root of first) × (square root of last)? If yes, you've got a perfect square.

5. Sum and Difference of Cubes

Less common but still show up:

a³ + b³ = (a + b)(a² - ab + b²)

a³ - b³ = (a - b)(a² + ab + b²)

Memorize these. The signs follow a pattern: same sign, opposite sign, positive for the trinomial part.

Example: x³ - 27 = x³ - 3³ = (x - 3)(x² + 3x + 9)

6. Factoring by Grouping

Use this when you have four terms with no obvious GCF across all of them.

Example: 3x³ + 2x² - 6x - 4

Group: (3x³ + 2x²) + (-6x - 4)

Factor each group: x²(3x + 2) - 2(3x + 2)

Pull out the common binomial: (3x + 2)(x² - 2)

This works when the expression is constructed to make it work. Not every four-term polynomial factors this way.

Quick Reference: Factoring Methods Comparison

MethodBest ForKey Pattern
GCFAlways start hereCommon factor in all terms
Trinomials (AC)ax² + bx + c where a ≠ 1Find two numbers for ac
Trinomials (Trial)x² + bx + cFactor pairs of c
Difference of SquaresTwo perfect squares subtracteda² - b²
Perfect Square TrinomialBinomial squaredMiddle = 2√(first × last)
Sum/Diff of CubesTwo cubes combineda³ ± b³ formulas
GroupingFour-term expressionsPair and extract common binomial

How to Actually Factor Any Expression

Follow this decision tree:

  1. Check for GCF first. Factor it out before doing anything else. This simplifies everything that follows.
  2. Count the terms. Two terms = difference of squares or sum/difference of cubes. Three terms = trinomial. Four terms = grouping.
  3. Identify the structure. Is it a perfect square? Does it match a special product pattern?
  4. Test your answer. Multiply the factors back. If you don't get the original expression, something went wrong.

Common Mistakes That Will Mess You Up

When to Stop Factoring

You're done when none of these apply:

For example, x² - 4 factors to (x + 2)(x - 2). Both binomials are prime over the integers—you can't factor them further.

That's the complete picture. Practice with problems until recognizing these patterns becomes automatic.