Functions and Algebra: Manipulate and simplify algebraic expressions

Unit 2: Factorisation

Natashia Bearam-Edmunds

Unit outcomes

By the end of this unit you will be able to:

  • Factorise by identifying and taking out the common factor.
  • Factorise by grouping in pairs.
  • Factorise the difference of two squares.
  • Factorise trinomials.

What you should know

Before you start this unit, make sure you can:

Introduction

When we learn about fractions we are shown that the highest common factor (HCF) of two numbers is the largest number that divides evenly into both numbers. For example, [latex]\scriptsize 3[/latex] is the (HCF) of [latex]\scriptsize 9[/latex] and [latex]\scriptsize 15[/latex] because it is the largest number that divides exactly into both numbers. The HCF of works the same way.

Many polynomial expressions can be written in simpler forms by factorising. Finding the HCF is just one of the ways that we factorise expressions. In this unit, we will look at different methods to factorise polynomials.

Find the highest common factor

Factorisation reverses the process of multiplying and expanding brackets that we covered in Unit 1. For example, if we expand [latex]\scriptsize 3(x+2)[/latex] we get [latex]\scriptsize 3x+6[/latex]. When we factorise, we start with [latex]\scriptsize 3x+6[/latex] and end up with [latex]\scriptsize 3(x+2)[/latex]. The two expressions are exactly the same in value no matter what values we substitute for [latex]\scriptsize x[/latex].

Each part of a product is called a factor of the expression. If [latex]\scriptsize c=ab[/latex], then [latex]\scriptsize a[/latex] and [latex]\scriptsize b[/latex] are factors of [latex]\scriptsize c[/latex]. Similarly, [latex]\scriptsize 3[/latex] and [latex]\scriptsize x+2[/latex] are factors of [latex]\scriptsize 3(x+2)[/latex] since [latex]\scriptsize 3x+6=3(x+2)[/latex]. Factorising based on common factors relies on there being factors common to all the terms.

Let’s factorise the expression [latex]\scriptsize 10a+5[/latex]. Both [latex]\scriptsize 10a[/latex] and [latex]\scriptsize 5[/latex] have a common factor of [latex]\scriptsize 5[/latex]:

[latex]\scriptsize 10a=2\times \underline{5}\times a[/latex]
[latex]\scriptsize 5=1\times \underline{5}[/latex]

So we can write [latex]\scriptsize 10a+5[/latex] as [latex]\scriptsize 2\times 5\times a+1\times 5[/latex]. We can factorise by taking out the HCF of [latex]\scriptsize 5[/latex] from both terms and we will get:

[latex]\scriptsize \begin{array}{l}10a+5&=5(2\times a+1)\\&=5(2a+1)\end{array}[/latex]

We have divided each term by the HCF of [latex]\scriptsize 5[/latex]; this is called factorising by taking out the highest common factor.

When factorising a polynomial, our first step should always be to check for a HCF. Look for the HCF of the coefficients, and then look for the HCF of the variables and combine them to find the HCF of the expression. This is shown in the next example.

Example 2.1

Factorise:

  1. [latex]\scriptsize 4{{x}^{3}}+2{{x}^{2}}+6x[/latex]
  2. [latex]\scriptsize 3(a-b)-x(a-b)[/latex]
  3. [latex]\scriptsize 2(x-y)-a(y-x)[/latex]

Solutions

  1. First, find the HCF of the coefficients.
    The HCF of [latex]\scriptsize 4,2[/latex] and [latex]\scriptsize 6[/latex] is [latex]\scriptsize 2[/latex].
    [latex]\scriptsize 4=\underline{2}\times 2[/latex]
    [latex]\scriptsize 2=\underline{2}\times 1[/latex]
    [latex]\scriptsize 6=\underline{2}\times 3[/latex]
    Next, find the HCF of the variables.
    [latex]\scriptsize {{x}^{3}}=\underline{x}\times x\times x[/latex]
    [latex]\scriptsize {{x}^{2}}=\underline{x}\times x[/latex]
    [latex]\scriptsize x=\underline{x}\times 1[/latex]
    .
    The HCF of [latex]\scriptsize {{x}^{3}},{{x}^{2}}[/latex] and [latex]\scriptsize x[/latex] is [latex]\scriptsize x[/latex]. Note: the HCF of a set of expressions of the form [latex]\scriptsize {{x}^{n}}[/latex] will always be the power with the smallest exponent.
    .
    We combine the HCF’s of both the coefficients and variables to get that the HCF of the entire expression is [latex]\scriptsize 2x[/latex].
    .
    Lastly, we divide each term by the HCF to factorise.
    [latex]\scriptsize \begin{array}{l}4{{x}^{3}}+2{{x}^{2}}+6x&=2x\left( {\displaystyle \frac{{4{{x}^{3}}}}{{2x}}+\displaystyle \frac{{2{{x}^{2}}}}{{2x}}+\displaystyle \frac{{6x}}{{2x}}} \right)\\&=2x(2{{x}^{2}}+x+3)\end{array}[/latex]
    .
    Note: you can check your answer after factorising by finding the product or expanding the brackets. If you have factorised correctly you will end up with the original expression. Try and confirm this for yourself.
  2. A common bracket can be taken out as the HCF provided the bracket is identical in both terms. There is a common factor bracket of [latex]\scriptsize a-b[/latex] in[latex]\scriptsize 3(a-b)-x(a-b)[/latex]. To take out the HCF, simply divide each term by the common bracket.
    [latex]\scriptsize \begin{array}{l}3(a-b)-x(a-b)&=(a-b)\left[ {\displaystyle \frac{{3(a-b)}}{{(a-b)}}-\displaystyle \frac{{x(a-b)}}{{(a-b)}}} \right]\\&=(a-b)[3-x]\end{array}[/latex]
    .
    Factorising by finding a HCF which is a common bracket is called grouping.
  3. In this example, the brackets look similar but the terms within have different signs. Use a ‘switch around’ method to find the common factor.
    [latex]\scriptsize (y-x)=-1(x-y)[/latex] Divide each term by negative one to switch around the terms.
    [latex]\scriptsize \begin{array}{l}2(x-y)-a(y-x)&=2(x-y)-a(-1)(x-y)\\&=2(x-y)+a(x-y)\\&=(x-y)(2+a)\\&=(x-y)(a+2)\end{array}[/latex]
    .
    Note:[latex]\scriptsize (2+a)=(a+2)[/latex]. There is no need to change signs outside the bracket when both terms are positive.

Exercise 2.1

Factorise:

  1. [latex]\scriptsize -a{{x}^{2}}+bx+{{x}^{3}}[/latex]
  2. [latex]\scriptsize \left( {a-b} \right)x+a-b[/latex]
  3. [latex]\scriptsize \left( {a-b} \right)x-a+b[/latex]
  4. [latex]\scriptsize -12a+24{{a}^{2}}-3[/latex]

The full solutions are at the end of the unit.

Factorising by grouping

Finding and taking out the HCF is the starting point of all factorising. We know that the factors of [latex]\scriptsize 2x+2[/latex] are [latex]\scriptsize 2[/latex] and[latex]\scriptsize (x+1)[/latex]. Similarly the factors of [latex]\scriptsize 3{{x}^{2}}+3x[/latex] are [latex]\scriptsize 3x[/latex] and [latex]\scriptsize (x+1)[/latex]. If you have one expression that combines all of these terms, [latex]\scriptsize 2x+2+3{{x}^{2}}+3x[/latex], there is no common factor to all four terms, but we can factorise as follows:

[latex]\scriptsize \begin{array}{l}2x+2+3{{x}^{2}}+3x&=(2x+2)+(3{{x}^{2}}+3x)\\&=2(x+1)+3x(x+1)\end{array}[/latex]

Now there is a common factor of [latex]\scriptsize (x+1)[/latex].

By taking out the common bracket of [latex]\scriptsize (x+1)[/latex] we get [latex]\scriptsize 2(x+1)+3x(x+1)=(x+1)(2+3x)[/latex]. As you saw in Example 2.1, this is called factorising by grouping.

Example 2.2

Find the factors of: [latex]\scriptsize 6x+3y+2ax+ay[/latex]

Solution

Step 1: There are no factors common to all terms.

Step 2: Group terms with common factors together.

[latex]\scriptsize 3[/latex] is a common factor of the first two terms and [latex]\scriptsize a[/latex] is a common factor of the second two terms.

[latex]\scriptsize 6x+3y+2ax+ay=3(2x+y)+a(2x+y)[/latex]

Step 3: Take out the common bracket as the HCF.

[latex]\scriptsize \begin{array}{l}3(2x+y)+a(2x+y)&=\displaystyle \frac{{3(2x+y)}}{{(2x+y)}}+\displaystyle \frac{{a(2x+y)}}{{(2x+y)}}\\&=(2x+y)(3+a)\end{array}[/latex]

Step 4: Write the final answer.

The factors of [latex]\scriptsize 6x+3y+2ax+ay[/latex] are [latex]\scriptsize (2x+y)[/latex] and [latex]\scriptsize (3+a)[/latex].

Note: you can get to the same answer by grouping [latex]\scriptsize 6x[/latex] with [latex]\scriptsize 2ax[/latex] and [latex]\scriptsize 3y[/latex] with [latex]\scriptsize ay[/latex], try it yourself to confirm this.

Exercise 2.2

Factorise:

  1. [latex]\scriptsize {{x}^{2}}-6x+5x-30[/latex]
  2. [latex]\scriptsize 6t-15s+2yt-5ys[/latex]
  3. [latex]\scriptsize ab-{{a}^{2}}-a+b[/latex]
  4. [latex]\scriptsize 3ax+bx-3ay-by-9a-3b[/latex]

The full solutions are at the end of the unit.

Difference of two squares

A difference of squares is a perfect square subtracted from another perfect square. A difference of squares can be rewritten as a product of binomials containing the same terms but opposite signs because the middle terms will cancel each other out if the two factors are multiplied.

Given a difference of squares, you can factorise it into binomials by:

  • confirming that the first and last term are perfect squares and that the expression has one negative sign and one positive sign.
  • write the factorised form as [latex]\scriptsize (\sqrt{{{{a}^{2}}}}+\sqrt{{{{b}^{2}}}})(\sqrt{{{{a}^{2}}}}-\sqrt{{{{b}^{2}}}})[/latex].

Note: We cannot factorise the sum of two squares.

Activity 2.1: Find factors for the difference of two squares

Time required: 10 minutes

What you need:

  • pen and paper

What to do:

  1. Complete the following table and see if you can find a pattern (rule), which you can use to predict the answers to the first column’s calculations without needing to square the numbers.
    (source: Sasol Inzalo Grade 9, Maths Book 2, Page 22 http://www.mstworkbooks.co.za/downloads/Maths2_Gr9_LB.pdf. CC BY-NC)
    [latex]\scriptsize {{3}^{2}}-{{2}^{2}}=[/latex] [latex]\scriptsize 3+2=[/latex] [latex]\scriptsize 3-2=[/latex] [latex]\scriptsize (3+2)(3-2)=[/latex]
    [latex]\scriptsize {{4}^{2}}-{{3}^{2}}=[/latex] [latex]\scriptsize 4+3=[/latex] [latex]\scriptsize 4-3=[/latex] [latex]\scriptsize (4+3)(4-3)=[/latex]
    [latex]\scriptsize {{5}^{2}}-{{4}^{2}}=[/latex] [latex]\scriptsize 5+4=[/latex] [latex]\scriptsize 5-4=[/latex] [latex]\scriptsize (5+4)(5-4)=[/latex]
    [latex]\scriptsize {{6}^{2}}-{{5}^{2}}=[/latex]
  2. Now predict the answers to each of the following without squaring. Check your answers. Does the rule that you discovered in Question 1 also hold for the following cases?
    1. [latex]\scriptsize {{16}^{2}}-{{12}^{2}}[/latex]
    2. [latex]\scriptsize {{27}^{2}}-{{18}^{2}}[/latex]
  3. Write the rule you discovered in a formula using [latex]\scriptsize {{a}^{2}}-{{b}^{2}}[/latex]

What did you find?

  1. .
    [latex]\scriptsize {{3}^{2}}-{{2}^{2}}=5[/latex] [latex]\scriptsize 3+2=5[/latex] [latex]\scriptsize 3-2=1[/latex] [latex]\scriptsize (3+2)(3-2)=5\times 1=5[/latex]
    [latex]\scriptsize {{4}^{2}}-{{3}^{2}}=7[/latex] [latex]\scriptsize 4+3=7[/latex] [latex]\scriptsize 4-3=1[/latex]  [latex]\scriptsize (4+3)(4-3)=7\times 1=7[/latex]
    [latex]\scriptsize {{5}^{2}}-{{4}^{2}}=9[/latex] [latex]\scriptsize 5+4=9[/latex] [latex]\scriptsize 5-4=1[/latex] [latex]\scriptsize (5+4)(5-4)=9\times 1=9[/latex]
    [latex]\scriptsize {{6}^{2}}-{{3}^{2}}=27[/latex] [latex]\scriptsize 6+3=9[/latex] [latex]\scriptsize 6-3=3[/latex] [latex]\scriptsize (6+3)(6-3)=9\times 3=27[/latex]

    If you multiply the sum of the square roots by the difference of the square roots you end up with the same answer as the difference of the squared numbers in column 1. The sum and difference of the squares are the factors of the expressions in column 1.

  2. .
    1. [latex]\scriptsize {{16}^{2}}-{{12}^{2}}=(16+12)(16-12)=(28)(4)=112[/latex]
    2. [latex]\scriptsize {{27}^{2}}-{{18}^{2}}=(27+18)(27-18)=45\times 9=405[/latex]
      Yes, the rule is the same in the above cases too.
  3. A difference of two squares can be rewritten as two factors containing the same terms but opposite signs. Perfect squares [latex]\scriptsize {{a}^{2}}-{{b}^{2}}[/latex] have factors of [latex]\scriptsize (a+b)(a-b)[/latex].

We can apply the rule for factorising a difference of squares to algebraic expressions too.

[latex]\scriptsize 16{{x}^{2}}-25[/latex] is made up of two perfect squares because [latex]\scriptsize 16{{x}^{2}}={{(4x)}^{2}}[/latex] and [latex]\scriptsize 25={{(5)}^{2}}[/latex] and the terms are separated by a minus sign. So we can factorise and rewrite [latex]\scriptsize 16{{x}^{2}}-25[/latex] as [latex]\scriptsize (4x+5)(4x-5)[/latex].

Exercise 2.3

Factorise:

  1. [latex]\scriptsize 1-{{x}^{2}}[/latex]
  2. [latex]\scriptsize 8{{x}^{2}}-18{{y}^{2}}[/latex]
  3. [latex]\scriptsize -36+{{t}^{2}}[/latex]
  4. [latex]\scriptsize 2a({{a}^{2}}-9)-7({{a}^{2}}-9)[/latex]

The full solutions are at the end of the unit.

Note

When you have access to an internet connection watch the video called “Factor a Sum or Difference of Cubes” which explains how to factorise the sum and difference of cubes.

Factorising a trinomial

A quadratic expression is any expression where the variable has a highest power (or degree) of two. [latex]\scriptsize a{{x}^{2}}+bx,\text{ }{{x}^{2}},\text{ }{{a}^{2}}-{{b}^{2}}[/latex] and [latex]\scriptsize a{{x}^{2}}+bx+c[/latex] are all examples of quadratic expressions. We use the expression [latex]\scriptsize a{{x}^{2}}+bx+c[/latex] so often that it has a special name. [latex]\scriptsize a{{x}^{2}}+bx+c[/latex] is called a quadratic trinomial in standard form. Remember that a trinomial has three terms. Factorising using grouping or a difference of two squares was relatively simple. However, quadratic trinomials require a little more work to arrive at a general method.

Activity 2.2: Find factors of a quadratic trinomial

Time required: 10 minutes

What you need:

  • pen and paper

What to do:

  1. Complete the table by finding the product.
    Product First term in the product Two middle terms of product Sum of the two middle terms Product of the constant terms Factors of the constant term
    [latex]\scriptsize (x+2)(x+3)[/latex]
    [latex]\scriptsize (x+1)(x+6)[/latex]
    [latex]\scriptsize (x-2)(x-3)[/latex]
    [latex]\scriptsize (x-1)(x-6)[/latex]
  2. Which terms do you multiply together to find the [latex]\scriptsize {{x}^{2}}[/latex] in the product?
  3. How do you find the co-efficient of the [latex]\scriptsize x[/latex] term in the product?
  4. Which terms do you multiply to find the constant term in the product?
  5. What are the factors of [latex]\scriptsize {{x}^{2}}+5x+6[/latex]?
  6. What are the factors of [latex]\scriptsize {{x}^{2}}-5x+6[/latex]?
  7. What are the factors of [latex]\scriptsize {{x}^{2}}+7x+6[/latex]?
  8. What are the factors of [latex]\scriptsize {{x}^{2}}-7x+6[/latex]?

What did you find?

  1. .
    Product First term in the product Two middle terms of product Sum of the two middle terms Product of the constant terms Factors of the constant term
    [latex]\scriptsize (x+2)(x+3)[/latex] [latex]\scriptsize {{x}^{2}}+5x+6[/latex] [latex]\scriptsize {{x}^{2}}[/latex] [latex]\scriptsize 2x\text{ and }3x[/latex] [latex]\scriptsize 5x[/latex] [latex]\scriptsize 6[/latex] [latex]\scriptsize 1\text{ and }6[/latex], [latex]\scriptsize 2\text{ and }3[/latex], [latex]\scriptsize -1\text{ and }-6[/latex], [latex]\scriptsize -2\text{ and }-3[/latex]
    [latex]\scriptsize (x+1)(x+6)[/latex] [latex]\scriptsize {{x}^{2}}+7x+6[/latex] [latex]\scriptsize {{x}^{2}}[/latex] [latex]\scriptsize x\text{ and 6}x[/latex] [latex]\scriptsize 7x[/latex] [latex]\scriptsize 6[/latex] [latex]\scriptsize 1\text{ and }6[/latex], [latex]\scriptsize 2\text{ and }3[/latex], [latex]\scriptsize -1\text{ and }-6[/latex], [latex]\scriptsize -2\text{ and }-3[/latex]
    [latex]\scriptsize (x-2)(x-3)[/latex] [latex]\scriptsize {{x}^{2}}-5x+6[/latex] [latex]\scriptsize {{x}^{2}}[/latex] [latex]\scriptsize -2x\text{ and }-3x[/latex] [latex]\scriptsize -5x[/latex] [latex]\scriptsize 6[/latex] [latex]\scriptsize 1\text{ and }6[/latex], [latex]\scriptsize 2\text{ and }3[/latex], [latex]\scriptsize -1\text{ and }-6[/latex], [latex]\scriptsize -2\text{ and }-3[/latex]
    [latex]\scriptsize (x-1)(x-6)[/latex] [latex]\scriptsize {{x}^{2}}-7x+6[/latex] [latex]\scriptsize {{x}^{2}}[/latex] [latex]\scriptsize -x\text{ and }-\text{6}x[/latex] [latex]\scriptsize -7x[/latex] [latex]\scriptsize 6[/latex] [latex]\scriptsize 1\text{ and }6[/latex], [latex]\scriptsize 2\text{ and }3[/latex], [latex]\scriptsize -1\text{ and }-6[/latex], [latex]\scriptsize -2\text{ and }-3[/latex]

     

  2. We see that the [latex]\scriptsize {{x}^{2}}[/latex] term in the quadratic is the product of the x-terms in each bracket.
  3. The middle term is the sum of two middle terms when the brackets are expanded.
  4. The [latex]\scriptsize 6[/latex] in the quadratic is the product of the constant terms in the brackets.
  5. Factors of [latex]\scriptsize {{x}^{2}}+5x+6[/latex] are [latex]\scriptsize (x+2)(x+3)[/latex].
  6. Factors of [latex]\scriptsize {{x}^{2}}+7x+6[/latex] are [latex]\scriptsize (x+1)(x+6)[/latex].
  7. Factors of [latex]\scriptsize {{x}^{2}}-5x+6[/latex] are [latex]\scriptsize (x-2)(x-3)[/latex].
  8. Factors of [latex]\scriptsize {{x}^{2}}-7x+6[/latex] are [latex]\scriptsize (x-1)(x-6)[/latex].

The first method we will look at to factorise quadratic trinomials involves trial and error. As you saw in Activity 2.2 the signs of the terms in the brackets make a difference to the answers of the product. For example, even though both [latex]\scriptsize 2[/latex] and [latex]\scriptsize 3[/latex] and [latex]\scriptsize -2[/latex] and [latex]\scriptsize -3[/latex] are factors of [latex]\scriptsize 6[/latex], they give us different values for the middle term when the brackets are expanded. Hence [latex]\scriptsize (x-2)(x-3)[/latex] are factors of [latex]\scriptsize {{x}^{2}}-5x+6[/latex] but not factors of [latex]\scriptsize {{x}^{2}}+5x+6[/latex].

Note

For any quadratic trinomial [latex]\scriptsize a{{x}^{2}}+bx+c[/latex], if [latex]\scriptsize c[/latex] is positive, then the factors of [latex]\scriptsize c[/latex] must either both be positive or both be negative. If [latex]\scriptsize c[/latex] is negative, it means only one of the factors of [latex]\scriptsize c[/latex] is negative and the other one must be positive.

Once you have factorised, you can multiply out your brackets again just to make sure it really works. The following example uses the method of trial and error to factorise a quadratic trinomial.

Example 2.3

Factorise: [latex]\scriptsize 2x-1+3{{x}^{2}}[/latex]

Solution

Step 1: Check that the quadratic is in the standard form of [latex]\scriptsize a{{x}^{2}}+bx+c[/latex]. If it is not, then rewrite it in standard form.

[latex]\scriptsize 2x-1+3{{x}^{2}}=3{{x}^{2}}+2x-1[/latex]

Step 2: Write down a set of factors for [latex]\scriptsize a[/latex] and [latex]\scriptsize c[/latex].

The possible factors of [latex]\scriptsize 3{{x}^{2}}[/latex] are [latex]\scriptsize 1x[/latex] and [latex]\scriptsize 3x[/latex].

The possible factors of [latex]\scriptsize -1[/latex] are [latex]\scriptsize 1[/latex] and [latex]\scriptsize -1[/latex].

Step 3: Set up the brackets with terms for [latex]\scriptsize a[/latex] and [latex]\scriptsize c[/latex] arranged vertically to see which factors would add up to the middle term by cross multiplying. The factors are read horizontally.

Let’s try factors of [latex]\scriptsize (3x+1)[/latex] and [latex]\scriptsize (x-1)[/latex]. By cross multiplying we are working out what the middle term will be when the brackets are expanded.

We see that the middle term would work out to be [latex]\scriptsize -2x[/latex] instead of [latex]\scriptsize 2x[/latex]. So these are not the correct factors of [latex]\scriptsize 3{{x}^{2}}+2x-1[/latex].

Let’s try [latex]\scriptsize (3x-1)[/latex] and [latex]\scriptsize (x+1)[/latex].

We see that the factors of [latex]\scriptsize (3x-1)[/latex] and [latex]\scriptsize (x+1)[/latex] will give us a middle term of [latex]\scriptsize 2x[/latex] when expanded and a constant term of [latex]\scriptsize -1[/latex]. So these are the correct factors.

Step 4: Write the final answer.

[latex]\scriptsize 3{{x}^{2}}+2x-1=(3x-1)(x+1)[/latex].

Exercise 2.4

Factorise by trial and error:

  1. [latex]\scriptsize {{x}^{2}}+7x-8[/latex]
  2. [latex]\scriptsize 2{{x}^{2}}+4x-6[/latex]
  3. [latex]\scriptsize 2{{y}^{2}}+5y-3[/latex]

The full solutions are at the end of the unit.

Factorising quadratic trinomials by grouping

The method of factorising a quadratic trinomial by trial and error can take a while to master. Now, we will look at an alternative method to factorise trinomials. You may choose whichever method you find the easiest to use to factorise quadratic trinomials.

Example 2.4

Factorise: [latex]\scriptsize 2{{x}^{2}}+x-6[/latex]

Solution

Step 1: Write down the values of [latex]\scriptsize a,b[/latex] and [latex]\scriptsize c[/latex].

[latex]\scriptsize a=2,\text{ }b=1,\text{ }c=-6[/latex]

Step 2: Determine [latex]\scriptsize a\cdot c[/latex] and list the factors of [latex]\scriptsize a\cdot c[/latex]. In this case [latex]\scriptsize ac=-12[/latex].

Factors of [latex]\scriptsize -12[/latex]
[latex]\scriptsize 1,-12[/latex]
[latex]\scriptsize -12,1[/latex]
[latex]\scriptsize 2,-6[/latex]
[latex]\scriptsize -6,2[/latex]
[latex]\scriptsize 3,-4[/latex]
[latex]\scriptsize -3,4[/latex]

Step 3: Find [latex]\scriptsize p,q[/latex] a pair of factors of [latex]\scriptsize ac[/latex] with a sum of [latex]\scriptsize b[/latex].

Factors of [latex]\scriptsize -12[/latex] Sum of factors
[latex]\scriptsize 1,-12[/latex] [latex]\scriptsize 1-12=-11[/latex]
[latex]\scriptsize -1,12[/latex] [latex]\scriptsize +11[/latex]
[latex]\scriptsize 2,-6[/latex] [latex]\scriptsize -4[/latex]
[latex]\scriptsize -2,6[/latex] [latex]\scriptsize +4[/latex]
[latex]\scriptsize 3,-4[/latex] [latex]\scriptsize -1[/latex]
[latex]\scriptsize -3,4[/latex] [latex]\scriptsize +1[/latex]

For [latex]\scriptsize b=1[/latex], [latex]\scriptsize p=-3[/latex] and [latex]\scriptsize q=4[/latex].

Step 4: Rewrite the original expression as [latex]\scriptsize a{{x}^{2}}+px+qx+c[/latex] and factorise by grouping in pairs.

[latex]\scriptsize \begin{array}{l}2{{x}^{2}}-3x+4x-6=(2{{x}^{2}}-3x)+(4x-6)\\=x(2x-3)+2(2x-3)\\=(2x-3)(x+2)\end{array}[/latex]

Step 5: Write the final answer.

[latex]\scriptsize 2{{x}^{2}}+x-6=(2x-3)(x+2)[/latex]

Note: You can check your answer by multiplying the brackets.

Check your understanding of this method by trying the exercise below.

Exercise 2.5

Factorise the following by using the method of grouping:

  1. [latex]\scriptsize {{x}^{2}}-7x+6[/latex]
  2. [latex]\scriptsize 2{{x}^{2}}+9x+9[/latex]
  3. [latex]\scriptsize 5{{x}^{2}}+7x-6[/latex]

The full solutions are at the end of the unit.

Summary

In this unit you have learnt the following:

  • How to find the highest common factor of a polynomial.
  • How to find the factors of a polynomial by grouping in pairs.
  • How to factorise a difference of two squares.
  • How to factorise a quadratic trinomial in two different ways.

Assessment

Suggested time to complete: 30 minutes

  1. Factorise the following fully:
    1. [latex]\scriptsize {{q}^{2}}y-2{{q}^{3}}y[/latex]
    2. [latex]\scriptsize 6{{x}^{2}}yz+78{{x}^{2}}{{y}^{2}}z-36{{x}^{2}}y{{z}^{2}}[/latex]
    3. [latex]\scriptsize 3x-6y-3xy+6{{y}^{2}}[/latex]
    4. [latex]\scriptsize {{x}^{3}}-3x-4{{x}^{2}}+12[/latex]
    5. [latex]\scriptsize {{a}^{4}}-1[/latex]
    6. [latex]\scriptsize {{(x+y)}^{2}}-16{{y}^{2}}[/latex]
    7. [latex]\scriptsize 2{{y}^{2}}-y-21[/latex]
    8. [latex]\scriptsize 6{{x}^{2}}+xy-12{{y}^{2}}[/latex]
    9. [latex]\scriptsize 2{{m}^{2}}-40m+200[/latex]
  2. A school is creating a pitch in the centre of the school grounds. The school ground is a square with side length [latex]\scriptsize 20\text{ m}[/latex] as shown below. The pitch will be a square plot with an area of [latex]\scriptsize {{x}^{2}}-6x+9\text{ }{{\text{m}}^{2}}[/latex].

    Find the length of the pitch by factorising.

The full solutions are at the end of the unit.

Unit 2: Solutions

Exercise 2.1

  1. .
    [latex]\scriptsize \begin{array}{l}-a{{x}^{2}}+bx+{{x}^{3}}&=x(-ax+b+{{x}^{2}})\text{ We can write with descending powers of }x.\\&=x({{x}^{2}}-ax+b)\end{array}[/latex]
  2. [latex]\scriptsize a-b=(a-b)[/latex]
  3. [latex]\scriptsize -a+b=-1(a-b)[/latex]
    [latex]\scriptsize \begin{array}{l}\left( {a-b} \right)x-a+b&=\left( {a-b} \right)x-1(a-b)\\&=(a-b)(x-1)\end{array}[/latex]
  4. .
    [latex]\scriptsize \begin{array}{l}-12a+24{{a}^{2}}-3&=3(-4a+8{{a}^{2}}-1)\\&=3(8{{a}^{2}}-4a-1)\end{array}[/latex]

Back to Exercise 2.1

Exercise 2.2

  1. .
    [latex]\scriptsize \begin{array}{l}{{x}^{2}}-6x+5x-30&=x(x-6)+5(x-6)\\&=(x-6)(x+5)\end{array}[/latex]
  2. .
    [latex]\scriptsize \begin{array}{l}6t-15s+2yt-5ys&=3(2t-5s)+y(2t-5s)\\&=(2t-5s)(3+y)\end{array}[/latex]
  3. .
    [latex]\scriptsize \begin{array}{l}ab-{{a}^{2}}-a+b&=a(b-a)+1(b-a)\\&=(b-a)(a+1)\end{array}[/latex]
    .
    OR
    .
    [latex]\scriptsize \begin{array}{l}ab-{{a}^{2}}-a+b&=-{{a}^{2}}-a+ab+b\\&=-a(a+1)+b(a+1)\\&=(a+1)(b-a)\end{array}[/latex]
  4. Here we need to group three sets of binomial together to find a common bracket.
    [latex]\scriptsize \begin{array}{l}3ax+bx-3ay-by-9a-3b&=(3ax+bx)+(-3ay-by)+(-9a-3b)\\&=x(3a+b)-y(3a+b)-3(3a+b)\\&=(a+b)(x-y-3)\end{array}[/latex]

Back to Exercise 2.2

Exercise 2.3

  1. [latex]\scriptsize 1-{{x}^{2}}=(1-x)(1+x)[/latex]
  2. Remember to always check for the HCF first when factorising.
    [latex]\scriptsize \begin{array}{l}8{{x}^{2}}-18{{y}^{2}}&=2(4{{x}^{2}}-9{{y}^{2}})\\&=2(2x-3y)(2x+3y)\end{array}[/latex]
  3. We can rearrange [latex]\scriptsize -36+{{t}^{2}}[/latex] as [latex]\scriptsize {{t}^{2}}-36[/latex].
    [latex]\scriptsize {{t}^{2}}-36=(t-6)(t+6)[/latex]
  4. Take out the common factor[latex]\scriptsize ({{a}^{2}}-9)[/latex].
    [latex]\scriptsize ({{a}^{2}}-9)(2a-7)[/latex]
    You must go one step further and fully factorise the expression. Factorise the difference of squares in the first bracket.
    [latex]\scriptsize ({{a}^{2}}-9)(2a-7)=(a+3)(a-3)(2a-7)[/latex]

Back to Exercise 2.3

Exercise 2.4

  1. [latex]\scriptsize {{x}^{2}}+7x-8=(x+8)(x-1)[/latex]
  2. Take out the HCF before factorising the trinomial.
    [latex]\scriptsize \begin{array}{l}2{{x}^{2}}+4x-6&=2({{x}^{2}}+2x-3)\\&=2(x+3)(x-1)\end{array}[/latex]
  3. [latex]\scriptsize 2{{y}^{2}}+5y-3=(2y-1)(y+3)[/latex]

Back to Exercise 2.4

Exercise 2.5

  1. .
    [latex]\scriptsize \begin{array}{l}a=1,b=-7,c=6\\ac=6\end{array}[/latex]
    Factors of [latex]\scriptsize 6[/latex] Sum of factors
    [latex]\scriptsize 1,6[/latex] [latex]\scriptsize 7[/latex]
    [latex]\scriptsize -1,-6[/latex] [latex]\scriptsize -7[/latex]
    [latex]\scriptsize 2,3[/latex] [latex]\scriptsize 5[/latex]
    [latex]\scriptsize -2,-3[/latex] [latex]\scriptsize -5[/latex]

    [latex]\scriptsize p=-1,q=-6[/latex]
    [latex]\scriptsize \begin{array}{l}{{x}^{2}}-7x+6&={{x}^{2}}-x-6x+6\\&=x(x-1)-6(x-1)\\&=(x-1)(x-6)\end{array}[/latex]

  2. .
    [latex]\scriptsize \begin{array}{l}2{{x}^{2}}+9x+9&=2{{x}^{2}}+6x+3x+9\\&=2x(x+3)+3(x+3)\\&=(2x+3)(x+3)\end{array}[/latex]
  3. .
    [latex]\scriptsize \begin{array}{l}5{{x}^{2}}+7x-6&=5{{x}^{2}}-3x+10x-6\\&=x(5x-3)+2(5x-3)\\&=(5x-3)(x+2)\end{array}[/latex]

Back to Exercise 2.5

Unit 2: Assessment

  1. .
    1. [latex]\scriptsize {{q}^{2}}y-2{{q}^{3}}y={{q}^{2}}y(1-2q)[/latex]
    2. [latex]\scriptsize 6{{x}^{2}}yz+78{{x}^{2}}{{y}^{2}}z-36{{x}^{2}}y{{z}^{2}}=6{{x}^{2}}yz(1+13y-6z)[/latex]
    3. .
      [latex]\scriptsize \begin{array}{l}3x-6y-3xy+6{{y}^{2}}&=3(x-xy-2y+2{{y}^{2}})\\&=3\left[ {x(1-y)-2y(1-y)} \right]\\&=3(1-y)(x-2y)\end{array}[/latex]
    4. .
      [latex]\scriptsize \begin{array}{l}{{x}^{3}}-3x-4{{x}^{2}}+12&=x({{x}^{2}}-3)-4({{x}^{2}}-3)\\&=({{x}^{2}}-3)(x-4)\end{array}[/latex]
    5. .
      [latex]\scriptsize \begin{array}{l}{{a}^{4}}-1&=({{a}^{2}}-1)({{a}^{2}}+1)\\&=(a-1)(a+1)({{a}^{2}}+1)\end{array}[/latex]
    6. .
      [latex]\scriptsize \begin{array}{l}{{(x+y)}^{2}}-16{{y}^{2}}&=\left( {\sqrt{{{{{(x+y)}}^{2}}}}-\sqrt{{16{{y}^{2}}}}} \right)\left( {\sqrt{{{{{(x+y)}}^{2}}}}+\sqrt{{16{{y}^{2}}}}} \right)\\&=(x+y-4y)(x+y+4y)\\&=(x-3y)(x+5y)\end{array}[/latex]
    7. [latex]\scriptsize 2{{y}^{2}}-y-21=(2y-7)(y+3)[/latex]
    8. [latex]\scriptsize 6{{x}^{2}}+xy-12{{y}^{2}}=(2x+3y)(3x-4y)[/latex]
    9. .
      [latex]\scriptsize \begin{array}{l}2{{m}^{2}}-40m+200&=2({{m}^{2}}-20m+100)\\&=2(m-10)(m-10)\end{array}[/latex]
  2. The pitch is a square therefore its lengths are equal.
    [latex]\scriptsize \begin{array}{l}\text{A=}l\times l\\{{l}^{2}}&={{x}^{2}}-6x+9\\&=(x-3)(x-3)\\&={{(x-3)}^{2}}\\\therefore l&=x-3\end{array}[/latex]

Back to Unit 2: Assessment

 

Media Attributions

License

Icon for the Creative Commons Attribution 4.0 International License

National Curriculum (Vocational) Mathematics Level 2 by Natashia Bearam-Edmunds is licensed under a Creative Commons Attribution 4.0 International License, except where otherwise noted.

Share This Book