1. Introduction

Expressions such as (x + 5)(x − 2) were met in the module on Brackets. There, the emphasis was on the expansion of such expressions, which in this case would be x2 + 3x − 10. There are many instances when the reverse of this procedure, i.e. factorising, is required. This section begins with some simple examples.

Example 1: Factorise the following expressions.

(a)7xx2

Solution: This is easy since 7xx2 = x(7 − x)

(b)2abx + 2ab2 + 2a2b

Solution: In this case the largest common factor is 2ab so:

2abx + 2ab2 + 2a2b = 2ab(x + b + a)

Here are some exercises for you to try.

Exercise 1: Factorise the following expressions as far as possible.

(a) x2 + 3x

Solution: The only common factor of the two terms is x, so:

x2 + 3x = x(x + 3)
(b) x2 − 6x

Solution: Again, the two terms in the expression have only the common factor x, so:

x2 − 6x = x(x − 6)
(c) x2y + y3 + z2y

Solution: Here, the only common factor is y, so:

x2y + y3 + z2y = y(x2 + y2 + z2)
(d) 2ax2y − 4ax2z

Solution: In this case, the largest common factor is 2ax2, so:

2ax2y − 4ax2z = 2ax2(y − 2z)
(e) 2a3b + 5a2b2

Solution: Here the largest common factor is a2b, so this factorises as:

2a3b + 5a2b2 = a2b(2a + 5b)

(f) ayx + yx3 − 2y2x2

Solution: The largest common factor is xy, so:

ayx + yx3 − 2y2x2 = xy(a + x2 − 2xy)

Click on questions to reveal their solutions

Quiz 1: Which of the expressions below is the full factorisation of the expression: 16a − 2a2?

(a) a(16 − 2a)Incorrect - please try again!
(b) 2(8 − 2a)Incorrect - please try again!
(c) 2a(8 − a)Correct - well done!
(d) 2a(4 − 2a)Incorrect - please try again!

Explanation: Here 2 is a factor of both terms, but so is a. Thus:

16a − 2a2 = 2a(8 − a)

Quiz 2: Which of the expressions below is the full factorisation of the expression: ab2ca2bc3 + 2abc2?

(a) abc(bac2 + 2c)Correct - well done!
(b) ab2(cac3 + ac2)Incorrect - please try again!
(c) ac(b2abc2 + 2bc)Incorrect - please try again!
(d) b2c(aabc2 + ac)Incorrect - please try again!

Explanation: The largest common factor in this case is: a × b × c = abc. Thus:

ab2ca2bc3 + 2abc2  = (abc × b) − (abc × ac2) + (abc × 2c) 
= abc(bac2 + 2c) 

2. Further Expressions

Each of the previous expressions may be factored in a single operation. Many examples require more than one such operation. Here is a worked example of this type.

Example 2: Factorise the following expressions as far as possible:

(a)ax + ay + bx + by

Solution: Note that a is a factor of the first two terms, and b is a factor of the second two. Thus:

ax + ay + bx + by = a(x + y) + b(x + y)

The expression in this form consists of a sum of two terms, each of which has the common factor (x + y), so it may be further factorised. Thus:

ax + ay + bx + by = a(x + y) + b(x + y)
  = (a + b)(x + y)
(b) 6ax − 3bx+2ayby

Solution: Here 3x is a factor of the first two terms and y is a factor of the second two. Thus:

6ax − 3bx + 2ayby = 3x(2ab) + y(2ab)
= (3x + y)(2ab)

- taking out (2ab) as a common factor.

Exercise 2: Factorise each of the following as fully as possible.

(a) xb + xc + yb + xc

Solution: We proceed as follows:

xb + xc + yb + xc = x(b + c) + y(b + c)
  = (x + y)(b + c)
(b) ahak + bhbk

Solution:

ahak + bhbk = a(hk) + b(hk)
  = (a + b)(hk)
(c) hs + ht + ks + kt

Solution:

hs + ht + ks + kt = h(s + t) + k(s + t)
= (h + k)(s + t)
(d) 2mh − 2mk + nhnk

Solution:

2mh−2mk + nhnk = 2m(hk) + n(hk)
  = (2m + n)(hk)
(e) 6ax + 2bx + 3ay + by

Solution:

6ax + 2bx + 3ay + by = 2x(3a + b) + y(3a + b)
  = (2x + y)(3a + b)
(f) ms + 2mt2ns − 2nt2

Solution:

ms + 2mt2ns − 2nt2 = m(s + 2t2) − n(s + 2t2)
= (mn)(s + 2t2)

Click on questions to reveal their solutions

Quiz 3: Which of the following is the factorisation of the expression: 2ax−6aybx + 3by ?

(a) (2a + b)(x + 3y) Incorrect - please try again!
(b) (2ab)(x − 3y) Correct - well done!
(c) (2a + b)(x − 3y) Incorrect - please try again!
(d) (2ab)(x + 3y) Incorrect - please try again!

Explanation: Noting that 2a is a factor of the first two terms and b is a factor of the second two, we have:

2ax − 6aybx + 3by = 2a(x − 3y) − b(x − 3y)
  = (2ab)(x − 3y)

3. Quadratic Expressions

A quadratic expression is one of the form ax2 + bx + c, with a, b, c being some numbers. When faced with a quadratic expression it is often, but not always, possible to factorise it by inspection. To get some insight into how this is done it is worthwhile looking at how such an expression is formed.

Suppose that a quadratic expression can be factored into two linear terms, say (x + d) and (x + e), where d,e are two numbers. Then the quadratic is

(x + d)(x + e) = x2 + xe + xd + de
  = x2 + (e + d)x + de
  = x2 + (d + e)x + de

Notice how it is formed. The coefficient of x is (d + e), which is the sum of the two numbers in the linear terms (x + d) and (x + e). The final term, the one without an x, is the product of those two numbers. This is the information which is used to factorise by inspection.

Example 3: Factorise the following expressions:

(a) x2 + 8x + 7

Solution: The only possible factors of 7 are 1 and 7, and these do add up to 8, so:

x2 + 8x + 7  = (x + 7)(x + 1)

Checking this using FOIL (see the module on Brackets):

    F   O   I   L
(x + 7)(x + 1) = x2  + x × 1 + x × 7 + 7 × 1
  = x2  + 8x + 7
(b) y2 + 2x − 15

Solution: Here the term independent of x (i.e. the one without an x) is negative, so the two numbers must be opposite in sign. The obvious contenders are 3 and −5, or −3 and 5. The first pair can be ruled out as their sum is −2. The second pair sum to +2, which is the correct coefficient for x. Thus:

y2 + 2y − 15  = (y − 3)(y + 5)

Here are some exercises for you to try.

Exercise 3: Factorise the following into linear factors:

(a) x2 + 7x + 10

Solution: Since 10 has the factors 5 and 2, and their sum is 7:

(x + 5)(x + 2) = x2 + 2x + 5x + 10 
  = x2 + 7x + 10 
(b) x2 + 7x + 12

Solution: There are several ways of factorising 12, but on closer inspection the only factors that work are 4 and 3. This leads to the following:

(x + 4)(x + 3) = x2 + 3x + 4x + 12
= x2 + 7x + 12
(c) y2 + 11y + 24

Solution: There are several different possible factors for 24, but only one pair, 8 and 3, add up to 11. Thus:

(y + 8)(y + 3) = y2 + 3y + 8y + 24
  = y2 + 11y + 24
(d) y2 − 10y + 24

Solution: There are several different possible factors for 24 but only one pair, 6 and 4, add up to 10. Since the coefficient of y is negative, and the constant term is positive, the required numbers this time are −6 and −4.

(y − 6)(y − 4) = y2 − 4y − 6y + (−6)(−4)
  = y2 − 10y + 24
(e) z2 − 3z − 10

Solution: The constant term in this case is negative. Since this is the product of the numbers required, they must have opposite signs, i.e. one is positive and one is negative. In that case, the number in front of the x must be the difference of these two numbers. On inspection, 5 and 2 have product 10 and difference 3. Since the x term is negative, the larger number must be negative.

(z − 5)(z + 2) = z2 + 2z − 5z + (−5 × 2)
  = z2 − 3z − 10
(f) a2 − 8a + 16

Solution: This is an example of a perfect square. These are mentioned in the module on Brackets. The factors of 16 in this case are −4 and −4.

(a−4)2 = (a−4)(a−4)
  = a2 − 4a − 4a + (−4) × (−4)
  = a2 − 8a + 16

Click on questions to reveal their solutions

Quiz 4: Which of the following is the factorisation of the expression: z2 − 6z + 8 ?

(a) (z − 1)(z + 8) Incorrect - please try again!
(b) (z − 1)(z − 8) Incorrect - please try again!
(c) (z − 2)(z + 4) Incorrect - please try again!
(d) (z − 2)(z − 4) Correct - well done!

Explanation: Here the two numbers have product 8, so a possible choice is 2 and 4. However, their sum in this case is 6, whereas the sum required is −6. Taking the pair to be −2 and −4 will give the same product, +8, but with the correct sum. Thus:

z2 − 6z + 8 = 2a(x − 3y) − b(x − 3y)
  = (z − 2)(z − 4)

This can be checked by expanding the brackets.

4. Quiz on Factorisation

Factorise each of the following expressions and choose the solution from the options given

1.2a2e − 5ae2 + a3e2
(a) ae(2a − 5e + a2e)
(b) a2e(2a − 5e + ae)
(c) ae(2a − 5e2 + a2e2)
(d) a2e(2 − 5e + a2e2)
2.6ax − 3bx + 2ayby
(a) (3xy)(2a + b)
(b) (3x + y)(2ab)
(c) (3xy)(2ab)
(d) (3x + y)(2a + b)
3.z2 − 26z + 165
(a) (z + 11)(z + 15)
(b) (z − 11)(z − 15)
(c) (z − 55)(z − 3)
(d) (z + 55)(z − 3)


PPLATO material © copyright 2001, Plymouth University