4.1 Factoring & Equivalent Algebraic Expressions

Key Takeaways

  • Factoring is the algebraic process of decomposing a polynomial into a product of simpler polynomials, reversing polynomial expansion and the distributive property.
  • Always execute the Universal Factoring Hierarchy in strict sequence: first extract the Greatest Common Factor (GCF), then test for special binomials/trinomials, and finally apply grouping for four-term expressions.
  • Master the difference of two squares $a^2 - b^2 = (a-b)(a+b)$ and perfect square trinomials $a^2 \pm 2ab + b^2 = (a \pm b)^2$ for instantaneous recognition on the Digital SAT.
  • Factoring by grouping partitions a four-term polynomial into two pairs to extract a common binomial factor: $ax + ay + bx + by = (a+b)(x+y)$.
  • Verify equivalent expressions rapidly on the Digital SAT by testing simple test values (such as $x = 2$ or $x = 3$) or plotting both expressions in Desmos to confirm identical overlapping curves.
Last updated: August 2026

4.1 Factoring & Equivalent Algebraic Expressions

Quick Summary: Factoring transforms sums and differences of algebraic terms into products of simpler factors. On the Digital SAT, factoring is essential not only for solving quadratic and higher-degree polynomial equations, but also for identifying structurally equivalent algebraic expressions. Mastering the universal Factoring Hierarchy allows you to break down complex expressions efficiently without getting lost in algebraic manipulation.


The Universal Factoring Hierarchy

Whenever you encounter an expression to factor or simplify, always follow this strict four-step hierarchy:

                  +-----------------------------------------+
                  |       STEP 1: Greatest Common Factor    |
                  |  Always factor out the GCF first!       |
                  +--------------------+--------------------+
                                       |
         +-----------------------------+-----------------------------+
         |                             |                             |
         v                             v                             v
+------------------+          +------------------+          +------------------+
|   2 TERMS        |          |   3 TERMS        |          |   4 TERMS        |
| - Difference of  |          | - Perfect Square |          | - Factoring by   |
|   Squares        |          |   Trinomial      |          |   Grouping       |
| - Sum/Diff of    |          | - Standard       |          | - 2x2 or 3x1     |
|   Cubes          |          |   Trinomial (ac) |          |   Grouping       |
+------------------+          +------------------+          +------------------+

1. Greatest Common Factor (GCF)

The Greatest Common Factor is the largest monomial (coefficient and variable powers) that divides evenly into every term of the polynomial. Factoring out the GCF reduces the coefficients and degrees of remaining terms before applying any further factoring techniques.

Expression: 12x4y218x3y3+30x2y4\text{Expression: } 12x^4y^2 - 18x^3y^3 + 30x^2y^4

  • Greatest numerical factor of $12, -18, 30$: $6$
  • Lowest power of $x$: $x^2$
  • Lowest power of $y$: $y^2$
  • GCF: $6x^2y^2$

    6x2y2(2x23xy+5y2)\implies 6x^2y^2(2x^2 - 3xy + 5y^2)


2. Factoring Two-Term Expressions (Binomials)

A. Difference of Two Squares (DOTS)

Any binomial of the form $a^2 - b^2$ factors into the product of conjugate binomials:

a2b2=(ab)(a+b)a^2 - b^2 = (a - b)(a + b)

[!WARNING] Sum of Squares Trap: The expression $a^2 + b^2$ is prime over real numbers and cannot be factored into $(a+b)(a+b)$ or $(a-b)(a+b)$. Remember: $(a+b)^2 = a^2 + 2ab + b^2 \neq a^2 + b^2$.

Extended Multi-Layer Difference of Squares

High-difficulty SAT questions often require applying the difference of squares rule repeatedly: x481=(x29)(x2+9)=(x3)(x+3)(x2+9)x^4 - 81 = (x^2 - 9)(x^2 + 9) = (x - 3)(x + 3)(x^2 + 9) 16a4625b4=(4a225b2)(4a2+25b2)=(2a5b)(2a+5b)(4a2+25b2)16a^4 - 625b^4 = (4a^2 - 25b^2)(4a^2 + 25b^2) = (2a - 5b)(2a + 5b)(4a^2 + 25b^2)

B. Sum and Difference of Cubes

While less frequent than quadratics, sum and difference of cubes appear on harder module questions:

a3b3=(ab)(a2+ab+b2)a^3 - b^3 = (a - b)(a^2 + ab + b^2) a3+b3=(a+b)(a2ab+b2)a^3 + b^3 = (a + b)(a^2 - ab + b^2)

Mnemonic (SOAP):

  • Same sign: $(a - b)$ or $(a + b)$
  • Opposite sign: $+ab$ or $-ab$
  • Always Positive: $+b^2$

Example: $8x^3 - 27 = (2x)^3 - 3^3 = (2x - 3)(4x^2 + 6x + 9)$


3. Factoring Three-Term Expressions (Trinomials)

A. Perfect Square Trinomials

Recognizing perfect square trinomials eliminates tedious trial-and-error:

(a+b)2=a2+2ab+b2(a + b)^2 = a^2 + 2ab + b^2 (ab)2=a22ab+b2(a - b)^2 = a^2 - 2ab + b^2

To identify a perfect square trinomial:

  1. The first term must be a perfect square: $a^2$.
  2. The last term must be a positive perfect square: $b^2$.
  3. The middle term must equal $\pm 2ab$.

Example: $25x^2 - 70x + 49$

  • $a = \sqrt{25x^2} = 5x$
  • $b = \sqrt{49} = 7$
  • Middle term check: $2(5x)(7) = 70x$ (Matches!)
  • Factored form: $(5x - 7)^2$

B. Monic Trinomials ($x^2 + bx + c$)

Find two numbers $p$ and $q$ that multiply to $c$ and add to $b$: pq=candp+q=b    (x+p)(x+q)p \cdot q = c \quad \text{and} \quad p + q = b \implies (x + p)(x + q)

Example: Factor $x^2 - 5x - 24$

  • Find factors of $-24$ that sum to $-5$: $(-8) \times (3) = -24$ and $-8 + 3 = -5$.
  • Factored form: $(x - 8)(x + 3)$.

C. Non-Monic Trinomials ($ax^2 + bx + c$, $a \neq 1$) via the $ac$-Method

  1. Multiply $a$ and $c$ to get the key product $ac$.
  2. Find two integers $p$ and $q$ such that $p \cdot q = ac$ and $p + q = b$.
  3. Split the middle term $bx$ into $px + qx$.
  4. Factor the resulting four-term expression by grouping.

Worked Example: Factoring $6x^2 + 11x - 10$

  • Step 1: $ac = 6 \times (-10) = -60$.
  • Step 2: Find factors of $-60$ that sum to $11$: $+15$ and $-4$ ($15 \times (-4) = -60$, $15 + (-4) = 11$).
  • Step 3: Split middle term: $6x^2 + 15x - 4x - 10$.
  • Step 4: Group in pairs: 3x(2x+5)2(2x+5)=(3x2)(2x+5)3x(2x + 5) - 2(2x + 5) = (3x - 2)(2x + 5)

4. Factoring Four-Term Polynomials: Factoring by Grouping

A. Standard 2x2 Grouping

When given four terms, group them into pairs that share common factors:

ax+ay+bx+by=a(x+y)+b(x+y)=(a+b)(x+y)ax + ay + bx + by = a(x + y) + b(x + y) = (a + b)(x + y)

Worked Example: Cubic Grouping

Factor completely: $x^3 - 4x^2 - 9x + 36$

  • Step 1: Group the first two and last two terms: (x34x2)(9x36)(x^3 - 4x^2) - (9x - 36)
  • Step 2: Extract the GCF from each pair: x2(x4)9(x4)x^2(x - 4) - 9(x - 4)
  • Step 3: Factor out the common binomial $(x - 4)$: (x29)(x4)(x^2 - 9)(x - 4)
  • Step 4: Check for further factoring (Difference of Squares): (x3)(x+3)(x4)(x - 3)(x + 3)(x - 4)

B. 3x1 Grouping (Trinomial Square Minus a Square)

Occasionally, four terms consist of a perfect square trinomial paired with a subtracted square:

x2+6x+9y2=(x+3)2y2=(x+3y)(x+3+y)x^2 + 6x + 9 - y^2 = (x + 3)^2 - y^2 = (x + 3 - y)(x + 3 + y)


5. Advanced Structure Recognition & Substitution

When an equation involves higher powers or nested expressions, substituting $u$ transforms the problem into a standard quadratic:

Expression: (x2)25(x2)14\text{Expression: } (x - 2)^2 - 5(x - 2) - 14

  1. Let $u = (x - 2)$.
  2. Rewrite in terms of $u$: $u^2 - 5u - 14$.
  3. Factor the monic quadratic: $(u - 7)(u + 2)$.
  4. Substitute back $u = (x - 2)$: ((x2)7)((x2)+2)=(x9)(x)((x - 2) - 7)((x - 2) + 2) = (x - 9)(x)

Similarly, for quartics of quadratic type: x413x2+36=(x29)(x24)=(x3)(x+3)(x2)(x+2)x^4 - 13x^2 + 36 = (x^2 - 9)(x^2 - 4) = (x - 3)(x + 3)(x - 2)(x + 2)


Summary of Key Factoring Patterns

Pattern NameStandard Algebraic FormFactored FormIdentification Clue
Greatest Common Factor$ka + kb$$k(a + b)$Shared factor in all terms
Difference of Squares$a^2 - b^2$$(a - b)(a + b)$Two squared terms separated by minus
Perfect Square Trinomial (+)$a^2 + 2ab + b^2$$(a + b)^2$First/last terms squares, middle is $2ab$
Perfect Square Trinomial (-)$a^2 - 2ab + b^2$$(a - b)^2$First/last terms squares, middle is $-2ab$
Difference of Cubes$a^3 - b^3$$(a - b)(a^2 + ab + b^2)$Two cubed terms separated by minus
Sum of Cubes$a^3 + b^3$$(a + b)(a^2 - ab + b^2)$Two cubed terms separated by plus
Factoring by Grouping$ax + ay + bx + by$$(a + b)(x + y)$Four terms with pairwise common factors
3x1 Grouping$a^2 \pm 2ab + b^2 - c^2$$(a \pm b - c)(a \pm b + c)$Perfect square trinomial minus a square

SAT Strategies: Equivalence Verification

On the Digital SAT, questions frequently ask: "Which of the following expressions is equivalent to..."

Strategy 1: Algebraic Manipulation

Factor or expand using the standard rules above.

Strategy 2: Test Number Substitution

If algebraic factoring feels complex or error-prone under time pressure:

  1. Choose a simple test number (e.g., $x = 2$ or $x = 3$; avoid $0$ and $1$ if multiple choices evaluate to the same value).
  2. Evaluate the target expression at $x = 2$.
  3. Evaluate each answer option at $x = 2$.
  4. The matching numerical result identifies the equivalent expression.

Strategy 3: Desmos Graphical Equivalence

  1. Type the given expression as y_1 = 16x^4 - 81.
  2. Type the answer option as y_2 = (2x - 3)(2x + 3)(4x^2 + 9).
  3. If the graphs overlap perfectly along the entire domain, the expressions are mathematically equivalent.
  4. Alternatively, use a Desmos table to compare outputs across multiple $x$-values ($x = -2, -1, 0, 1, 2$).

Common Pitfalls & Exam Traps

  • Stopping too early: In $x^4 - 16 = (x^2 - 4)(x^2 + 4)$, forgetting that $(x^2 - 4)$ factors further into $(x - 2)(x + 2)$.
  • Sign errors when grouping with negative signs: In $x^3 - 3x^2 - 4x + 12$, factoring out $-4$ gives $-4(x - 3)$, not $-4(x + 3)$.
  • Canceling non-factors across fractions: In $\frac{x^2 - 9}{x + 3}$, you must factor numerator to $(x-3)(x+3)$ before canceling $(x+3)$.
  • Treating $a^2 + b^2$ as factorable over reals: $a^2 + b^2$ does not factor into real binomials.
Test Your Knowledge

Which of the following expressions is equivalent to $16x^4 - 81$?

A
B
C
D
Test Your Knowledge

Which of the following is equivalent to the expression $3x^3 - 6x^2 - 27x + 54$?

A
B
C
D
Test Your Knowledge

If the expression $(2x + 5)^2 - (x - 3)^2$ is rewritten in the form $(ax + b)(cx + d)$, where $a, b, c,$ and $d$ are constants, what is the product $ac$?

A
B
C
D