Factorizing Simple Quadratics - GCSE Mathematics | The Smart Learners

Factorizing Simple Quadratics

GCSE Mathematics

📐 What are Simple Quadratics?

Simple quadratics are expressions of the form x² + bx + c where the coefficient of x² is 1. Factorizing means writing it as a product of two brackets: (x + p)(x + q) where p + q = b and p × q = c.

General form: x² + bx + c = (x + p)(x + q)
where: p + q = b and p × q = c
Example: x² + 7x + 12 = (x + 3)(x + 4)
Check: 3 + 4 = 7 ✓, 3 × 4 = 12 ✓

🎨 The Number Pair Method

x² + 7x + 12
↓ Find two numbers that:
Add to give b = 7
3 + 4 = 7
&
Multiply to give c = 12
3 × 4 = 12
(x + 3)(x + 4)

📚 Types of Simple Quadratics

➕ Both numbers positive

When b and c are both positive, both p and q are positive.

Example 1: x² + 5x + 6

Step 1: Find factors of 6 that add to 5

Factors of 6: 1×6, 2×3

Step 2: Check which pair adds to 5: 2 + 3 = 5 ✓

Step 3: Write as: (x + 2)(x + 3)

Check: (x+2)(x+3) = x² + 3x + 2x + 6 = x² + 5x + 6 ✓

Example 2: x² + 7x + 12

Step 1: Find factors of 12 that add to 7

Factors of 12: 1×12, 2×6, 3×4

Step 2: Check pairs: 3 + 4 = 7 ✓

Step 3: Write as: (x + 3)(x + 4)

Example 3: x² + 8x + 15

Step 1: Find factors of 15 that add to 8

Factors of 15: 1×15, 3×5

Step 2: 3 + 5 = 8 ✓

Step 3: (x + 3)(x + 5)

➖ One number negative

When c is negative, one factor is positive and one is negative.

Example 1: x² + 2x - 15

Step 1: Find factors of -15 that add to +2

Factor pairs of 15: 1×15, 3×5

Since product is negative, one factor positive, one negative

Step 2: Try pairs: (-3,5): -3+5=2 ✓, (-5,3): -5+3=-2 ✗

Step 3: (x - 3)(x + 5)

Check: (x-3)(x+5) = x² + 5x - 3x -15 = x² + 2x -15 ✓

Example 2: x² - 4x - 12

Step 1: Find factors of -12 that add to -4

Factor pairs of 12: 1×12, 2×6, 3×4

Step 2: Try pairs: (-6,2): -6+2=-4 ✓, (-4,3): -4+3=-1 ✗

Step 3: (x - 6)(x + 2)

Example 3: x² - x - 20

Step 1: Find factors of -20 that add to -1

Factor pairs of 20: 1×20, 2×10, 4×5

Step 2: Try (-5,4): -5+4=-1 ✓

Step 3: (x - 5)(x + 4)

➖➖ Both numbers negative

When b is negative and c is positive, both numbers are negative.

Example 1: x² - 7x + 12

Step 1: Find factors of +12 that add to -7

Factor pairs of 12: 1×12, 2×6, 3×4

Since sum is negative, both factors must be negative

Step 2: Try pairs: (-3,-4): -3-4=-7 ✓

Step 3: (x - 3)(x - 4)

Check: (x-3)(x-4) = x² - 4x - 3x +12 = x² -7x +12 ✓

Example 2: x² - 8x + 15

Step 1: Factors of 15 that add to -8: (-3,-5)

Step 2: (x - 3)(x - 5)

Example 3: x² - 9x + 20

Step 1: Factors of 20 that add to -9: (-4,-5)

Step 2: (x - 4)(x - 5)

🔄 Difference of Two Squares

Special case: x² - a² = (x - a)(x + a)

Example 1: x² - 9

Step 1: Recognize as difference of squares: x² - 3²

Step 2: (x - 3)(x + 3)

Check: (x-3)(x+3) = x² + 3x - 3x - 9 = x² - 9 ✓

Example 2: x² - 25

Step 1: x² - 5²

Step 2: (x - 5)(x + 5)

Example 3: x² - 16

Step 1: x² - 4²

Step 2: (x - 4)(x + 4)

📊 Common Factor Pairs

c (constant term) Factor Pairs Sum (b)
6 (1,6), (2,3) 7, 5
12 (1,12), (2,6), (3,4) 13, 8, 7
20 (1,20), (2,10), (4,5) 21, 12, 9
-6 (-1,6), (1,-6), (-2,3), (2,-3) 5, -5, 1, -1
c (constant term) Factor Pairs Sum (b)
8(1,8), (2,4)9, 6
10(1,10), (2,5)11, 7
18(1,18), (2,9), (3,6)19, 11, 9
24(1,24), (2,12), (3,8), (4,6)25, 14, 11, 10

🧮 Interactive Quadratic Factorizer

Enter a quadratic and see how it factorizes step-by-step!

✏️ Practice Factorizing Quadratics

Factorize: x² + 7x + 12

Correct: 0 Attempted: 0

⚠️ Common Mistakes

❌ Wrong: Mixing up signs

x² - 5x + 6 = (x - 2)(x - 3) ✓

x² - 5x + 6 = (x + 2)(x + 3) ❌ (gives +5x)

✅ Correct: Check signs carefully

If c positive and b negative → both factors negative

If c negative → one factor positive, one negative

❌ Wrong: Wrong factor pair

x² + 7x + 12 = (x + 2)(x + 6) ❌ (2×6=12 but 2+6=8, not 7)

Correct: (x + 3)(x + 4) ✓

⚠️ Forgetting the difference of squares

x² - 16 = (x - 4)(x + 4), not (x - 4)²

🌍 Where Quadratics Appear

📐 Area Problems

A rectangle has area x² + 5x + 6

Length = x + 3, Width = x + 2

Area = (x+3)(x+2) = x² + 5x + 6

🎯 Projectile Motion

Height = -5t² + 20t + 25

Factor to find when height = 0

💰 Profit Maximization

Profit = -x² + 100x - 2400

Factor to find break-even points

Scroll to Top