Ⅱ Expressions & Equations · Stage 8 — Factoring · 8.2 Common FactorAll lessons →
Stage 8 · Factoring

8.2  Pulling Out the Common Factor

The first move every time: find the piece every term carries, and set it outside.

For ages 13–15 · Intuition before notation
Knowledge point pages
m·a m·b m a b pull m out → m(a + b) m·a + m·b = m(a + b)
One strip of shared height m, cut into widths a and b. The two pieces have areas m·a and m·b — but the whole strip is just m tall and a + b wide. So ma + mb = m(a + b): the shared height comes out front.

In Lesson 8.1 you learned that factoring is multiplication run in reverse: handed the area of a rectangle, you recover its sides. Now we meet the very first move you should try on any factoring problem — pulling out the common factor. If every term in a polynomial carries the same piece, you set that piece outside a set of parentheses and write what is left inside. We keep Stage 8's steady color habit: a factor — a side length, the piece you pull out — is teal; an expanded term, a product, a piece of the area — is amber; a sign trap or a "not fully factored" warning — is red; and the blue frame is the structural rectangle that holds it all together.

By the end you will be able to spot the shared piece every term carries, build the greatest common factor from the numbers and the letters, pull out a leading minus sign without losing a term, treat a whole bracket like (x + y) as one bundle, and — every single time — multiply your answer back out to prove it is right.

8.2.1 Find the part everyone carries

Look at ma + mb. Both terms are built from the same piece, m: the first is m times a, the second is m times b. When a piece sits inside every term, it is a common factor, and the distributive law — read backward — lets you set it out front:

m·a + m·b = m(a + b)

The picture makes it obvious. Lay the two terms side by side as one rectangle of shared height m: the left piece is m tall and a wide, the right piece is m tall and b wide. Measured piece by piece, the area is ma + mb. But the whole strip is simply m tall and a + b wide — so its area is also m(a + b). One rectangle, two ways to measure it; the two measurements must be equal.

m·a m·b m a b whole width = a + b
The shared height m is the common factor. Pull it out front and the leftover widths line up inside the parentheses: ma + mb = m(a + b).
Key idea

If a piece appears in every term, it is a common factor. Set it outside the parentheses, and write what is left of each term inside. That is the distributive law, run in reverse.

🎮 Try itPull out the shared side

Set the shared height m and the two widths a and b. Watch the strip split into the two amber pieces m·a and m·b — then see the teal height m come out front as m(a + b).

shared height m
width a
width b

8.2.2 Deciding the common factor — the GCF

When the terms carry numbers and letters, you do not want just any common factor — you want the greatest one, the GCF, so nothing more can be pulled out afterward. Build it in two halves:

GCF = (the gcd of the coefficients) × (each shared letter raised to its lowest power)

Take 6x2 + 9x. The coefficients are 6 and 9, whose gcd is 3. Both terms carry x; the lowest power present is x1 (from the second term). So the GCF is 3x, and dividing each term by it leaves 2x + 3:

6x2 + 9x = 3x(2x + 3)

The lowest-power rule is the part students forget. With 12a3b − 18a2b2, the gcd of 12 and 18 is 6; the lowest power of a is a2, and the lowest power of b is b1. So the GCF is 6a2b:

12a3b − 18a2b2 = 6a2b(2a − 3b)

A three-term example works exactly the same way. For 4x3 + 8x2 + 12x, the gcd of 4, 8, 12 is 4, and the lowest power of x across all three terms is x1, giving GCF 4x:

4x3 + 8x2 + 12x = 4x(x2 + 2x + 3)

Building the GCF of 6x² and 9x numbers: gcd(6, 9) 3 × letters: lowest power of x x GCF = 3x
Build the GCF from two pieces: the gcd of the coefficients and the lowest power of each shared letter. Here gcd(6, 9) = 3 and the lowest power of x is x1, so the GCF is 3x.
Worked example — full GCF

Factor 12a3b − 18a2b2.
Numbers: gcd(12, 18) = 6. Letter a: lowest power is a2. Letter b: lowest power is b1. So GCF = 6a2b.
Divide each term: 12a3b ÷ 6a2b = 2a, and 18a2b2 ÷ 6a2b = 3b. So the answer is 6a2b(2a − 3b).

🎮 Try itThe GCF finder

Build a binomial c₁·xe₁ + c₂·xe₂ with the steppers. The machine takes the gcd of the two coefficients and the lowest power of x, then shows the GCF and the fully factored form.

c₁
e₁
c₂
e₂

8.2.3 Watch the signs

A factor does not have to be a number or a letter — it can be a sign. Pulling out −1 flips the sign of every term that was inside. So −a − b = (a + b), because −1 times a is −a and −1 times b is −b. The minus reaches all the way through the parentheses.

This matters most when the leading term is negative. A tidy habit: if the first term is negative, factor the sign out along with the GCF. Take −2x2 + 4x. Pull out −2x and every inside sign flips:

−2x2 + 4x = −2x(x − 2)

Check it by expanding: −2x·x = −2x2 and −2x·(−2) = +4x. ✓ The second sign flipped from −2 inside to +4x outside, exactly as it should.

Inside, beforePull out −1Inside, after
−a − b( … )a + b
−a + b( … )a − b
Sign trap — the minus reaches every term

When you pull out a negative, every sign inside flips, not just the first one. −2x2 + 4x is −2x(x 2), not −2x(x + 2). Forget to flip the +4x and your answer expands to the wrong thing. Always multiply back to catch it.

8.2.4 A whole bracket can be the common factor

The common factor does not have to be a single symbol — it can be an entire bracket. Treat a group like (x + y) as one indivisible bundle, exactly as if it were a single letter. Then in a(x + y) + b(x + y), the bundle (x + y) sits in both terms, so pull it out front:

a(x + y) + b(x + y) = (x + y)(a + b)

It reads just like am + bm = m(a + b), only now the shared piece m happens to be the bundle (x + y). The signs travel with the leftover pieces, so 4(m − n) − x(m − n) keeps the shared (m − n) and gathers 4 − x inside:

4(m − n) − x(m − n) = (m − n)(4 − x)

a·(x+y) b·(x+y) x+y a b (x+y)(a+b)
The shared height is the whole bundle (x + y). Pull the bundle out front and the leftover widths a and b gather inside: (x + y)(a + b).
Worked example — bracket as the common factor

Factor a(x + 1) + 5(x + 1).
Both terms carry the bundle (x + 1). Pull it out front; what is left of each term is a and 5. So the answer is (x + 1)(a + 5). Expand to check: (x + 1)·a + (x + 1)·5 = a(x + 1) + 5(x + 1). ✓

8.2.5 Multiply back to check

Factoring rewrites a sum as a product without changing its value — so the surest proof you did it right is to expand your answer and compare. Distribute the piece you pulled out across every term inside the parentheses; you should land back on exactly the polynomial you started with.

Take the answer from Section 8.2.1's family, 3x(2x + 3). Distribute: 3x·2x = 6x2 and 3x·3 = 9x, so the product is 6x2 + 9x — the original. ✓ That round trip catches the two classic mistakes at once: a leftover that is too small (dropping the +3) shows up as a missing term, and a missed sign shows up as a wrong sign.

The incomplete-quotient trap

The most common slip is pulling the factor out but leaving an incomplete quotient — writing 6x2 + 9x = 3x(2x) and dropping the +3. Expanding 3x·2x gives only 6x2, so the 9x vanished — the answer fails its own check. Every term inside must be the original term divided by the GCF.

🎮 Try itCheck by expanding

Build a factored form k·x(a·x + b) with the steppers. The machine multiplies it back out term by term and shows the polynomial it came from — proof the factoring is exact.

outside k·x (k)
inside a
inside b

The big ideas, in one breath

The first move in factoring is always to look for the piece every term carries. If a piece appears in every term it is a common factor, and you set it outside the parentheses with the leftovers inside: ma + mb = m(a + b). To pull out the most you can, build the GCF from the gcd of the coefficients times the lowest power of each shared letter — so 6x2 + 9x = 3x(2x + 3) and 12a3b − 18a2b2 = 6a2b(2a − 3b). When the lead term is negative, factor the sign out too and flip every inside term: −2x2 + 4x = −2x(x − 2). The shared piece can even be a whole bracket: a(x + y) + b(x + y) = (x + y)(a + b). And whatever you pull out, multiply back to check.

Coming up next — 8.3

Once the common factor is gone, what is left often hides a famous pattern. Next you will run the multiplication formulas backward — spotting a difference of squares a2 − b2 = (a + b)(a − b) and a perfect-square trinomial — to factor in a single glance.

Exercises 8.2

Work each one out first, then open the answer to check your thinking.

  1. Factor 8x + 12.
    Show answer
    gcd(8, 12) = 4; no shared letter. So 8x + 12 = 4(2x + 3). Check: 4·2x + 4·3 = 8x + 12. ✓
  2. Factor 5x2 − 10x.
    Show answer
    gcd(5, 10) = 5; lowest power of x is x. GCF = 5x, so 5x2 − 10x = 5x(x − 2). Check: 5x·x − 5x·2 = 5x2 − 10x. ✓
  3. What is the GCF of 18 and 24?
    Show answer
    18 = 2·32 and 24 = 23·3, so the shared part is 2·3 = 6. The GCF of 18 and 24 is 6.
  4. Factor 6x2 + 9x.
    Show answer
    gcd(6, 9) = 3, lowest power of x is x. GCF = 3x, so 6x2 + 9x = 3x(2x + 3). Check: 3x·2x + 3x·3 = 6x2 + 9x. ✓
  5. Factor −3a − 6, pulling the sign out front.
    Show answer
    The lead term is negative, so pull out −3 and flip every inside sign: −3a − 6 = −3(a + 2). Check: −3·a + (−3)·2 = −3a − 6. ✓
  6. Factor a(p + q) + b(p + q).
    Show answer
    The bundle (p + q) sits in both terms. Pull it out: a(p + q) + b(p + q) = (p + q)(a + b). Check: (p+q)·a + (p+q)·b = a(p+q) + b(p+q). ✓
  7. Factor 12a3b − 18a2b2.
    Show answer
    gcd(12, 18) = 6; lowest power of a is a2, of b is b. GCF = 6a2b, so the answer is 6a2b(2a − 3b). Check: 6a2b·2a − 6a2b·3b = 12a3b − 18a2b2. ✓
  8. Factor 14x3 + 7x2.
    Show answer
    gcd(14, 7) = 7; lowest power of x is x2. GCF = 7x2, so 14x3 + 7x2 = 7x2(2x + 1). Check: 7x2·2x + 7x2·1 = 14x3 + 7x2. ✓
  9. Factor −x2 + x.
    Show answer
    The lead term is negative, so pull out −x and flip: −x2 + x = −x(x − 1). (Equivalently x(1 − x).) Check: −x·x − −x·1 = −x2 + x. ✓
  10. Geometry: the perimeter-style sum 2πr + 2πR appears when you add two circumferences. Factor it.
    Show answer
    Both terms carry the common factor . Pull it out: 2πr + 2πR = (r + R). Check: ·r + ·R = 2πr + 2πR. ✓

🎯 Quick check

Six questions to lock it in. Tap the answer you think is right.

§ For teachers and parents

This lesson develops A-SSE.A.2 (use the structure of an expression to identify ways to rewrite it) and A-SSE.B.3a (factor a quadratic — here, the prerequisite step of pulling out the greatest common factor), resting on the distributive property students met in 6.EE.A.3/4. Pulling out the GCF is the universal first move that makes every later method — special products, cross-multiplication, grouping — cleaner, so it is worth over-practicing. The two most common misconceptions are (1) pulling out a factor but leaving an incomplete quotient, e.g. writing 6x² + 9x → 3x(2x) and dropping the +3; and (2) forgetting that the GCF must include the lowest power of each shared variable, not the highest. A third, sign-related slip is failing to flip every inside term when a negative is factored out. The single antidote to all three is the habit baked into Section 8.2.5: multiply your answer back out and compare it to the original — a dropped term, a wrong power, or a missed sign all reveal themselves instantly.

eastmath.com · Stage 8 · 8.2 Common Factor · Intuition before notation