← All notes
mathsGrade 9-102 min read

Simultaneous equations: substitution vs elimination

Two unknowns need two equations. Here are the two methods that solve them, a clear rule for which to use, and the check that catches almost every mistake.

If a problem has two unknowns, you need two separate equations to pin them down — that's what "simultaneous" means: both are true at the same time. There are two reliable methods, and choosing the right one saves real time.

Elimination — make one variable cancel

Line the equations up and add or subtract them so one variable disappears. It works when the coefficients already match, or can be made to match by multiplying.

3x+2y=16x2y=0\begin{aligned} 3x + 2y &= 16 \\ x - 2y &= 0 \end{aligned}

The yy terms are +2y+2y and 2y-2y. Add the equations and the yy vanishes:

4x=16    x=4.4x = 16 \;\Rightarrow\; x = 4.

Put x=4x = 4 back into either equation: 42y=0y=24 - 2y = 0 \Rightarrow y = 2.

Substitution — when one variable is already alone

If one equation already has a variable by itself (or one step away), substitution is cleaner. Rearrange one equation, then slot it into the other.

y=2x+1and3x+y=11y = 2x + 1 \quad\text{and}\quad 3x + y = 11

Replace the yy in the second equation:

3x+(2x+1)=11    5x=10    x=2,  y=5.3x + (2x + 1) = 11 \;\Rightarrow\; 5x = 10 \;\Rightarrow\; x = 2, \; y = 5.

Which method to use

The check that catches everything

Put both answers back into the equation you didn't use to find the last variable. If both sides balance, you're right. This one habit catches sign slips before the examiner does — and in simultaneous equations, a sign slip is the usual cause of death.

Last revised 9 April 2025.