← LearnYear 9 Maths · AlgebraFree placement check
Year 9AC9M9A02

Factorising Trinomials

Expand and factorise algebraic expressions, including monic and simple non-monic quadratic expressions.

The multiply-a-by-c method. It works for every trinomial, monic or not — and once you see why, you will never forget the steps.

Builds onYr 8 · Expanding brackets (FOIL)Yr 8 · Factors and factor pairsYr 7 · Integers: multiplying negatives

Why this works

Factorising is just expanding, run backwards. Start with what expanding two brackets actually produces:

Expand a general pair of brackets
(x+p)(x+q)=x2+(p+q)x+pq(x+p)(x+q) = x^{2} + (p+q)x + pq
So for a monic trinomial x2+bx+cx^{2}+bx+c, you need two numbers that add to bb and multiply to cc. That is the whole monic method.
Non-monic looks harder, but multiply through by aa and watch what happens
a(ax2+bx+c)=(ax)2+b(ax)+aca\left(ax^{2}+bx+c\right) = (ax)^{2} + b(ax) + ac
Let u=axu = ax. The right-hand side becomes monic again
u2+bu+acu^{2} + bu + ac

That is why you multiply aa by cc — you are turning a non-monic trinomial into a monic one in the variable u=axu = ax. And because you multiplied by aa at the start, you must divide it back out at the end. That is exactly what step 5 is doing. The method is not a trick; it is the monic method wearing a disguise.

Worked example

e.g. 3x2+20x73x^{2} + 20x - 7
  1. Make sure it is written in the form ax2+bx+cax^{2}+bx+c3x2+20x73x^{2} + 20x - 7
  2. Take out a common factor first if possible — here there is none
  3. Multiply aa by cc3×(7)=213 \times (-7) = -21
  4. Find the factor pair of that answer which adds to bb+21 and 1(211=20=b )+21 \text{ and } -1 \quad (21 - 1 = 20 = b \ \checkmark)
  5. Divide both factors by aa and simplify — this undoes the multiplication from the 'why' above213=7113 (will not simplify)\frac{21}{3} = \frac{7}{1} \qquad \frac{-1}{3} \text{ (will not simplify)}
  6. Substitute the pair back into brackets: numerator is the constant, denominator is the coefficient of xx(x+7)(3x1)(x+7)(3x-1)
  7. Always check by expanding. This catches almost every error you can make(x+7)(3x1)=3x2x+21x7=3x2+20x7 (x+7)(3x-1) = 3x^{2} - x + 21x - 7 = 3x^{2} + 20x - 7 \ \checkmark

Common mistakes

Wrongx29x+8=(x8)(x+1)x^{2} - 9x + 8 = (x-8)(x+1)
Rightx29x+8=(x8)(x1)x^{2} - 9x + 8 = (x-8)(x-1)
The classic sign error. Both numbers must multiply to +8+8 and add to 9-9. With 8-8 and +1+1 you get 8-8 and 7-7 — neither is right. Expanding the wrong answer gives x27x8x^{2}-7x-8, which catches it instantly.
Wrong2x2+10x+12ac=242x^{2} + 10x + 12 \rightarrow ac = 24 \ldots
Right2x2+10x+12=2(x2+5x+6)=2(x+2)(x+3)2x^{2} + 10x + 12 = 2\left(x^{2}+5x+6\right) = 2(x+2)(x+3)
Skipping step 2. The a×ca \times c method still works here, but taking out the common factor of 2 first turns a fiddly non-monic problem into an easy monic one. Always look for it.
Wrongx2+4x+4=(x+?)(x+?) — hunting for two different numbersx^{2} + 4x + 4 = (x+?)(x+?) \text{ — hunting for two different numbers}
Rightx2+4x+4=(x+2)2x^{2} + 4x + 4 = (x+2)^{2}
Nothing says the two numbers must differ. Here both are +2+2. Perfect-square trinomials are common and are worth learning to spot: the constant is a perfect square and bb is twice its root.
WrongAssuming every trinomial factorises\text{Assuming every trinomial factorises}
RightCheck the discriminant: b24ac\text{Check the discriminant: } b^{2}-4ac
Most do not. If b24acb^{2}-4ac is not a perfect square, the trinomial has no integer factorisation and no amount of searching will find one. Checking first saves a lot of wasted effort — see Reasoning question 1.

Practice

FluencyGet quick and accurate at the method.
1
x2+x20x^{2} + x - 20
Answer(x+5)(x4)(x+5)(x-4)
2
x29x+8x^{2} - 9x + 8
Answer(x8)(x1)(x-8)(x-1)
3
x2+6x+8x^{2} + 6x + 8
Answer(x+4)(x+2)(x+4)(x+2)
4
x2+11x+24x^{2} + 11x + 24
Answer(x+8)(x+3)(x+8)(x+3)
5
x2+4x+4x^{2} + 4x + 4
Answer(x+2)2(x+2)^{2}
6
9x2+12x+49x^{2} + 12x + 4
Answer(3x+2)2(3x+2)^{2}
7
x2+2x3x^{2} + 2x - 3
Answer(x+3)(x1)(x+3)(x-1)
8
x2+8x+15x^{2} + 8x + 15
Answer(x+5)(x+3)(x+5)(x+3)
9
2x2+10x+122x^{2} + 10x + 12
Answer2(x+2)(x+3)2(x+2)(x+3)
10
3x2+20x73x^{2} + 20x - 7
Answer(x+7)(3x1)(x+7)(3x-1)
ReasoningExplain why. Say it in your own words.
1
Without factorising any of them, decide which of these cannot be factorised over the integers, and explain how you can tell: x2+4x+4x^{2}+4x+4,  x212x36\ x^{2}-12x-36,  x2+8x+15\ x^{2}+8x+15.
Answerx212x36x^{2}-12x-36 cannot. Check the discriminant b24acb^{2}-4ac: for the first, 1616=016-16=0 (perfect square, factorises as (x+2)2(x+2)^{2}); for the third, 6460=464-60=4 (perfect square); for the middle one, 144+144=288144+144=288, which is not a perfect square, so it has no integer factorisation. Its roots are 6±626 \pm 6\sqrt{2}.
2
Explain why you should take out a common factor before using the a×ca \times c method rather than after.
AnswerTaking it out first usually reduces the trinomial to monic, where you only need factors of cc adding to bb — no dividing by aa at the end. Doing it afterwards still works but forces you through larger numbers. For 2x2+10x+122x^{2}+10x+12, factoring first gives ac=6ac=6 instead of ac=24ac=24.
3
Someone writes x29x+8=(x8)(x+1)x^{2}-9x+8 = (x-8)(x+1). Identify the error, and describe a check that would have caught it in one line.
AnswerThe signs are wrong: 8×+1=8-8 \times +1 = -8, not +8+8. Expanding gives x27x8x29x+8x^{2}-7x-8 \neq x^{2}-9x+8. Expanding the answer back out is the check — it takes seconds and catches essentially every factorising error.
4
In x2+bx+cx^{2}+bx+c, suppose c>0c>0 and b<0b<0. What can you say about the signs of the two numbers in the brackets? Justify your answer.
AnswerBoth must be negative. Their product cc is positive, so they share a sign; their sum bb is negative, so that shared sign must be negative. This lets you fix the signs before you start searching.
5
Show that factorising 2x2+7x+32x^{2}+7x+3 by the a×ca \times c method gives the same result as multiplying through by aa, factorising as a monic in u=2xu=2x, then dividing by aa.
AnswerVia a×ca \times c: ac=6ac=6, pair 66 and 11, divide by 2 gives 62=31\tfrac{6}{2}=\tfrac{3}{1} and 12\tfrac{1}{2}, so (x+3)(2x+1)(x+3)(2x+1). Via substitution: 2(2x2+7x+3)=u2+7u+6=(u+6)(u+1)2(2x^{2}+7x+3) = u^{2}+7u+6 = (u+6)(u+1) with u=2xu=2x, giving (2x+6)(2x+1)=2(x+3)(2x+1)(2x+6)(2x+1) = 2(x+3)(2x+1); dividing by 2 gives (x+3)(2x+1)(x+3)(2x+1). Identical — which is the point of the 'why' section.
AppliedThe same maths, inside a real question.
1
A rectangular courtyard has area x2+7x+12x^{2}+7x+12 square metres. Write expressions for its length and width.
Answer(x+4)(x+4) m and (x+3)(x+3) m. Area factorises as (x+4)(x+3)(x+4)(x+3), and the two factors are the side lengths.
2
A ball is thrown so its height after tt seconds is h=t2+5t+6h = -t^{2}+5t+6 metres. When does it hit the ground?
AnswerAfter 6 seconds. Set h=0h=0: t2+5t+6=0-t^{2}+5t+6=0, so t25t6=0t^{2}-5t-6=0, giving (t6)(t+1)=0(t-6)(t+1)=0 and t=6t=6 or t=1t=-1. Reject t=1t=-1 — negative time has no meaning here.
3
A garden bed measures 8 m by 12 m. A path of uniform width ww is laid around it, bringing the total area to 192 m². Find ww.
Answerw=2w = 2 m. Total area (8+2w)(12+2w)=192(8+2w)(12+2w)=192, so 4w2+40w+96=1924w^{2}+40w+96=192, giving w2+10w24=0w^{2}+10w-24=0 and (w+12)(w2)=0(w+12)(w-2)=0. Reject w=12w=-12 — a width cannot be negative.
4
Two consecutive positive integers have a product of 132. Find them.
Answer11 and 12. Let them be nn and n+1n+1: n2+n132=0n^{2}+n-132=0, so (n11)(n+12)=0(n-11)(n+12)=0 and n=11n=11 (rejecting n=12n=-12 as it is not positive).
5
A photograph measures (x+3)(x+3) cm by (x+5)(x+5) cm and has an area of 99 cm². Find its dimensions.
Answer9 cm by 11 cm. Expanding gives x2+8x+15=99x^{2}+8x+15=99, so x2+8x84=0x^{2}+8x-84=0 and (x6)(x+14)=0(x-6)(x+14)=0, giving x=6x=6. Then the sides are 6+3=96+3=9 and 6+5=116+5=11.
Practise this with instant marking →Scored set — answers checked as you type, with XP, streaks and progress saved.
Next step
Practise Factorising Trinomials with instant marking
A free 10-minute placement check finds which Year 9 topics to work on first, then Summit builds a weekly plan around them.
See where my child is →