Kramizo
Log inSign up free
HomeCXC CSEC MathematicsAlgebra: Operations on algebraic fractions
CXC · CSEC · Mathematics · Revision Notes

Algebra: Operations on algebraic fractions

1,447 words · Last updated May 2026

Ready to practise? Test yourself on Algebra: Operations on algebraic fractions with instantly-marked questions.
Practice now →

What you'll learn

Operations on algebraic fractions form a critical component of the CXC CSEC Mathematics syllabus, appearing regularly in both Paper 1 (multiple choice) and Paper 2 (extended response) questions. This topic tests your ability to simplify, add, subtract, multiply, and divide expressions containing variables in fraction form, building on your knowledge of numerical fractions and factorisation techniques. Mastery of algebraic fractions is essential for solving equations, manipulating formulae, and tackling more advanced topics in Additional Mathematics.

Key terms and definitions

Algebraic fraction — a fraction where the numerator, denominator, or both contain algebraic expressions (e.g., $\frac{3x}{5y}$ or $\frac{x^2-4}{x+3}$).

Simplification — the process of reducing an algebraic fraction to its lowest terms by cancelling common factors from the numerator and denominator.

Lowest Common Multiple (LCM) — the smallest expression that is divisible by two or more algebraic expressions, used when adding or subtracting fractions with different denominators.

Factorisation — expressing an algebraic expression as a product of its factors, an essential skill for simplifying complex algebraic fractions.

Reciprocal — the multiplicative inverse of a fraction, obtained by swapping the numerator and denominator (e.g., the reciprocal of $\frac{x}{y}$ is $\frac{y}{x}$).

Numerator — the top part of a fraction, representing the dividend in division.

Denominator — the bottom part of a fraction, representing the divisor; it cannot equal zero.

Rational expression — another term for an algebraic fraction where both numerator and denominator are polynomials.

Core concepts

Simplifying algebraic fractions

Simplification requires factorising both numerator and denominator, then cancelling common factors. This process mirrors simplifying numerical fractions but demands strong factorisation skills.

Step-by-step process:

  1. Factorise the numerator completely
  2. Factorise the denominator completely
  3. Identify and cancel common factors
  4. State any restrictions (values that make the denominator zero)

Example: Simplify $\frac{x^2-9}{x^2+6x+9}$

  • Numerator: $x^2-9 = (x+3)(x-3)$ (difference of two squares)
  • Denominator: $x^2+6x+9 = (x+3)(x+3) = (x+3)^2$ (perfect square trinomial)
  • Cancel the common factor $(x+3)$: $\frac{(x+3)(x-3)}{(x+3)^2} = \frac{x-3}{x+3}$
  • Restriction: $x \neq -3$ (original denominator cannot be zero)

Common factorisation patterns to recognise:

  • Difference of two squares: $a^2-b^2 = (a+b)(a-b)$
  • Quadratic trinomials: $x^2+bx+c$ or $ax^2+bx+c$
  • Common monomial factors: $3x^2+6x = 3x(x+2)$
  • Grouping: $xy+3x+2y+6 = x(y+3)+2(y+3) = (x+2)(y+3)$

Multiplying algebraic fractions

Multiplication follows the rule: multiply numerators together, multiply denominators together, then simplify.

$$\frac{a}{b} \times \frac{c}{d} = \frac{a \times c}{b \times d}$$

Best practice approach:

  1. Factorise all numerators and denominators before multiplying
  2. Cancel common factors across any numerator with any denominator
  3. Multiply remaining factors
  4. Express the answer in simplest form

Example: $\frac{x^2-4}{2x} \times \frac{4x^2}{x+2}$

Factorise first: $$\frac{(x+2)(x-2)}{2x} \times \frac{4x^2}{x+2}$$

Cancel $(x+2)$ and simplify numerical coefficients and powers of $x$: $$\frac{(x-2) \times 4x^2}{2x} = \frac{4x^2(x-2)}{2x} = 2x(x-2) = 2x^2-4x$$

Dividing algebraic fractions

Division requires multiplying by the reciprocal of the second fraction: "keep, change, flip."

$$\frac{a}{b} \div \frac{c}{d} = \frac{a}{b} \times \frac{d}{c}$$

Procedure:

  1. Keep the first fraction unchanged
  2. Change the division sign to multiplication
  3. Flip (find the reciprocal of) the second fraction
  4. Proceed as with multiplication

Example: $\frac{3x+6}{x^2} \div \frac{x+2}{5x}$

Rewrite as multiplication: $$\frac{3x+6}{x^2} \times \frac{5x}{x+2}$$

Factorise and simplify: $$\frac{3(x+2)}{x^2} \times \frac{5x}{x+2} = \frac{3 \times 5x}{x^2} = \frac{15x}{x^2} = \frac{15}{x}$$

Adding and subtracting algebraic fractions

This operation requires a common denominator. When denominators differ, find the LCM of the denominators.

For fractions with the same denominator: $$\frac{a}{c} + \frac{b}{c} = \frac{a+b}{c}$$ $$\frac{a}{c} - \frac{b}{c} = \frac{a-b}{c}$$

For fractions with different denominators:

  1. Factorise all denominators
  2. Find the LCM of the denominators
  3. Convert each fraction to an equivalent fraction with the LCM as denominator
  4. Add or subtract the numerators
  5. Simplify the result

Example with simple denominators: $\frac{2}{x} + \frac{3}{y}$

LCM of $x$ and $y$ is $xy$: $$\frac{2y}{xy} + \frac{3x}{xy} = \frac{2y+3x}{xy}$$

Example with algebraic denominators: $\frac{5}{x-3} - \frac{2}{x+1}$

LCM is $(x-3)(x+1)$: $$\frac{5(x+1)}{(x-3)(x+1)} - \frac{2(x-3)}{(x-3)(x+1)} = \frac{5(x+1)-2(x-3)}{(x-3)(x+1)}$$

Expand the numerator: $$\frac{5x+5-2x+6}{(x-3)(x+1)} = \frac{3x+11}{(x-3)(x+1)}$$

Complex algebraic fractions with quadratic denominators

CXC CSEC papers frequently test addition and subtraction where denominators are quadratic expressions.

Example: $\frac{3}{x^2-4} + \frac{2}{x+2}$

Factorise $x^2-4 = (x+2)(x-2)$: $$\frac{3}{(x+2)(x-2)} + \frac{2}{x+2}$$

LCM is $(x+2)(x-2)$: $$\frac{3}{(x+2)(x-2)} + \frac{2(x-2)}{(x+2)(x-2)} = \frac{3+2(x-2)}{(x+2)(x-2)}$$

Simplify: $$\frac{3+2x-4}{(x+2)(x-2)} = \frac{2x-1}{(x+2)(x-2)}$$

Mixed operations

Exam questions often combine multiple operations. Apply BODMAS/PEMDAS rules: handle operations inside brackets first, then multiplication and division (left to right), then addition and subtraction (left to right).

Example: $\frac{x}{x+1} \times \frac{x^2-1}{x} + \frac{2}{x-1}$

Handle the multiplication first: $$\frac{x}{x+1} \times \frac{(x+1)(x-1)}{x} = \frac{x(x+1)(x-1)}{x(x+1)} = x-1$$

Now add: $$x-1 + \frac{2}{x-1} = \frac{(x-1)(x-1)}{x-1} + \frac{2}{x-1} = \frac{(x-1)^2+2}{x-1}$$

Expand: $$\frac{x^2-2x+1+2}{x-1} = \frac{x^2-2x+3}{x-1}$$

Worked examples

Example 1: Simplification with factorisation

Question: A mango farmer in Jamaica calculates the ratio of ripe mangoes to total mangoes as $\frac{x^2+5x+6}{x^2-9}$. Express this ratio in its simplest form and state the restriction on $x$.

Solution:

Factorise the numerator: $$x^2+5x+6 = (x+2)(x+3)$$ (Two numbers that multiply to give 6 and add to give 5 are 2 and 3)

Factorise the denominator: $$x^2-9 = (x+3)(x-3)$$ (Difference of two squares)

Cancel the common factor $(x+3)$: $$\frac{(x+2)(x+3)}{(x+3)(x-3)} = \frac{x+2}{x-3}$$

Restriction: $x \neq 3$ and $x \neq -3$ (values that make the original denominator zero)

Final answer: $\frac{x+2}{x-3}$, where $x \neq 3, -3$

Example 2: Addition with different denominators

Question: Simplify: $\frac{4}{x+5} + \frac{3}{x-2}$

Solution:

The denominators $(x+5)$ and $(x-2)$ have no common factors, so the LCM is their product: $(x+5)(x-2)$

Convert to equivalent fractions: $$\frac{4(x-2)}{(x+5)(x-2)} + \frac{3(x+5)}{(x+5)(x-2)}$$

Combine numerators: $$\frac{4(x-2)+3(x+5)}{(x+5)(x-2)}$$

Expand: $$\frac{4x-8+3x+15}{(x+5)(x-2)}$$

Simplify: $$\frac{7x+7}{(x+5)(x-2)}$$

Factorise numerator: $$\frac{7(x+1)}{(x+5)(x-2)}$$

Final answer: $\frac{7(x+1)}{(x+5)(x-2)}$

Example 3: Combined operations

Question: A Trinidad-based electronics store calculates profit margin using the expression: $\frac{2x}{x+3} \div \frac{x^2-9}{x^2+6x+9}$. Simplify this expression completely.

Solution:

Change division to multiplication by the reciprocal: $$\frac{2x}{x+3} \times \frac{x^2+6x+9}{x^2-9}$$

Factorise all expressions:

  • $x^2+6x+9 = (x+3)^2$
  • $x^2-9 = (x+3)(x-3)$

Substitute: $$\frac{2x}{x+3} \times \frac{(x+3)^2}{(x+3)(x-3)}$$

Cancel common factors: $$\frac{2x \times (x+3)^2}{(x+3) \times (x+3)(x-3)} = \frac{2x(x+3)}{(x+3)(x-3)} = \frac{2x}{x-3}$$

Final answer: $\frac{2x}{x-3}$, where $x \neq 3, -3$

Common mistakes and how to avoid them

Mistake: Cancelling terms instead of factors. Students write $\frac{x+3}{x+5} = \frac{3}{5}$ by incorrectly "cancelling" the $x$ terms. Correction: Only factors that multiply the entire numerator or denominator can be cancelled. Terms connected by addition or subtraction cannot be cancelled individually unless factored out first.

Mistake: Forgetting to factorise before simplifying. Attempting to simplify $\frac{x^2-4}{x-2}$ without factorising leads to an incorrect answer. Correction: Always factorise completely first: $\frac{(x+2)(x-2)}{x-2} = x+2$.

Mistake: Adding fractions incorrectly. Writing $\frac{a}{b} + \frac{c}{d} = \frac{a+c}{b+d}$. Correction: Find a common denominator first: $\frac{a}{b} + \frac{c}{d} = \frac{ad+bc}{bd}$.

Mistake: Not distributing negative signs. In $\frac{3}{x-2} - \frac{x+1}{x+3}$, students write the numerator as $3(x+3)-(x+1)$ instead of $3(x+3)-1(x+1)$, forgetting that subtraction applies to the entire second numerator. Correction: Use brackets and distribute carefully: $3(x+3)-1(x+1) = 3x+9-x-1 = 2x+8$.

Mistake: Dividing fractions without using the reciprocal. Students attempt to "cancel" across a division sign. Correction: Always convert division to multiplication by the reciprocal: $\frac{a}{b} \div \frac{c}{d} = \frac{a}{b} \times \frac{d}{c}$.

Mistake: Ignoring restrictions on variables. Simplifying $\frac{x(x-2)}{x}$ to $(x-2)$ without noting that $x \neq 0$. Correction: Always identify values that make any denominator in the original expression equal to zero and state these as restrictions.

Exam technique for Algebra: Operations on algebraic fractions

Command words: "Simplify" requires you to express the answer in lowest terms with all common factors cancelled. "Express as a single fraction" means combine multiple fractions into one using common denominators. "Factorise" must be shown explicitly—examiners award method marks for correct factorisation even if subsequent steps contain errors.

Show your working: CXC CSEC Mathematics mark schemes allocate partial credit for correct method. Write each step clearly: factorise first, show cancellation with a line through cancelled factors, display intermediate steps when finding common denominators. A correct answer without working may receive zero marks on extended response questions.

Check for full simplification: Examiners deduct marks if your final answer can be simplified further. After obtaining your answer, verify whether the numerator and denominator share any common factors. Look for opportunities to factorise quadratic expressions in your final answer.

Time management: Paper 1 algebraic fraction questions typically require 1-2 minutes; budget 4-6 minutes for Paper 2 questions involving multiple operations. If factorisation seems difficult, move on and return later—other questions may be more straightforward and help secure marks quickly.

Quick revision summary

Algebraic fractions require strong factorisation skills. Simplify by cancelling common factors from numerator and denominator. Multiply fractions straight across after factorising and cancelling. Divide by multiplying by the reciprocal. Add or subtract by finding the LCM of denominators, converting to equivalent fractions, then combining numerators. Always factorise quadratic expressions using patterns like difference of two squares $(a^2-b^2)$ and trinomials. State restrictions where denominators equal zero. Show all working for maximum marks on CXC CSEC papers.

Free for CSEC students

Lock in Algebra: Operations on algebraic fractions with real exam questions.

Free instantly-marked CXC CSEC Mathematics practice — 45 questions a day, no card required.

Try a question →See practice bank