Factoring Patterns & Common Structures

Get Fluent with Factoring Patterns & Common Structures

Factoring on the SAT isn’t about memorizing 100 tricks. It’s about recognizing a few high-frequency
structures quickly, so your brain stops doing “random algebra” and starts doing pattern-matching.

Goal for this lesson: When you see an expression, you should instantly ask:

  • Is there a GCF (greatest common factor) I can pull out?
  • Is it a special product (difference of squares, perfect square, cubes)?
  • Does it have a common binomial hiding across terms?
  • Is it a “quadratic in disguise” (like in or in )?

A Reliable Factoring Workflow (Use This Every Time)

Step 1: Pull out the GCF first. If you skip this, everything gets harder.

Step 2: Count terms.

  • 2 terms → usually difference of squares, sum/difference of cubes, or factoring by grouping hidden.
  • 3 terms → usually a trinomial (ax²+bx+c) or a perfect square trinomial.
  • 4 terms → often grouping (pair terms to reveal a common binomial).

Step 3: Look for a structure. If it matches a template, you’re done fast.

Step 4: Quick check. Multiply the factors back mentally (or test 1 value).

Speed tip: If you’re stuck, try a “spot-the-squares” scan:
Are the first and last terms perfect squares? Is the middle term ±2ab?
That’s how you catch perfect square trinomials in under 2 seconds.

The Patterns You Must Instantly Recognize

1) GCF (Greatest Common Factor)

Most commonDo first

Pull out the largest number and shared variable power from every term.

12x^3y – 18x^2y^2 = 6x^2y(2x – 3y)

Why SAT loves it: it turns “messy” expressions into something factorable in one move.

2) Difference of Squares

2 termsSquares

If you see a² – b², it’s (a-b)(a+b).

9x^2 – 49 = (3x – 7)(3x + 7)

Heads-up: sum of squares doesn’t factor nicely over real numbers.

3) Perfect Square Trinomials

3 terms±2ab

If it matches a² ± 2ab + b², it’s (a ± b)².

x^2 + 10x + 25 = (x + 5)^2
4y^2 – 12y + 9 = (2y – 3)^2

4) Trinomials: ax² + bx + c

3 termsAC method

When a ≠ 1, use the AC method: find two numbers that multiply to
a·c and add to b.

6x^2 + 11x + 3

ac = 18, numbers 9 and 2 → split 11x as 9x + 2x

6x^2 + 9x + 2x + 3

3x(2x+3) + 1(2x+3) = (3x+1)(2x+3)

SAT move: they often hide a factor in a fraction/rational expression. Factoring cancels it.

5) Factoring by Grouping

4 termsCommon binomial

Pair terms, factor each pair, then factor out the shared binomial.

x^3 + 3x^2 + 2x + 6

= x^2(x+3) + 2(x+3)

= (x+3)(x^2+2)

If the binomials don’t match, try different pairing or check for a missed GCF.

6) Quadratic in Disguise

Let u = …SAT favorite

When powers jump by a constant step, substitute.

x^4 – 5x^2 + 6

Let u = x^2 → u^2 – 5u + 6 = (u-2)(u-3)

= (x^2 – 2)(x^2 – 3)

7) Sum/Difference of Cubes

2 termsCubes

a^3 – b^3 = (a-b)(a^2 + ab + b^2)
a^3 + b^3 = (a+b)(a^2 – ab + b^2)

8x^3 – 27 = (2x)^3 – 3^3

= (2x – 3)(4x^2 + 6x + 9)

On SAT, cubes show up less than squares, but when they do, it’s usually this exact pattern.

8) Hidden Common Factor in Fractions

SimplifyCancel

Factor top and bottom, then cancel only factors (not terms).

(x^2 – 9) / (x^2 + 6x + 9)

= (x-3)(x+3) / (x+3)^2

= (x-3)/(x+3), x ≠ -3

They love asking for domain restrictions: values that make the original denominator 0.

Common “Structures” the SAT Hides in Plain Sight

A) Same shape, different symbols

Don’t get hypnotized by letters. Look at the pattern.

a^2 + 14a + 49 = (a + 7)^2

If it’s a perfect square in x, it’s a perfect square in anything.

B) “Almost” a perfect square

When the first/last are squares but the middle isn’t ±2ab, it’s probably a regular trinomial.

x^2 + 8x + 15 = (x + 3)(x + 5)

Quick check: 3·5 = 15 and 3+5 = 8.

C) Common binomial is the whole game

If you spot the same parentheses repeated, pull it out like a “GCF of binomials.”

(x-2)(x+5) + 3(x-2)

= (x-2)[(x+5) + 3]

= (x-2)(x+8)

D) Leading coefficient tricks

Sometimes it factors cleanly, but only after you try “two-binomials” with factors of a and c.

12x^2 – x – 6

Try (3x ?)(4x ?) since 12 = 3·4

(3x+2)(4x-3) = 12x^2 – 9x + 8x – 6 = 12x^2 – x – 6

How the SAT Uses Factoring (So You Know What to Train)

  • Solving equations fast: set expression to 0 → factor → zero product property.
  • Finding zeros/x-intercepts: factored form makes roots obvious.
  • Simplifying rational expressions: factor then cancel common factors (and state restrictions).
  • Matching equivalent forms: expand vs factor to compare answer choices.
  • Word problems with area/product: expressions often naturally factor into dimensions.

Mini Example: Solve by Factoring

x^2 – 7x + 12 = 0

(x – 3)(x – 4) = 0

x = 3 or x = 4

If the SAT gives a quadratic equation, factoring is often the quickest route (when it’s factorable).

Practice Set (Do These Without a Calculator)

Try to label the pattern before you factor. That’s how you build speed.

Set A: Identify the pattern

  1. 16x^2 – 81
  2. x^2 – 12x + 36
  3. 2x^2 + 9x + 7
  4. x^3 + 2x^2 + 9x + 18
  5. y^4 + 7y^2 + 10

Set B: SAT-style simplification

  1. (x^2 – 4)/(x^2 – 5x + 6)
  2. (3x^2 – 12x)/(6x)
  3. ((x-1)(x+3) – 2(x+3)) (simplify)
  4. Solve: x^2 + x – 20 = 0
  5. Find zeros: f(x)= (2x-1)(x+5)

Answer-check method (fast): Plug in a simple number like x=1 into the original
and your factored form. If they don’t match, you made an algebra slip.

Quick Sheet (What to Memorize)

  • a^2 – b^2 = (a-b)(a+b)
  • (a+b)^2 = a^2 + 2ab + b^2
  • (a-b)^2 = a^2 – 2ab + b^2
  • a^3 – b^3 = (a-b)(a^2 + ab + b^2)
  • a^3 + b^3 = (a+b)(a^2 – ab + b^2)
  • Always: GCF first, then pattern.

If you want, I can generate an extra “Hard Mode” section with 10 SAT-style problems that mix patterns
(like GCF + difference of squares, or substitution + grouping).