Topic 02 | Number & Algebra

Algebraic techniques

Year 10 core: factorising common factors, exponent laws for products and quotients, algebraic fractions, expanding binomials, factorising quadratics, and rearranging formulas.

80-100 min Printable practice Answer key Challenge included
How to use this page

Read the explanation, work through the examples, then complete the core practice before printing.

Study progress: Not started

What you will learn

Worked example 0 Real-world example: rearranging a physics formula

The kinetic energy formula is E=12mv2E = \dfrac{1}{2}mv^2. A vehicle of mass 12001200 kg has kinetic energy 48 00048\,000 J. Find its speed.

  1. Rearrange for vv: multiply both sides by 22: 2E=mv22E = mv^2.
  2. Divide by mm: v2=2Emv^2 = \dfrac{2E}{m}.
  3. Take the square root: v=2Emv = \sqrt{\dfrac{2E}{m}}.
  4. Substitute: v=2×48 0001200=80=45≈8.94v = \sqrt{\dfrac{2 \times 48\,000}{1200}} = \sqrt{80} = 4\sqrt{5} \approx 8.94 m/s.

Key idea: rearranging before substituting keeps the algebra clean and avoids rounding errors.

1. Factorising by common algebraic factors

To factorise, find the highest common factor (HCF) of all terms — including both numerical and algebraic parts — and write it out the front.

Formula reference

ab+ac=a(b+c)ab + ac = a(b + c)
Worked example 1 Taking out a common factor

Factorise 6x3y−9x2y2+3xy6x^3y - 9x^2y^2 + 3xy.

  1. Numerical HCF: gcd⁡(6,9,3)=3\gcd(6, 9, 3) = 3.
  2. Variable HCF: xx (lowest power) and yy (lowest power) =xy= xy.
  3. HCF =3xy= 3xy. Divide each term: 6x3y3xy=2x2\dfrac{6x^3y}{3xy} = 2x^2, −9x2y23xy=−3xy\dfrac{-9x^2y^2}{3xy} = -3xy, 3xy3xy=1\dfrac{3xy}{3xy} = 1.
  4. Result: 3xy(2x2−3xy+1)3xy(2x^2 - 3xy + 1).

2. Exponent laws for products and quotients

Formula reference

am×an=am+naman=am−n(am)n=amna^m \times a^n = a^{m+n} \qquad \frac{a^m}{a^n} = a^{m-n} \qquad (a^m)^n = a^{mn}(ab)n=anbn(ab)n=anbna0=1  (a≠0)(ab)^n = a^n b^n \qquad \left(\frac{a}{b}\right)^n = \frac{a^n}{b^n} \qquad a^0 = 1 \;(a \neq 0)
Worked example 2 Simplifying with exponent laws

Simplify 12a5b34a2b7\dfrac{12a^5 b^3}{4a^2 b^7}.

  1. Coefficients: 124=3\dfrac{12}{4} = 3.
  2. aa terms: a5−2=a3a^{5-2} = a^3.
  3. bb terms: b3−7=b−4=1b4b^{3-7} = b^{-4} = \dfrac{1}{b^4}.
  4. Result: 3a3b4\dfrac{3a^3}{b^4}.
Worked example 3 Simplifying a product of powers

Simplify (2x3)4×3x−2(2x^3)^4 \times 3x^{-2}.

  1. (2x3)4=24⋅x12=16x12(2x^3)^4 = 2^4 \cdot x^{12} = 16x^{12}.
  2. 16x12×3x−2=48x1016x^{12} \times 3x^{-2} = 48x^{10}.

3. Algebraic fractions

Algebraic fractions follow the same rules as numerical fractions. Always factorise first to identify common factors that cancel.

Worked example 4 Adding algebraic fractions

Simplify 3x+1+2x−3\dfrac{3}{x+1} + \dfrac{2}{x-3}.

  1. LCD =(x+1)(x−3)= (x+1)(x-3).
  2. 3(x−3)(x+1)(x−3)+2(x+1)(x+1)(x−3)\dfrac{3(x-3)}{(x+1)(x-3)} + \dfrac{2(x+1)}{(x+1)(x-3)}.
  3. Numerator: 3(x−3)+2(x+1)=3x−9+2x+2=5x−73(x-3) + 2(x+1) = 3x - 9 + 2x + 2 = 5x - 7.
  4. Result: 5x−7(x+1)(x−3)\dfrac{5x - 7}{(x+1)(x-3)}.
Worked example 5 Simplifying a quotient of algebraic fractions

Simplify x2−9x+2÷x−3x2+2x\dfrac{x^2 - 9}{x + 2} \div \dfrac{x - 3}{x^2 + 2x}.

  1. Factorise: x2−9=(x−3)(x+3)x^2 - 9 = (x-3)(x+3) and x2+2x=x(x+2)x^2 + 2x = x(x+2).
  2. Flip and multiply: (x−3)(x+3)x+2×x(x+2)x−3\dfrac{(x-3)(x+3)}{x+2} \times \dfrac{x(x+2)}{x-3}.
  3. Cancel (x−3)(x-3) and (x+2)(x+2): x(x+3)x(x+3) or x2+3xx^2 + 3x.

4. Expanding binomials and factorising quadratics

Formula reference

(a+b)2=a2+2ab+b2(a−b)2=a2−2ab+b2(a + b)^2 = a^2 + 2ab + b^2 \qquad (a - b)^2 = a^2 - 2ab + b^2a2−b2=(a−b)(a+b)(difference of two squares)a^2 - b^2 = (a - b)(a + b) \qquad \text{(difference of two squares)}
Worked example 6 Expanding a binomial product

Expand and simplify (3x−2)(x+5)(3x - 2)(x + 5).

  1. 3x⋅x+3x⋅5+(−2)⋅x+(−2)⋅53x \cdot x + 3x \cdot 5 + (-2) \cdot x + (-2) \cdot 5.
  2. =3x2+15x−2x−10= 3x^2 + 15x - 2x - 10.
  3. =3x2+13x−10= 3x^2 + 13x - 10.
Worked example 7 Factorising using difference of two squares

Factorise 4x2−254x^2 - 25.

  1. Recognise: 4x2=(2x)24x^2 = (2x)^2 and 25=5225 = 5^2.
  2. Apply a2−b2=(a−b)(a+b)a^2 - b^2 = (a-b)(a+b): (2x−5)(2x+5)(2x - 5)(2x + 5).
Worked example 8 Factorising by grouping

Factorise x2+5x+2x+10x^2 + 5x + 2x + 10.

  1. Group: (x2+5x)+(2x+10)(x^2 + 5x) + (2x + 10).
  2. Factor each group: x(x+5)+2(x+5)x(x + 5) + 2(x + 5).
  3. Common binomial factor: (x+5)(x+2)(x + 5)(x + 2).
Worked example 9 Factorising a non-monic quadratic

Factorise 6x2+11x−106x^2 + 11x - 10.

  1. Product =6×(−10)=−60= 6 \times (-10) = -60. Find two numbers that multiply to −60-60 and add to 1111: 1515 and −4-4.
  2. Split: 6x2+15x−4x−106x^2 + 15x - 4x - 10.
  3. Group: 3x(2x+5)−2(2x+5)3x(2x + 5) - 2(2x + 5).
  4. Result: (2x+5)(3x−2)(2x + 5)(3x - 2).
Worked example 10 Completing the square

Write x2+8x+3x^2 + 8x + 3 in the form (x+p)2+q(x + p)^2 + q.

  1. Half the coefficient of xx: p=82=4p = \dfrac{8}{2} = 4.
  2. (x+4)2=x2+8x+16(x + 4)^2 = x^2 + 8x + 16.
  3. Adjust: x2+8x+3=(x+4)2−16+3=(x+4)2−13x^2 + 8x + 3 = (x + 4)^2 - 16 + 3 = (x + 4)^2 - 13.

5. Substitution and rearranging formulas

To rearrange a formula, use inverse operations to isolate the desired variable — treat every other letter as if it were a number.

Worked example 11 Rearranging a formula

Make rr the subject of V=43πr3V = \dfrac{4}{3}\pi r^3.

  1. Multiply both sides by 33: 3V=4πr33V = 4\pi r^3.
  2. Divide by 4π4\pi: r3=3V4πr^3 = \dfrac{3V}{4\pi}.
  3. Cube root: r=3V4π3r = \sqrt[3]{\dfrac{3V}{4\pi}}.
Worked example 12 Substituting into a rearranged formula

The formula for the area of a trapezium is A=12(a+b)hA = \dfrac{1}{2}(a + b)h. Find bb when A=30A = 30, a=4a = 4 and h=5h = 5.

  1. Rearrange: 2A=(a+b)h2A = (a + b)h, so a+b=2Aha + b = \dfrac{2A}{h}, hence b=2Ah−ab = \dfrac{2A}{h} - a.
  2. Substitute: b=2×305−4=12−4=8b = \dfrac{2 \times 30}{5} - 4 = 12 - 4 = 8.

Practice

Fluency

Tier 1: core skills

    1. Factorise 8x2−12x8x^2 - 12x.
    2. Factorise 5a2b+10ab2−15ab5a^2b + 10ab^2 - 15ab.
    3. Simplify 18x4y26x2y5\dfrac{18x^4 y^2}{6x^2 y^5}.
    4. Simplify (3a2)3×2a−4(3a^2)^3 \times 2a^{-4}.
    5. Expand (x+4)(x−7)(x + 4)(x - 7).
    6. Expand (2x−3)2(2x - 3)^2.
    7. Factorise x2−49x^2 - 49.
    8. Factorise x2+3x−18x^2 + 3x - 18.
    9. Simplify 4x+32x\dfrac{4}{x} + \dfrac{3}{2x}.
    10. Make tt the subject of s=ut+12at2s = ut + \dfrac{1}{2}at^2 when u=0u = 0.
Reasoning

Tier 2: multi-step problems

    1. Factorise 3x2+10x−83x^2 + 10x - 8 using grouping.
    2. Write x2−6x+1x^2 - 6x + 1 in the form (x−p)2+q(x - p)^2 + q.
    3. Simplify x2−4x2+5x+6\dfrac{x^2 - 4}{x^2 + 5x + 6}.
    4. Simplify 2x−1−3x+2\dfrac{2}{x - 1} - \dfrac{3}{x + 2}.
    5. Make vv the subject of E=12mv2E = \dfrac{1}{2}mv^2.
    6. Make xx the subject of y=3x+1x−2y = \dfrac{3x + 1}{x - 2}.
    7. Simplify x2+6x+9x2−9\dfrac{x^2 + 6x + 9}{x^2 - 9}.
    8. Factorise 2x2−182x^2 - 18 completely.
Reasoning

Tier 3: explain and extend

    1. Explain why x2+4x^2 + 4 cannot be factorised over the real numbers but x2−4x^2 - 4 can.
    2. By completing the square, show that x2+6x+11>0x^2 + 6x + 11 > 0 for all real xx.
    3. Simplify 1x+1+1x+2+1x+3\dfrac{1}{x+1} + \dfrac{1}{x+2} + \dfrac{1}{x+3} as a single fraction.
    4. The surface area of a cylinder is S=2πr2+2πrhS = 2\pi r^2 + 2\pi rh. Factorise the right-hand side, then rearrange for hh.
    5. Factorise x4−16x^4 - 16 completely.

Challenge

Reasoning

Harder reasoning

    1. Factorise 6x2−7xy−3y26x^2 - 7xy - 3y^2 and verify by expanding.
    2. If a+1a=5a + \dfrac{1}{a} = 5, find the value of a2+1a2a^2 + \dfrac{1}{a^2}.
    3. Show that 1n−1n+1=1n(n+1)\dfrac{1}{n} - \dfrac{1}{n+1} = \dfrac{1}{n(n+1)} and hence find 11×2+12×3+13×4+⋯+199×100\dfrac{1}{1 \times 2} + \dfrac{1}{2 \times 3} + \dfrac{1}{3 \times 4} + \cdots + \dfrac{1}{99 \times 100}.
    4. A rectangle has area x2+7x+10x^2 + 7x + 10 and length x+5x + 5. Find the width, perimeter (in terms of xx), and the value of xx if the perimeter is 2626.
Answers

Answer key

Attempt the practice first. When you're ready to check, expand the answers below.

Show the full answer key

Year 10 core - answers

Fluency

Tier 1: core skills

    1. 4x(2x−3)4x(2x - 3).
    2. 5ab(a+2b−3)5ab(a + 2b - 3).
    3. 3x2y3\dfrac{3x^2}{y^3}.
    4. (3a2)3=27a6(3a^2)^3 = 27a^6. Then 27a6×2a−4=54a227a^6 \times 2a^{-4} = 54a^2.
    5. x2−3x−28x^2 - 3x - 28.
    6. 4x2−12x+94x^2 - 12x + 9.
    7. (x−7)(x+7)(x - 7)(x + 7).
    8. (x+6)(x−3)(x + 6)(x - 3).
    9. LCD =2x= 2x: 82x+32x=112x\dfrac{8}{2x} + \dfrac{3}{2x} = \dfrac{11}{2x}.
    10. When u=0u = 0: s=12at2s = \dfrac{1}{2}at^2, so t2=2sat^2 = \dfrac{2s}{a}, t=2sat = \sqrt{\dfrac{2s}{a}} (taking the positive root).
Reasoning

Tier 2: multi-step problems

    1. Product =3×(−8)=−24= 3 \times (-8) = -24. Numbers: 1212 and −2-2. Split: 3x2+12x−2x−8=3x(x+4)−2(x+4)=(x+4)(3x−2)3x^2 + 12x - 2x - 8 = 3x(x + 4) - 2(x + 4) = (x + 4)(3x - 2).
    2. x2−6x+1=(x−3)2−9+1=(x−3)2−8x^2 - 6x + 1 = (x - 3)^2 - 9 + 1 = (x - 3)^2 - 8.
    3. (x−2)(x+2)(x+2)(x+3)=x−2x+3\dfrac{(x-2)(x+2)}{(x+2)(x+3)} = \dfrac{x - 2}{x + 3} (for x≠−2x \neq -2).
    4. LCD =(x−1)(x+2)= (x-1)(x+2): 2(x+2)−3(x−1)(x−1)(x+2)=2x+4−3x+3(x−1)(x+2)=−x+7(x−1)(x+2)\dfrac{2(x+2) - 3(x-1)}{(x-1)(x+2)} = \dfrac{2x + 4 - 3x + 3}{(x-1)(x+2)} = \dfrac{-x + 7}{(x-1)(x+2)}.
    5. 2E=mv22E = mv^2, v2=2Emv^2 = \dfrac{2E}{m}, v=2Emv = \sqrt{\dfrac{2E}{m}}.
    6. y(x−2)=3x+1y(x - 2) = 3x + 1, xy−2y=3x+1xy - 2y = 3x + 1, xy−3x=2y+1xy - 3x = 2y + 1, x(y−3)=2y+1x(y - 3) = 2y + 1, x=2y+1y−3x = \dfrac{2y + 1}{y - 3}.
    7. (x+3)2(x−3)(x+3)=x+3x−3\dfrac{(x+3)^2}{(x-3)(x+3)} = \dfrac{x + 3}{x - 3} (for x≠−3x \neq -3).
    8. 2(x2−9)=2(x−3)(x+3)2(x^2 - 9) = 2(x - 3)(x + 3).
Reasoning

Tier 3: explain and extend

    1. x2−4=(x−2)(x+2)x^2 - 4 = (x-2)(x+2) uses the difference of two squares. For x2+4x^2 + 4, there are no real numbers a,ba, b with a2−b2=x2+4a^2 - b^2 = x^2 + 4 in the required form. Since x2≥0x^2 \geq 0, x2+4≥4>0x^2 + 4 \geq 4 > 0, so it never equals zero and cannot be split into real linear factors.
    2. x2+6x+11=(x+3)2−9+11=(x+3)2+2x^2 + 6x + 11 = (x + 3)^2 - 9 + 11 = (x + 3)^2 + 2. Since (x+3)2≥0(x+3)^2 \geq 0, the expression ≥2>0\geq 2 > 0 for all real xx.
    3. LCD =(x+1)(x+2)(x+3)= (x+1)(x+2)(x+3). Numerator: (x+2)(x+3)+(x+1)(x+3)+(x+1)(x+2)(x+2)(x+3) + (x+1)(x+3) + (x+1)(x+2) =(x2+5x+6)+(x2+4x+3)+(x2+3x+2)= (x^2 + 5x + 6) + (x^2 + 4x + 3) + (x^2 + 3x + 2) =3x2+12x+11= 3x^2 + 12x + 11. Result: 3x2+12x+11(x+1)(x+2)(x+3)\dfrac{3x^2 + 12x + 11}{(x+1)(x+2)(x+3)}.
    4. S=2πr(r+h)S = 2\pi r(r + h). Rearranging: r+h=S2πrr + h = \dfrac{S}{2\pi r}, so h=S2πr−r=S−2πr22πrh = \dfrac{S}{2\pi r} - r = \dfrac{S - 2\pi r^2}{2\pi r}.
    5. x4−16=(x2−4)(x2+4)=(x−2)(x+2)(x2+4)x^4 - 16 = (x^2 - 4)(x^2 + 4) = (x - 2)(x + 2)(x^2 + 4).
Reasoning

Challenge

    1. Product =6×(−3)=−18= 6 \times (-3) = -18. Numbers: −9-9 and 22. Split: 6x2−9xy+2xy−3y2=3x(2x−3y)+y(2x−3y)=(2x−3y)(3x+y)6x^2 - 9xy + 2xy - 3y^2 = 3x(2x - 3y) + y(2x - 3y) = (2x - 3y)(3x + y). Check: (2x−3y)(3x+y)=6x2+2xy−9xy−3y2=6x2−7xy−3y2(2x - 3y)(3x + y) = 6x^2 + 2xy - 9xy - 3y^2 = 6x^2 - 7xy - 3y^2. Correct.
    2. (a+1a)2=a2+2+1a2\left(a + \dfrac{1}{a}\right)^2 = a^2 + 2 + \dfrac{1}{a^2}. So 25=a2+2+1a225 = a^2 + 2 + \dfrac{1}{a^2}, hence a2+1a2=23a^2 + \dfrac{1}{a^2} = 23.
    3. 1n−1n+1=(n+1)−nn(n+1)=1n(n+1)\dfrac{1}{n} - \dfrac{1}{n+1} = \dfrac{(n+1) - n}{n(n+1)} = \dfrac{1}{n(n+1)}. The sum telescopes: (11−12)+(12−13)+⋯+(199−1100)=1−1100=99100\left(\dfrac{1}{1} - \dfrac{1}{2}\right) + \left(\dfrac{1}{2} - \dfrac{1}{3}\right) + \cdots + \left(\dfrac{1}{99} - \dfrac{1}{100}\right) = 1 - \dfrac{1}{100} = \dfrac{99}{100}.
    4. Width =x2+7x+10x+5=(x+5)(x+2)x+5=x+2= \dfrac{x^2 + 7x + 10}{x + 5} = \dfrac{(x+5)(x+2)}{x+5} = x + 2. Perimeter =2(x+5+x+2)=2(2x+7)=4x+14= 2(x + 5 + x + 2) = 2(2x + 7) = 4x + 14. If perimeter =26= 26: 4x+14=264x + 14 = 26, x=3x = 3.

Prefer paper? Print the answer key as a separate booklet: open print view ->