Revision notes
How to simplify an algebraic fraction by factorisation
$ \frac{x^2 + 3x}{x + 3} = \phantom{.} $ $ x $
Solutions
\begin{align*}
\require{cancel}
\frac{x^2 + 3x}{x + 3} & = \frac{x(x + 3)}{x + 3} \\
& = \frac{x\cancel{(x + 3)}}{\cancel{x + 3}} \qquad [x + 3 \text{ is a common factor}] \\
& = {x \over 1} \\
& = x
\end{align*}
Common mistake - Canceling before factorising:
\begin{align*}
\require{cancel}
\frac{x^2 + 3x}{x + 3} & \ne \frac{x^2 + \cancel{3}x}{x + \cancel{3}}
\qquad [\text{Cannot cancel } 3 \text{ since it is not a common factor}] \\
& = {x^2 + x \over x} \\
& = {\cancel{x}(x + 1) \over \cancel{x}} \\
& = {x + 1 \over 1} \\
& = x + 1
\end{align*}
How to add or subtract algebraic fractions with different denominators
Denominators with one term
$ \frac{1}{2} + \frac{1}{3x} - \frac{1}{4x} = \phantom{.} $ $ {6x + 1 \over 12x} $
Solutions
The lowest common denominator of $2$, $3x$ and $4x$ is $12x$:
\begin{align*}
\frac{1}{2} + \frac{1}{3x} - \frac{1}{4x} & = \frac{1 \times 6x}{2 \times 6x} + \frac{1 \times 4}{3x \times 4}
- \frac{1 \times 3}{4x \times 3} \\
& = {6x \over 12x} + {4 \over 12x} - {3 \over 12x} \\
& = {6x + 1 \over 12x} \qquad \qquad [\text{No common factor so cannot simplify anymore!}]
\end{align*}
Alternative method using $2 \times 3x \times 4x = 24x^2$ as the common denominator (this method works, but it is usually longer.):
\begin{align*}
\frac{1}{2} + \frac{1}{3x} - \frac{1}{4x} & = \frac{1 \times 3x \times 4x}{2 \times 3x \times 4x}
+ \frac{1 \times 2 \times 4x}{3x \times 2 \times 4x} - \frac{1 \times 2 \times 3x}{4x \times 2 \times 3x} \\
& = \frac{12x^2}{24x^2} + \frac{8x}{24x^2} - \frac{6x}{24x^2} \\
& = \frac{12x^2 + 8x - 6x}{24x^2} \\
& = \frac{12x^2 + 2x}{24x^2} \\
& = \frac{2x(6x + 1)}{24x^2} \\
& = \frac{6x + 1}{12x}
\end{align*}
Denominators with two terms
$ \frac{2}{x - 1} - \frac{3}{2x + 1} = \phantom{.} $ $ {x + 5 \over (x - 1)(2x + 1)} $
Solutions
The common denominator is $(x - 1)(2x + 1)$.
\begin{align*}
\frac{2}{x - 1} - \frac{3}{2x + 1} & = {2(2x + 1) \over (x - 1)(2x + 1)} - {3(x - 1) \over (x - 1)(2x + 1)} \\
& = {2(2x + 1) - 3(x - 1) \over (x - 1)(2x + 1)} \\
& = {4x + 2 - 3x + 3 \over (x - 1)(2x + 1)} \\
& = {x + 5 \over (x - 1)(2x + 1)}
\end{align*}
How to multiply or divide algebraic fractions
Multiply algebraic fractions
$ \frac{3x}{4y} \times \frac{8y}{9x^2} = \phantom{.} $ $ \frac{2}{3x} $
Solutions
When multiplying algebraic fractions, multiply the numerators together and multiply the denominators together:
\begin{align*}
\frac{3x}{4y} \times \frac{8y}{9x^2}
&= \frac{3x \times 8y}{4y \times 9x^2} \\
&= \frac{24xy}{36x^2y} \\
&= \frac{2}{3x}
\end{align*}
Divide algebraic fractions
$ \frac{x + 2}{x - 1} \div \frac{x + 2}{2x + 1} = \phantom{.} $ $ \frac{2x + 1}{x - 1} $
Solutions
Change division to multiplication by the reciprocal:
\begin{align*}
\require{cancel}
\frac{x + 2}{x - 1} \div \frac{x + 2}{2x + 1}
& = \frac{x + 2}{x - 1} \times \frac{2x + 1}{x + 2} \\
& = \frac{(x + 2)(2x + 1)}{(x - 1)(x + 2)} \\
& = \frac{\cancel{(x + 2)}(2x+1)}{(x - 1)\cancel{(x + 2)}} \\
& = \frac{2x + 1}{x - 1}
\end{align*}
How to tell the difference between an algebraic fraction expression and a fractional equation
Be careful! These two questions look similar, but they are asking for different things.
$$ \frac{x}{2} \times \frac{2x + 1}{3} $$
This is an expression. We only need to simplify it.
$$ \frac{x}{2} = \frac{2x + 1}{3} $$
This is a fractional equation because there is an equals sign. We need to solve for $x$.
Multiplying algebraic fractions
$ \frac{x}{2} \times \frac{2x + 1}{3} = \phantom{.} $ $ \frac{2x^2 + x}{6} $
Solutions
Since there is no equals sign, we are not solving for $x$. We are simplifying the expression.
\begin{align*}
\frac{x}{2} \times \frac{2x + 1}{3}
&= \frac{x(2x + 1)}{2 \times 3} \\
&= \frac{2x^2 + x}{6}
\end{align*}
Solving a fractional equation
Solve $ \frac{x}{2} = \frac{2x + 1}{3} $.
Answer: $ x = -2 $
Solutions
Solve by cross-multiplication:
\begin{align*}
\frac{x}{2} &= \frac{2x + 1}{3} \\
3x &= 2(2x + 1) \\
3x &= 4x + 2 \\
3x - 4x &= 2 \\
-x &= 2 \\
x &= -2
\end{align*}
Solve by making denominator the same on both sides:
\begin{align*}
\frac{x}{2} &= \frac{2x + 1}{3} \\
\frac{x \times 3}{2 \times 3} & = \frac{ (2x + 1) \times 2 }{3 \times 2} \\
\frac{3x}{6} & = \frac{4x + 2}{6} \\
\implies 3x & = 4x + 2 \\
3x - 4x & = 2 \\
-x & = 2 \\
x & = -2
\end{align*}
Practice questions
Factorise −1 from a reversed denominator, then add or subtract algebraic fractions
Factorise -1 to make denominator the same, then add:
\begin{align*}
{1 \over x - 1} - {1 \over 1 - x} & = {1 \over x - 1} - {1 \over -(x - 1)} \\
& = {1 \over x - 1} + {1 \over x - 1} \\
& = {2 \over x - 1}
\end{align*}
1. Express $ {x \over (x + 1)(x - 2)} + {1 \over 2 - x} $ as a single fraction.
Answer: $ {-1 \over (x + 1)(x - 2)} $
Solutions
\begin{align*}
{x \over (x + 1)(x - 2)} + {1 \over 2 - x} & = {x \over (x + 1)(x - 2)} + {1 \over -(x - 2)} \\
& = {x \over (x + 1)(x - 2)} - {1 \over x - 2} \times {x + 1 \over x + 1} \\
& = {x \over (x + 1)(x - 2)} - {x + 1 \over (x + 1)(x - 2)} \\
& = {x - (x + 1) \over (x + 1)(x - 2)} \\
& = {x - x - 1 \over (x + 1)(x - 2)} \\
& = {-1 \over (x + 1)(x - 2)}
\end{align*}
Factorise an algebraic fraction completely, then simplify
Recall the four common methods of factorisation:
- Common factor
- Grouping
- Difference of two squares, a2 - b2
- Quadratic expression
2. Simplify the following expressions.
(a) $ \frac{x^2 - 9}{x^2 + 5x + 6} $
Answer: $ \frac{x - 3}{x + 2} $
Solutions
\begin{align*}
\require{cancel}
x^2 - 9 & = (x)^2 - (3)^2 \\
& = \underbrace{(x + 3)(x - 3)}_{a^2 - b^2 = (a + b)(a - b)} \\
\\
x^2 + 5x + 6 & = (x + 2)(x + 3) \\
\\
\frac{x^2 - 9}{x^2 + 5x + 6}
&= \frac{(x + 3)(x - 3)}{(x + 2)(x + 3)} \\
&= \frac{\cancel{(x + 3)}(x - 3)}{(x + 2)\cancel{(x + 3)}} \\
&= \frac{x - 3}{x + 2}
\end{align*}
(b) $ \frac{2xy + 6y + 4x + 12}{4x + 12} $
Answer: $ \frac{y + 2}{2} $
Solutions
\begin{align*}
\require{cancel}
2xy + 6y + 4x + 12 & = 2y(x + 3) + 4(x + 3) \qquad [\text{Grouping method}] \\
& = (2y + 4)(x + 3) \\
& = 2(y + 2)(x + 3) \\
\\
\frac{2xy + 6y + 4x + 12}{4x + 12} & = \frac{2(y + 2)(x + 3)}{4(x + 3)} \\
& = \frac{2(y + 2)\cancel{(x + 3)}}{4\cancel{(x + 3)}} \\
& = \frac{2(y + 2)}{4} \\
& = \frac{y + 2}{2}
\end{align*}
Factorise algebraic fractions completely, then multiply or divide
3. Simplify $ \frac{4x^2 - 9}{2x^2 + 7x + 6} \div (6x - 9) $.
Answer: $ \frac{1}{3(x + 2)} $
Solutions
\begin{align*}
\require{cancel}
4x^2 - 9 & = (2x)^2 - (3)^2 \\
& = \underbrace{(2x + 3)(2x - 3)}_{a^2 - b^2 = (a + b)(a - b)} \\
\\
2x^2 + 7x + 6 & = (x + 2)(2x + 3) \\
\\
\frac{4x^2 - 9}{2x^2 + 7x + 6} \div (6x - 9)
& = \frac{(2x + 3)(2x - 3)}{(x + 2)(2x + 3)} \div \frac{3(2x - 3)}{1} \\
& = \frac{(2x + 3)(2x - 3)}{(x + 2)(2x + 3)} \times \frac{1}{3(2x - 3)} \\
& = \frac{ \cancel{(2x + 3)} \cancel{(2x - 3)} }{3(x + 2) \cancel{(2x + 3)} \cancel{(2x - 3)} } \\
& = \frac{1}{3(x + 2)}
\end{align*}
Factorise the denominators, then add or subtract algebraic fractions
4. Express the following expressions as single fractions in its simplest form.
(a) $ 1 - \frac{1}{1 - x^2} - \frac{1}{1 + x} $
Answer: $ \frac{ - x^2 + x - 1}{(1 + x)(1 - x)} $
Solutions
\begin{align*}
1 - x^2 & = (1)^2 - (x)^2 \\
& = (1 + x)(1 - x) \\
\\
1 - \frac{1}{1 - x^2} - \frac{1}{1 + x}
& = \frac{1}{1} - \frac{1}{(1 + x)(1 - x)} - \frac{1}{1 + x} \\
& = \frac{(1 + x)(1 - x)}{(1 + x)(1 - x)} - \frac{1}{(1 + x)(1 - x)} - \frac{(1 - x)}{(1 + x)(1 - x)} \\
& = \frac{(1 + x)(1 - x) - 1 - (1 - x)}{(1 + x)(1 - x)} \\
& = \frac{1 - x^2 - 1 - 1 + x}{(1 + x)(1 - x)} \\
& = \frac{ - x^2 + x - 1}{(1 + x)(1 - x)}
\end{align*}
(b) $ \frac{3}{3x^2 - 7x - 6} + \frac{1}{3 - x} $
Answer: $ \frac{1 - 3x}{(3x + 2)(x - 3)} $
Solutions
\begin{align*}
3x^2 - 7x - 6 & = (3x + 2)(x - 3) \\
\\
\frac{3}{3x^2 - 7x - 6} + \frac{1}{3 - x} & = \frac{3}{(3x + 2)(x - 3)} + \frac{1}{-(x - 3)} \\
& = \frac{3}{(3x + 2)(x - 3)} - \frac{1}{(x - 3)} \times \frac{3x + 2}{3x + 2} \\
& = \frac{3 - (3x + 2)}{(3x + 2)(x - 3)} \\
& = \frac{3 - 3x - 2}{(3x + 2)(x - 3)} \\
& = \frac{1 - 3x}{(3x + 2)(x - 3)}
\end{align*}
O Level past year questions on algebraic fractions
Fully worked, step-by-step solutions to these past-year questions (2016 to 2025) are in the O Level E Maths Solutions page. For 2015 and earlier, selected questions and their solutions are available to subscribers, linked individually in the table below.
| Year & paper |
Comments |
| 2025 P2 Question 1d |
Subtract two algebraic fractions |
| 2024 P1 Question 5 |
Subtract three fractions |
| 2024 P1 Question 24 |
Simplify algebraic fraction by factorisation (difficult) |
| 2024 P2 Question 1 |
(b) Divide two fractions (d) Add and subtract algebraic fractions (difficult) |
| 2023 P1 Question 11 |
Subtract two algebraic fractions |
| 2023 P1 Question 20 |
Simplify algebraic fraction by factorisation (difficult) |
| 2022 P1 Question 21 |
Subtract two algebraic fractions |
| 2022 P2 Question 1d |
Simplify algebraic fraction by factorisation |
| 2021 P1 Question 5 |
Subtract two fractions |
| 2020 P2 Question 1 |
(c) Subtract two algebraic fractions (e) Simplify algebraic fraction by factorisation |
| 2019 P1 Question 6 |
Subtract two algebraic fractions |
| 2018 P2 Question 1 |
(a)(ii) Subtract two algebraic fractions (b) Simplify algebraic fraction by factorisation |
| 2017 P2 Question 1b |
Subtract two algebraic fractions |
| 2016 P1 Question 9 |
Subtract two algebraic fractions |
| 2016 P2 Question 1d |
Simplify algebraic fraction by factorisation |
| 2015 P1 Question 5 |
Subtract two fractions |
| 2015 P2 Question 1b |
(i) Divide two fractions (ii) Subtract two algebraic fractions |
| 2014 P1 Question 16b |
Add two algebraic fractions |
| 2014 P2 Question 1c |
Simplify algebraic fraction by factorisation |
| 2013 P1 Question 17b |
Subtract two algebraic fractions |
| 2012 P1 Question 11b |
Subtract two algebraic fractions |
| 2012 P2 Question 1b |
Subtract two fractions |
| 2011 P1 Question 5 |
Problem in real-world context (Link 🔒 Subscribers) |
| 2011 P2 Question 1 |
(c) Add two algebraic fractions (d) Simplify algebraic fraction by factorisation |
| 2010 P1 Question 16b |
Subtract two algebraic fractions |
| 2009 P2 Question 2 |
(a) Simplify algebraic fraction by factorisation (b) Subtract two algebraic fractions |
| 2008 P1 Question 5b |
Problem in real-world context (Link 🔒 Subscribers) |
| 2008 P2 Question 1 |
(a) Simplify algebraic fraction by factorisation (b) Subtract two algebraic fractions |
| 2007 P2 Question 2d |
Subtract two algebraic fractions |
| 2006 P2 Question 1 |
(a) Simplify algebraic fraction by factorisation (b) Subtract two algebraic fractions |
| 2005 P2 Question 3c |
Simplify algebraic fraction by factorisation |
← Previous topic: Factorisation