Home / Blog / Algebra
Algebra

Algebra Factoring Masterclass: GCF, Grouping, Trinomials & Difference of Squares

Factoring is the fundamental engine of algebra. Whether you are solving quadratic equations, simplifying rational expressions, or taking derivatives in calculus, the ability to rewrite complex polynomials into products of simpler terms is essential. In this masterclass, we break down all 5 core factoring techniques with step-by-step worked examples.

1. Factoring out the Greatest Common Factor (GCF)

The first rule of factoring is ALWAYS to look for a Greatest Common Factor (GCF) across all terms. The GCF is the largest integer and highest power of variables that divides into every term without a remainder.

• GCF Rule: ab + ac = a(b + c) • Example 1: 12x³ - 18x² = 6x²(2x - 3) • Example 2: 15a²b³ + 25a³b² - 10a²b² = 5a²b²(3b + 5a - 2)

Always double check your GCF factoring by distributing the term back through the parentheses to ensure you return to the original polynomial.

2. Factoring by Grouping (4-Term Polynomials)

When dealing with a four-term polynomial $ax^3 + bx^2 + cx + d$, group terms into pairs, factor out the GCF from each pair, and extract the common binomial factor.

• Grouping Formula: ax + ay + bx + by = a(x + y) + b(x + y) = (a + b)(x + y) • Example: x³ + 3x² + 4x + 12 = x²(x + 3) + 4(x + 3) = (x² + 4)(x + 3)

3. Factoring Quadratic Trinomials (a = 1 and a > 1)

For $ax^2 + bx + c$, find two numbers that multiply to $a cdot c$ and add up to $b$.

Worked Example: AC Method (a > 1)

Factor: $6x^2 + 11x + 4$.

  1. Find two numbers that multiply to $6 imes 4 = 24$ and add up to $11$: numbers are $3$ and $8$.
  2. Split middle term: $6x^2 + 3x + 8x + 4$.
  3. Group in pairs: $3x(2x + 1) + 4(2x + 1) = (3x + 4)(2x + 1)$.

4. Special Products: Difference of Squares & Cubes

• Difference of Squares: a² - b² = (a - b)(a + b) • Sum of Cubes: a³ + b³ = (a + b)(a² - ab + b²) • Difference of Cubes: a³ - b³ = (a - b)(a² + ab + b²)

5. Step-by-Step Worked Practice Problems

Advanced Factoring Problem

Factor Completely: $2x^4 - 32$.

  1. Factor GCF: $2(x^4 - 16)$.
  2. Difference of squares: $2(x^2 - 4)(x^2 + 4)$.
  3. Factor inner difference of squares: $2(x - 2)(x + 2)(x^2 + 4)$.

6. Advanced Polynomial Factoring & Synthetic Division

For polynomials of degree 3 or higher, factoring requires finding rational roots using the Rational Root Theorem. If P(x) = a_n x^n + ... + a_0, any rational root p/q must have p as a factor of a_0 and q as a factor of a_n.

• Rational Root Test: Possible Roots = ± (Factors of Constant Term) / (Factors of Leading Coefficient) • Synthetic Division Step: Divide P(x) by (x - r) to reduce polynomial degree by 1.
Worked Example: Cubic Polynomial Factoring

Factor: x³ - 6x² + 11x - 6.

  1. Possible rational roots: ±1, ±2, ±3, ±6.
  2. Test x = 1: 1³ - 6(1)² + 11(1) - 6 = 1 - 6 + 11 - 6 = 0! So (x - 1) is a factor.
  3. Divide x³ - 6x² + 11x - 6 by (x - 1) to get quotient: x² - 5x + 6.
  4. Factor x² - 5x + 6 into (x - 2)(x - 3).

Complete Factored Form: (x - 1)(x - 2)(x - 3).

Test Concepts with CalcSolver

Verify calculations and explore interactive solvers on CalcSolver.

Open Fraction & Algebra Simplifier

Frequently Asked Questions (FAQs)

What is the difference between factoring and solving?
Factoring rewrites an expression into a product of factors (e.g. x²-9 = (x-3)(x+3)). Solving finds the specific values of x that make an equation equal zero (e.g. x = ±3).
Can a sum of squares be factored with real numbers?
No. Over the real numbers, a sum of squares (a² + b²) cannot be factored. Over complex numbers, it factors as (a + bi)(a - bi).