🧮 Algebra

🔩Factorising

Expanding unpacks the brackets, factorising packs the result back in — algebra's reverse gear.

Anyone can compute 3×4=123 \times 4 = 12; but seeing 12 and knowing it splits into 3×43 \times 4 — that is the eye of a factoriser. Algebra has the same two directions: turning 3(x+2)3(x + 2) into 3x+63x + 6 is flowing downstream; packing 3x+63x + 6 back into brackets as 3(x+2)3(x + 2) is today's business, factorising. In Variables & the Function Machine you already played "guess the rule from the output" — factorising is exactly that: working the rule out backwards from the result.

Move one: pull out the common factor

Look at 6x+96x + 9: the coefficients 6 and 9 share the factor 3, so lift it outside the brackets:

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

What's left inside? Each term divided by the common factor: 6x÷3=2x6x \div 3 = 2x and 9÷3=39 \div 3 = 3. Check by expanding: 3×2x+3×3=6x+93 \times 2x + 3 \times 3 = 6x + 9 — a perfect match. The common factor can carry a letter too: 5x2+10x=5x(x+2)5x^2 + 10x = 5x(x + 2).

Move two: split x2+bx+cx^2 + bx + c

Target: x2+5x+6x^2 + 5x + 6. To write it as (x+)(x+)(x + \square)(x + \square), the two numbers in the boxes must have a product of 6 and a sum of 5. Cast around: 2×3=62 \times 3 = 6 and 2+3=52 + 3 = 5 — it's this pair:

x2+5x+6=(x+2)(x+3)x^2 + 5x + 6 = (x + 2)(x + 3)

Always verify by expanding: (x+2)(x+3)=x2+3x+2x+6=x2+5x+6(x + 2)(x + 3) = x^2 + 3x + 2x + 6 = x^2 + 5x + 6, seam after seam.

Multiply for one clue, add for the other

When splitting x2+bx+cx^2 + bx + c, the constant cc says what the two numbers multiply to, and bb says what they add to. Two clues together shrink the candidates fast. Mind the negatives: if cc is negative, one number must be positive and the other negative.

Move three: difference of squares

A "square minus square" like x29x^2 - 9 has a fixed split:

x29=(x+3)(x3)x^2 - 9 = (x + 3)(x - 3)

Verify by expanding: (x+3)(x3)=x23x+3x9(x + 3)(x - 3) = x^2 - 3x + 3x - 9 — the two middle terms cancel, leaving x29x^2 - 9. Any expression of the form a2b2a^2 - b^2 splits as (a+b)(ab)(a + b)(a - b). Spotting the squares is step one: x2x^2 is xxx \cdot x and 99 is 323^2 — the homework from Exponents pays off here.

Watch the direction: the difference of squares x29x^2 - 9 splits; x2+9x^2 + 9 is a sum of squares — for now, remember that it does not split.

Factor Scope

InteractiveFactor Scope

A secret rule hides inside the machine. Feed it numbers and guess the rule!

? ? ?

Output

The machine processes the rule "times 3, then plus 2" into the output 3x+23x + 2 — that is expanding, downstream. Factorising is upstream: staring at 3x+23x + 2 and asking "which rule built you?" Cycle through several rules in the machine and feel the pair at work — expanding downstream, factorising upstream.

What it's for

Its stage entrance is dramatic: solving equations. Once (x5)(x+2)=0(x - 5)(x + 2) = 0 is factored, the answers walk out on their own — x=5x = 5 or x=2x = -2. In Quadratic Equations, factorising is the first key to the door.

Check yourself

Quick quiz

  1. 1. What is 6x + 9 factorised?

  2. 2. What is x² + 7x + 10 factorised?

  3. 3. How does x² - 16 split?