Factoring Out the GCF Formula

The Formula

ab + ac = a(b + c) where a is the GCF

When to use: Look at what all terms share in common—like taking the common ingredient out of a recipe. In 6x^3 + 9x^2, every term has at least 3x^2 in it, so pull it out front: 3x^2(2x + 3).

Quick Example

12x^3 - 8x^2 + 4x = 4x(3x^2 - 2x + 1) — the GCF is 4x; verify by expanding back.

Notation

GCF stands for Greatest Common Factor. The GCF includes both the largest common numerical factor and the lowest power of each common variable.

What This Formula Means

Factoring out the greatest common factor (GCF) means identifying the largest expression that divides every term, then rewriting the polynomial as that GCF times what remains.

Look at what all terms share in common—like taking the common ingredient out of a recipe. In 6x^3 + 9x^2, every term has at least 3x^2 in it, so pull it out front: 3x^2(2x + 3).

Formal View

For terms a_1 x^{e_1}, \ldots, a_n x^{e_n}, the GCF is \gcd(a_1, \ldots, a_n) \cdot x^{\min(e_1, \ldots, e_n)}. Then \sum a_i x^{e_i} = \mathrm{GCF} \cdot \sum \frac{a_i}{\gcd} x^{e_i - \min}.

Worked Examples

Example 1

easy
Factor 6x^2 + 9x.

Solution

  1. 1
    Step 1: Find the GCF of 6x^2 and 9x: GCF of 6 and 9 is 3; both have at least x. GCF = 3x.
  2. 2
    Step 2: Divide each term: 6x^2 \div 3x = 2x and 9x \div 3x = 3.
  3. 3
    Step 3: Write as product: 3x(2x + 3).
  4. 4
    Check: 3x(2x + 3) = 6x^2 + 9x ✓

Answer

3x(2x + 3)
Factoring out the GCF is the reverse of distribution. Find the largest factor common to every term, divide each term by it, and write the result as a product.

Example 2

medium
Factor 12x^3 - 8x^2 + 4x.

Common Mistakes

  • Only factoring out part of the GCF (e.g., factoring out 2x from 4x^2 + 6x instead of 2x)
  • Forgetting to include the variable part in the GCF
  • Not checking your answer by redistributing to verify you get the original expression

Why This Formula Matters

Factoring out the GCF simplifies expressions and is always the first step before attempting other factoring techniques like grouping or trinomial factoring.

Frequently Asked Questions

What is the Factoring Out the GCF formula?

Factoring out the greatest common factor (GCF) means identifying the largest expression that divides every term, then rewriting the polynomial as that GCF times what remains.

How do you use the Factoring Out the GCF formula?

Look at what all terms share in common—like taking the common ingredient out of a recipe. In 6x^3 + 9x^2, every term has at least 3x^2 in it, so pull it out front: 3x^2(2x + 3).

What do the symbols mean in the Factoring Out the GCF formula?

GCF stands for Greatest Common Factor. The GCF includes both the largest common numerical factor and the lowest power of each common variable.

Why is the Factoring Out the GCF formula important in Math?

Factoring out the GCF simplifies expressions and is always the first step before attempting other factoring techniques like grouping or trinomial factoring.

What do students get wrong about Factoring Out the GCF?

Finding the GCF of both the coefficients AND the variable parts. The GCF of 6x^3 and 9x^2 is 3x^2, not just 3 or x^2.

What should I learn before the Factoring Out the GCF formula?

Before studying the Factoring Out the GCF formula, you should understand: factoring, factors.

Want the Full Guide?

This formula is covered in depth in our complete guide:

Factoring Polynomials: All Methods Explained with Step-by-Step Examples →