The core idea
A single equation like \(x + y = 7\) has endless solutions: \((1,6)\), \((2,5)\), \((3,4)\) and so on. Add a second condition and usually only one pair survives. Graphically, each equation is a line, and the solution is the single point where the two lines intersect.
There are two reliable algebraic methods. Both aim to get rid of one unknown so you can solve for the other.
Method 1: elimination
Line the equations up and add or subtract them so that one variable cancels. This works best when a variable has matching coefficients (or you can make them match).
Solve \(2x + y = 8\) and \(3x - y = 7\).
Same signs? Subtract. Opposite signs? Add.
If the matching terms are \(+2y\) and \(+2y\), subtract to cancel. If they are \(+y\) and \(-y\), add. Getting this the wrong way round is the usual elimination error.
Method 2: substitution
Rearrange one equation to make a variable the subject, then substitute that expression into the other. This shines when one equation already says "\(y = \ldots\)".
Solve \(y = 2x + 1\) and \(3x + y = 11\).
Which method to pick
| Situation | Best method |
|---|---|
| A variable is already the subject (\(y = \ldots\)) | Substitution |
| Matching or easily-matched coefficients | Elimination |
| Both look equally messy | Either, elimination is often tidier |
Always finish by checking your pair in the other equation. If it does not balance, you have a slip to hunt down.
A word problem (Criterion D)
The real skill is turning a situation into two equations, then interpreting the answer.
At a cinema, 2 adult and 3 child tickets cost £31; 1 adult and 2 child tickets cost £18. Find each price.
Notice the final line answers the actual question in pounds, not just "\(a=8\)". Naming the values in context is what earns the Criterion D marks.
Check yourself
1. Solve \(x + y = 10\) and \(x - y = 4\). +
Add them: \(2x = 14 \Rightarrow x = 7\). Then \(y = 10 - 7 = \mathbf{3}\), so \(x=7,\ y=3\).
2. Solve \(y = x + 2\) and \(2x + y = 11\). +
Substitute: \(2x + (x+2) = 11 \Rightarrow 3x = 9 \Rightarrow x = 3\), so \(y = 5\). Pair: \((3,5)\).
3. Solve \(3x + 2y = 12\) and \(x + y = 5\). +
From the second, \(y = 5 - x\). Substitute: \(3x + 2(5 - x) = 12 \Rightarrow x + 10 = 12 \Rightarrow x = 2\), so \(y = 3\). Pair: \((2,3)\).
Part of the Extended Maths library. Spotted an error or want a topic added? That feedback makes the notes better.