Back
GED Math — Algebra
🔢 Factoring Quadratics
Find the factor pair that multiplies to c and adds to b — then write (x + p)(x + q)
Progress
0%
What Is Factoring?
Reverse of expanding — split into two binomials
🔑
The Method
Find p·q = c AND p+q = b
➕➖
Sign Rules
c positive vs negative → different patterns
🔵
Worked Examples
x²+4x−5, x²+5x+6, x²−5x+6
📐
Pattern Reference
Quick-look table for all sign combinations
🎮
Factor Finder Game
Easy / Medium / Hard — 10 questions per round

💡 What You Will Learn

Factoring a quadratic like x² + bx + c means rewriting it as (x + p)(x + q). The key is finding two numbers p and q that multiply to c (the constant) and add up to b (the middle coefficient). Once you see the pattern, it clicks!

Lesson 1 — What Is Factoring a Quadratic?
Factoring is the reverse of multiplying two binomials together.
📌 The Big Idea

A quadratic expression x² + bx + c can be rewritten as a product of two binomials: (x + p)(x + q).

The relationship: p · q = c (they multiply to the constant c) and p + q = b (they add to the middle coefficient b).

🔄 Forward (Expanding)

(x + 5)(x − 1)
= x² − x + 5x − 5
= x² + 4x − 5

🔄 Backward (Factoring)

x² + 4x − 5
Find: p·q=−5 and p+q=4
= (x + 5)(x − 1) ✅

b
b = the middle coefficient

In x² + 4x − 5, b = 4. Your two numbers must add to this.

c
c = the constant (last number)

In x² + 4x − 5, c = −5. Your two numbers must multiply to this.

💡 Why Does This Work?

When you expand (x + p)(x + q) using FOIL:
x² + qx + px + pq = x² + (p+q)x + (p·q)
So b = p+q and c = p·q — that's where our two rules come from!

Lesson 2 — The Factor Pair Method
A clear 4-step process that works for every x² + bx + c problem.
1
Identify b and c

In x² + bx + c, b is the middle coefficient, c is the last number.
Example: x² + 4x − 5 → b = 4, c = −5

2
List factor pairs of c

List all pairs of integers that multiply to c (including negatives!).
For c = −5: (1, −5), (−1, 5), (5, −1), (−5, 1)

3
Find the pair that adds to b

Which pair sums to b = 4?
5 + (−1) = 4 ✅ → p = 5, q = −1

4
Write the factored form

(x + p)(x + q) = (x + 5)(x − 1) ✅
Note: x + (−1) is written as x − 1.

Method Summary Table
StepWhat To DoFor x² + 4x − 5
1Read b and cb=4, c=−5
2Factor pairs of c(1,−5),(−1,5),(5,−1)
3Which adds to b?5+(−1)=4 ✅
4Write answer(x+5)(x−1)
Lesson 3 — Sign Rules for Factor Pairs
The signs of b and c tell you a lot about what your factor pair looks like!
+c
c is POSITIVE → both factors have the SAME sign

If b is also positive → both p and q are positive
If b is negative → both p and q are negative
Examples: x²+5x+6=(x+2)(x+3)    x²−5x+6=(x−2)(x−3)

−c
c is NEGATIVE → the factors have OPPOSITE signs

One factor is positive, one is negative. The larger absolute value takes the sign of b.
Examples: x²+4x−5=(x+5)(x−1)    x²−4x−5=(x−5)(x+1)

✅ c Positive, b Positive

Both factors are positive.
x²+7x+12=(x+3)(x+4)
3×4=12 ✅   3+4=7 ✅

✅ c Positive, b Negative

Both factors are negative.
x²−7x+12=(x−3)(x−4)
(−3)(−4)=12 ✅   −3+(−4)=−7 ✅

✅ c Negative, b Positive

Bigger factor is positive.
x²+4x−5=(x+5)(x−1)
5×(−1)=−5 ✅   5+(−1)=4 ✅

✅ c Negative, b Negative

Bigger factor is negative.
x²−4x−5=(x−5)(x+1)
(−5)×1=−5 ✅   −5+1=−4 ✅

Lesson 4 — Worked Examples
See the 4-step method applied to all four sign cases!
🔵 Example 1 — c Negative x² + 4x − 5
Step 1
b = 4, c = −5
Step 2
Factor pairs of −5: (1,−5), (−1,5), (5,−1)
Step 3
Which adds to 4? → 5 + (−1) = 4 ✅
Step 4
(x + 5)(x − 1)
✅ x² + 4x − 5 = (x + 5)(x − 1)
🟢 Example 2 — c Positive, b Positive x² + 5x + 6
Step 1
b = 5, c = 6
Step 2
Factor pairs of 6: (1,6), (2,3), (3,2), (6,1)
Step 3
Which adds to 5? → 2 + 3 = 5 ✅
Step 4
(x + 2)(x + 3)
✅ x² + 5x + 6 = (x + 2)(x + 3)
🟠 Example 3 — c Positive, b Negative x² − 5x + 6
Step 1
b = −5, c = 6
Step 2
c positive, b negative → both factors are negative
Step 3
(−2) + (−3) = −5 ✅   and   (−2)(−3) = 6 ✅
Step 4
(x − 2)(x − 3)
✅ x² − 5x + 6 = (x − 2)(x − 3)
🔴 Example 4 — c Negative, b Negative x² − 4x − 5
Step 1
b = −4, c = −5
Step 2
c negative → opposite signs. Bigger takes sign of b (negative)
Step 3
(−5) + 1 = −4 ✅   and   (−5)(1) = −5 ✅
Step 4
(x − 5)(x + 1)
✅ x² − 4x − 5 = (x − 5)(x + 1)
Lesson 5 — Quick Pattern Reference
Use this table to instantly know what signs your factor pair will have!
c signb signFactor signsExample
+ positive+ positive(x+p)(x+q)x²+7x+12=(x+3)(x+4)
+ positive− negative(x−p)(x−q)x²−7x+12=(x−3)(x−4)
− negative+ positive(x+big)(x−small)x²+4x−5=(x+5)(x−1)
− negative− negative(x−big)(x+small)x²−4x−5=(x−5)(x+1)
💡 Perfect Square Trinomial

When c = (b/2)², both factors are identical!
x² + 4x + 4 → (b/2)² = 4 ✅ → (x + 2)(x + 2) = (x + 2)²

Lesson 6 — Always Check Your Work
Expand your answer using FOIL — if you get back the original, you're correct!
📌 FOIL Method to Verify

FOIL stands for First, Outer, Inner, Last.
(x + p)(x + q) = x² + qx + px + pq = x² + (p+q)x + pq

✅ Checking (x + 5)(x − 1)
First
x · x = x²
Outer
x · (−1) = −x
Inner
5 · x = 5x
Last
5 · (−1) = −5
Add
x² + (−x + 5x) + (−5) = x² + 4x − 5 ✅
✅ Matches! The factoring is correct.
💡
Quick mental check

Just verify p + q = b and p × q = c.
For (x+5)(x−1): 5+(−1)=4=b ✅   5×(−1)=−5=c ✅

⚠️
Common mistake — wrong signs

If your check fails, flip the sign of one or both factors and try again. Signs are the #1 error in factoring!

🎮 Factor Finder — Practice Game
Enter the two numbers that factor x² + bx + c into (x + ?)(x + ?). 10 rounds!
0Score
0🔥 Streak
0Total
Factor this equation
x² + 4x − 5
b (sum)+4
c (product)−5
Enter the factored form
(x )(x )
Question 1 of 10
🏆 Round Complete! 0
Insert math as
Block
Inline
Additional settings
Formula color
Text color
#333333
Type math using LaTeX
Preview
\({}\)
Nothing to preview
Insert