Factor Common Term: Reverse the Distributive Property

By Vegard Gjerde Based on Masterful Learning 8 min read
factor-common-term algebra math learning-strategies

Factor Common Term lets you rewrite a sum of terms by pulling out a shared factor — producing an equivalent expression with the same value for every allowed variable assignment. It applies when all terms share a nontrivial common factor, whether that factor is a number, a monomial, or a larger expression. Recognizing which factor to pull out and verifying that every term has it as a factor is a core factoring skill practiced in the Unisium Study System.

This guide sits inside the Algebra study map, where you can see the neighboring moves, models, and next-step guides that connect this principle to the rest of algebra.

Factor Common Term: ax + ay becomes a(x + y), showing the shared factor a pulled outside a single pair of parentheses.
The Factor Common Term move ax+ay=a(x+y)ax + ay = a(x + y) under condition “Terms share a common factor”.

On this page: The Principle | Conditions | Failure Modes | EE Questions | Retrieval Practice | Practice Ground | Solve a Problem | FAQ


The Principle

The move: Identify a factor present in every term of a sum, divide each term by it, and write the result as that factor multiplied by a parenthesized sum of the remainders.

The invariant: This produces an equivalent expression with the same value for every allowed variable assignment — factoring out a common term rewrites but does not evaluate or alter the expression.

Pattern: ax+aya(x+y)ax + ay \quad \longrightarrow \quad a(x + y)

Legal ✓Illegal ✗
6x+93(2x+3)6x + 9 \to 3(2x + 3)6x+9↛3(2x+9)6x + 9 \not\to 3(2x + 9)

In the illegal case the factor 33 was divided out of the first term but not out of the second. The second term inside the parentheses must also be divided by 33: 9÷3=39 \div 3 = 3, giving 3(2x+3)3(2x + 3).


Conditions of Applicability

Condition: Terms share a common factor

Before applying, check: Inspect every term — the candidate factor must appear as a multiplicative factor in each one. For monomials, this means the coefficients divide appropriately and the required variable powers are present in each term. For non-monomial factors (e.g. a binomial like (x+1)(x+1)), the entire expression must appear as a factor in every term. If even one term does not contain the factor, the move is not yet legal.

  • 12x2+8x12x^2 + 8x: valid — both terms share factor 4x4x: 4x(3x+2)4x(3x + 2).
  • 12x2+8x+512x^2 + 8x + 5: only 4x4x is shared by the first two terms, not by 55. A factor of 4x4x cannot be pulled from all three terms; partial factoring or grouping must be used instead.
  • x2+1x^2 + 1: no nontrivial common factor exists, so this move does not simplify the expression.

Want the complete framework behind this guide? Read Masterful Learning.

This move depends on the reverse view of Distributive Property. Compare it with Difference of Squares when a shared factor is not the real structure to exploit, and use it next with Zero Product when factoring turns an equation into separate factors.


Common Failure Modes

Failure mode: dividing the factor out of only some of the terms and leaving the others unchanged → the expression inside the parentheses is wrong and the equality is broken.

Debug: after factoring, verify by redistributing: multiply the factor back through every term inside the parentheses and confirm you recover the original expression exactly.


Elaborative Encoding

Use these questions to build deep understanding. (See Elaborative Encoding for the full method.)

Within the Principle

  • What does “common factor” mean for a numeric coefficient versus a variable factor? How do you find the greatest common factor of two monomials?
  • Why must the factor be divided out of every term — not just the first — for the rewrite to be valid?

For the Principle

  • How do you decide how much to factor out: just the numeric GCF, the full monomial GCF, or something else? What guides that choice?
  • What is your check that the factored form is correct before moving to the next step?

Between Principles

  • How does Factor Common Term relate to the Distributive Property? When is each the appropriate direction to move?

Generate an Example

  • Write a three-term polynomial where the numeric GCF and a variable factor are both present, and factor it completely. Identify what would go wrong if you factored out only the numeric GCF and stopped.

Retrieval Practice

Answer from memory, then click to reveal and check. (See Retrieval Practice for the full method.)

State the move in one sentence: _____Identify a factor shared by every term, divide each term by it, and write the result as that factor times a parenthesized sum of the remainders.
Write the canonical pattern: _____ax+ay=a(x+y)ax + ay = a(x + y)
State the canonical condition: _____Terms share a common factor

Practice Ground

Use these exercises to build move-selection fluency. (See Self-Explanation for how to use worked examples effectively.)

Procedure Walkthrough

Starting from 12x38x2+4x12x^3 - 8x^2 + 4x, factor out the greatest common monomial factor.

StepExpressionOperation
012x38x2+4x12x^3 - 8x^2 + 4x
112x38x2+4x12x^3 - 8x^2 + 4xCommon monomial GCF identified as 4x4x: gcd(12,8,4)=4\gcd(12,8,4) = 4; minimum variable power is x1x^1
24x(3x22x+1)4x(3x^2 - 2x + 1)Divide each term by 4x4x: 12x3/4x=3x212x^3/4x = 3x^2, 8x2/4x=2x-8x^2/4x = -2x, 4x/4x=14x/4x = 1

Check (distribute back): 4x3x2=12x34x \cdot 3x^2 = 12x^3, 4x(2x)=8x24x \cdot (-2x) = -8x^2, 4x1=4x4x \cdot 1 = 4x


Drills

Format A — Forward step

Apply Factor Common Term once. Pull out the greatest common monomial factor.

6x+96x + 9

Reveal

GCF of 6 and 9 is 3; no variable is shared:

3(2x+3)3(2x + 3)


Apply Factor Common Term once.

10y2+15y10y^2 + 15y

Reveal

GCF: 5y5y (numeric GCF 5; lowest variable power y1y^1):

5y(2y+3)5y(2y + 3)


Apply Factor Common Term once.

4x3+12x2-4x^3 + 12x^2

Reveal

GCF of 4|-4| and 12|12| is 44; lowest power of xx is x2x^2. Factor out 4x24x^2 (keep leading sign positive inside):

4x2(x+3)4x^2(-x + 3)

Equivalently: 4x2(x3)-4x^2(x - 3). Either form is valid; the latter is conventional when all terms have the same sign pattern.


Apply Factor Common Term once.

a2b+ab2a^2b + ab^2

Reveal

GCF: abab (both aa and bb appear to at least the first power in each term):

ab(a+b)ab(a + b)


Format E — Canonicalization

Rewrite in fully factored form (factor out the greatest common monomial).

18x412x3+6x218x^4 - 12x^3 + 6x^2

Reveal

GCF: gcd(18,12,6)=6\gcd(18,12,6) = 6; lowest power of xx is x2x^2. GCF = 6x26x^2:

6x2(3x22x+1)6x^2(3x^2 - 2x + 1)

Check: 6x23x2=18x46x^2 \cdot 3x^2 = 18x^4, 6x22x=12x36x^2 \cdot 2x = 12x^3, 6x21=6x26x^2 \cdot 1 = 6x^2


Rewrite in fully factored form.

p3q2+p2q3p2q2p^3q^2 + p^2q^3 - p^2q^2

Reveal

GCF: p2q2p^2q^2 (lowest powers: p2p^2, q2q^2):

p2q2(p+q1)p^2q^2(p + q - 1)


Identify which terms are eligible and factor only those. What do you do with the rest?

9x2+6x+49x^2 + 6x + 4

Reveal

Check for a common factor across all three terms: gcd(9,6,4)\gcd(9,6,4). 44 is not divisible by 33, so there is no common numeric factor greater than 11. No variable appears in the constant term.

This expression cannot be factored by pulling out a common monomial. The move is not legal here. (It may be factorable as a trinomial by inspection or using the quadratic formula, but that is a different principle.)


Reject the invalid rewrite. What is wrong?

2x2+6x↛2(x2+6x)2x^2 + 6x \not\to 2(x^2 + 6x)

Reveal

The factor 22 divides 2x22x^2 to give x2x^2 and divides 6x6x to give 3x3xnot 6x6x. The corrected factored form is:

2(x2+3x)2(x^2 + 3x)

The error was dividing the first term by 22 to get x2x^2 but then copying 6x6x directly rather than also dividing 6x÷2=3x6x \div 2 = 3x. Always verify by redistributing every term inside the parentheses.


Near-miss: the symbols look similar. Is this a legal Factor Common Term rewrite?

xy+xz=x(y+z)vs.xy+wz↛x(y+z)xy + xz = x(y + z) \quad \text{vs.} \quad xy + wz \not\to x(y + z)

Reveal
  • xy+xz=x(y+z)xy + xz = x(y + z): legalxx is a factor of both xyxy and xzxz.
  • xy+wz↛x(y+z)xy + wz \not\to x(y + z): illegalwxw \neq x, so xx is not a factor of wzwz. The two expressions look superficially similar (two two-letter products), but the second term must contain the candidate factor for the move to apply.

Apply Factor Common Term to set up for the Zero Product Property.

x25x=0x^2 - 5x = 0

Reveal

Both terms on the left share the factor xx:

x(x5)=0x(x - 5) = 0

This prepares the equation for the Zero Product Property.


Apply Factor Common Term once.

14a2b21ab214a^2b - 21ab^2

Reveal

GCF: 7ab7ab (numeric GCF 7; both aa and bb appear to first power or higher in each term):

7ab(2a3b)7ab(2a - 3b)


Apply Factor Common Term once.

(x+1)2+3(x+1)(x + 1)^2 + 3(x + 1)

Reveal

The expression (x+1)(x + 1) appears as a factor in both terms:

(x+1)(x+1+3)=(x+1)(x+4)(x + 1)(x + 1 + 3) = (x + 1)(x + 4)


Reject the invalid rewrite. What is wrong?

8x2+12x+6↛2x(4x+6+3)8x^2 + 12x + 6 \not\to 2x(4x + 6 + 3)

Reveal

The constant term 66 does not contain the factor xx, so 2x2x cannot be pulled from all three terms — the condition fails for the last term.

A valid greatest common monomial factor is 22 only:

2(4x2+6x+3)2(4x^2 + 6x + 3)


Solve a Problem

Apply what you’ve learned with Problem Solving.

Problem: Starting from 3x3+6x29x3x^3 + 6x^2 - 9x, rewrite the expression by factoring out the greatest common monomial factor.

Full solution
StepExpressionMove
03x3+6x29x3x^3 + 6x^2 - 9x
13x(x2+2x3)3x(x^2 + 2x - 3)Factor out GCF 3x3x: 3x3/3x=x23x^3/3x = x^2, 6x2/3x=2x6x^2/3x = 2x, 9x/3x=3-9x/3x = -3

Verify by distributing: 3xx2=3x33x \cdot x^2 = 3x^3, 3x2x=6x23x \cdot 2x = 6x^2, 3x(3)=9x3x \cdot (-3) = -9x

The trinomial x2+2x3x^2 + 2x - 3 contains no further common monomial factor, so the target form is reached. To find the zeros of the original expression, the next step would be trinomial factoring followed by the Zero Product Property.


FAQ

What is Factor Common Term?

Factor Common Term is the algebraic move of pulling a shared factor out of every term in a sum, rewriting the sum as that factor multiplied by a parenthesized expression. It is the reverse of the Distributive Property and preserves the value of the expression for every variable assignment.

When is Factor Common Term valid?

The move is valid when every term in the sum contains the candidate factor — meaning the factor appears as a multiplicative factor in every term. For monomial factors, the coefficients must divide appropriately and the required variable powers must be present in each term. For non-monomial factors, the entire expression must appear as a factor in each term. If even one term does not contain the factor, the move cannot be applied globally (though partial factoring by grouping may still be possible).

What goes wrong if I apply it to terms that don’t all share the factor?

You break the equality: the reorganized expression no longer equals the original. The fastest check is to redistribute after factoring — multiply the factor back through every interior term and verify you recover the original.

How is Factor Common Term different from the Distributive Property?

They are inverses: the Distributive Property expands a(x+y)a(x + y) into ax+ayax + ay; Factor Common Term compresses ax+ayax + ay into a(x+y)a(x + y). Both preserve value. The distributive direction expands; the factoring direction reveals structure for further steps.

Does Factor Common Term work when the common factor is a variable expression?

Yes. The factor can be any expression — a number, a variable monomial, or a more complex expression — as long as it divides every term without remainder. For example, (x+1)(x+1) is a valid factor to pull from (x+1)2+3(x+1)(x+1)^2 + 3(x+1), giving (x+1)(x+1+3)=(x+1)(x+4)(x+1)(x+1+3) = (x+1)(x+4).


How This Fits in Unisium

Factor Common Term sits at the gateway to factoring in the algebra progression: it follows the Distributive Property (its logical inverse) and is a prerequisite for the Zero Product Property. Building fluency with common-factor recognition — from numeric and monomial GCFs to larger expression factors — eliminates the most common bottleneck in polynomial solving. In Unisium, this move is practiced through short state-transition drills that train condition recognition: students learn to ask “does every term share this factor?” before applying, and to verify by redistributing afterward.

Explore further:

Ready to master Factor Common Term? Start practicing with Unisium or explore the full learning framework in Masterful Learning.

Masterful Learning book cover

Masterful Learning

The study system for physics, math, & programming that works: retrieval, connection, explanation, problem solving, and more.

Read the book (opens in new tab) ISBN 979-8-2652-9642-9

Ready to apply this strategy?

Join Unisium and start implementing these evidence-based learning techniques.

Start Learning with Unisium Read More Guides

Want the complete framework? This guide is from Masterful Learning.

Learn about the book →