- Solve simultaneous equations by elimination
- Solve simultaneous equations by substitution
- Form simultaneous equations from word problems
- Interpret simultaneous equations graphically
- Check solutions satisfy both equations
π Core Concepts
What are Simultaneous Equations?
A simultaneous equation is a set of two (or more) equations that must be satisfied by the same values of the unknowns at the same time. The word "simultaneous" means "at the same time" β both equations must hold together.
The Elimination Method
The elimination method works by making the coefficient of one variable identical in both equations, then adding or subtracting to remove that variable entirely β leaving a single equation in one unknown.
$$\text{Multiply eq 1 by } a_2 \text{ and eq 2 by } a_1 \text{, then subtract (or add)}$$
The Substitution Method
The substitution method works by rearranging one equation to make one variable the subject, then replacing that variable in the other equation. This creates a single equation in one unknown.
Step 2: Substitute into equation 2: $a_2 x + b_2\!\left(\dfrac{c_1 - a_1 x}{b_1}\right) = c_2$
Step 3: Solve for $x$, then back-substitute to find $y$.
Choosing the Right Method
| Situation | Preferred Method | Reason |
|---|---|---|
| Both equations in $ax + by = c$ form with integer coefficients | Elimination | Quick to multiply and add/subtract |
| One equation has a variable with coefficient 1 or $-1$ | Substitution | Easy rearrangement, no fractions |
| One equation gives $y = mx + c$ directly | Substitution | Expression ready to substitute immediately |
| Coefficients are awkward fractions | Elimination | Multiplying clears fractions faster |
| Word problem with a natural expression | Either | Form the simpler equation first, then choose |
Graphical Interpretation
Each linear equation in two variables represents a straight line on a coordinate grid. Solving simultaneously means finding the point where the two lines intersect.
Forming Simultaneous Equations from Word Problems
Many GCSE exam questions present a scenario in words. The skill is translating the information into two equations, then solving.
Step 2: Write two equations from the two pieces of information given.
Step 3: Solve the simultaneous equations.
Step 4: Interpret the solution in context, including units.
Verifying Solutions
πΊοΈ Visual Notes
- Match one coefficient
- Same sign β subtract
- Opposite sign β add
- Solve remaining variable
- Rearrange one equation
- Express $y$ in terms of $x$
- Substitute into other equation
- Solve, then back-substitute
- Each equation = a line
- Solution = intersection
- Parallel β no solution
- Same line β infinite solutions
- Define variables clearly
- Write two equations
- Solve simultaneously
- Interpret in context
- Substitute into equation 1
- Substitute into equation 2
- Both must balance
- State answer clearly
- Non-integer solutions
- Geometry-based problems
- Explain no/infinite solutions
- Optimal method choice
Elimination vs Substitution β Decision Tree
Comparison: Elimination vs Substitution
| Feature | Elimination | Substitution |
|---|---|---|
| Best for | Both equations in standard form $ax+by=c$ | One variable has coefficient 1 or $-1$ |
| Key operation | Multiply, then add/subtract equations | Rearrange and replace |
| Risk of fractions | Low if coefficients are chosen well | Medium β can create fractions early |
| Steps needed | Usually 2β3 steps to eliminate | Usually 3β4 steps including rearrangement |
| Error hotspot | Sign error when adding/subtracting | Expanding brackets after substitution |
| Good for Grade 9 non-integers? | Yes β fractions appear at solve stage only | Yes β but be careful with fractional expressions |
Graphical Interpretation β Number of Solutions
| Gradients | Intercepts | Lines | Solutions | Algebraic sign |
|---|---|---|---|---|
| $m_1 \neq m_2$ | Any | Intersect at one point | Unique solution | Consistent |
| $m_1 = m_2$ | $c_1 \neq c_2$ | Parallel β never meet | No solution | Inconsistent |
| $m_1 = m_2$ | $c_1 = c_2$ | Identical β overlap fully | Infinite solutions | Dependent |
βοΈ Worked Examples
$2x = 6$
$x = 3$
Multiply equation (2) by 5: $10x + 35y = 220$ β¦ (4)
$41y = 218$
$y = \dfrac{218}{41} = \dfrac{218}{41}$
Check: $218 \div 41 = 5.317\ldots$ β not integer, let us check arithmetic.
$41y = 218 \Rightarrow y = \dfrac{218}{41}$ β¦ let's simplify: $\gcd(218, 41) = 1$, so $y = \dfrac{218}{41}$.
Actually let us re-examine: $(35 - (-6)) = 41$ β. $220 - 2 = 218$ β. So $y = \dfrac{218}{41}$.
$2x = 44 - \dfrac{1526}{41} = \dfrac{1804 - 1526}{41} = \dfrac{278}{41}$
$x = \dfrac{139}{41}$
Length condition: $l = 2w + 5$ β¦ (2)
$3w + 5 = 23$
$3w = 18$
$w = 6$
Perimeter check: $2(17) + 2(6) = 34 + 12 = 46$ cm β
β Exam Questions
Write down the solution to the simultaneous equations $y = 3x$ and $y = x + 4$.
Set $3x = x + 4 \Rightarrow 2x = 4 \Rightarrow x = 2$, so $y = 6$.
Answer: $x = 2,\ y = 6$ [1 mark for both correct values]
Solve: $\quad 4x + y = 14 \quad$ and $\quad 2x - y = 4$
Substitute: $4(3) + y = 14 \Rightarrow y = 2$.
Answers: $x = 3,\ y = 2$
[M1 for correct elimination; A1 for both correct values]
Solve: $\quad 3x + 2y = 11 \quad$ and $\quad 5x - 4y = -3$
Multiply eq(1) by 2: $6x + 4y = 22$ β¦ (3)
Add eq(3) to eq(2): $(6x + 4y) + (5x - 4y) = 22 + (-3)$
$11x = 19 \Rightarrow x = \dfrac{19}{11}$
Wait β let's recalculate: $6x + 5x = 11x$, $4y - 4y = 0$ β, $22 - 3 = 19$. So $x = \dfrac{19}{11}$.
Substitute into (1): $3 \cdot \dfrac{19}{11} + 2y = 11 \Rightarrow 2y = 11 - \dfrac{57}{11} = \dfrac{121-57}{11} = \dfrac{64}{11} \Rightarrow y = \dfrac{32}{11}$
Answers: $x = \dfrac{19}{11},\quad y = \dfrac{32}{11}$
[M1 scaling; M1 solving for $x$; A1 both correct]
A cinema sells adult tickets for Β£$a$ and child tickets for Β£$c$. Three adults and two children pay Β£31. One adult and four children pay Β£23. Find the cost of each type of ticket.
Multiply (2) by 3: $3a + 12c = 69$ β¦ (3)
$(3) - (1)$: $10c = 38 \Rightarrow c = 3.80$
Substitute: $a + 4(3.80) = 23 \Rightarrow a = 23 - 15.20 = 7.80$
Check in (1): $3(7.80) + 2(3.80) = 23.40 + 7.60 = 31$ β
Adult ticket: Β£7.80; Child ticket: Β£3.80
[B1 both equations; M1 valid method; A1 one value; A1 both values]
Explain why the simultaneous equations $2x + 4y = 10$ and $x + 2y = 8$ have no solution.
Divide equation 1 by 2: $x + 2y = 5$.
This contradicts equation 2: $x + 2y = 8$.
The left-hand sides are identical but the right-hand sides are different ($5 \neq 8$).
Therefore there is no pair of values of $x$ and $y$ that can satisfy both equations simultaneously.
Graphically: both equations represent parallel lines (same gradient $-\frac{1}{2}$, different $y$-intercepts), so they never intersect.
[B1 simplify or rearrange one equation; B1 identify contradiction; B1 clear explanation referencing parallel lines or contradiction]
The sum of two numbers is 18. Three times the larger number minus twice the smaller number equals 19. Find both numbers. Show all working.
Equations:
(1) $x + y = 18$
(2) $3x - 2y = 19$
Elimination β multiply (1) by 2:
$2x + 2y = 36$ β¦ (3)
Add (3) and (2): $5x = 55 \Rightarrow x = 11$
Substitute into (1): $11 + y = 18 \Rightarrow y = 7$
Verify (1): $11 + 7 = 18$ β Verify (2): $3(11) - 2(7) = 33 - 14 = 19$ β
Answers: The two numbers are 11 and 7.
[B1 variables defined; B1 eq(1); B1 eq(2); M1 valid method; A1 $x=11$; A1 $y=7$]
β Grade 9 Model Answers
Model Answer β Q5 (Explaining No Solution)
(1): $y = -\frac{1}{2}x + \frac{5}{2}$, (2): $y = -\frac{1}{2}x + 4$
Both lines have gradient $-\frac{1}{2}$ but different $y$-intercepts ($\frac{5}{2}$ and $4$). They are parallel and will never intersect.
Annotation β Why Each Part Earns Marks
| Step | What was done | Mark awarded |
|---|---|---|
| Simplify eq(1) | Divided by 2 to reveal $x + 2y = 5$ | B1 β identifies equivalent form |
| Contradiction | Recognised $x + 2y$ cannot equal 5 AND 8 | B1 β clear contradiction stated |
| Gradients | Converted to $y=mx+c$ and compared gradients and intercepts | B1 β links to parallel lines / geometric meaning |
π Revision Sheet
| Term | Meaning |
|---|---|
| Simultaneous | Both equations true at same time |
| Elimination | Remove a variable by add/subtract |
| Substitution | Replace variable with expression |
| Consistent | System has at least one solution |
| Inconsistent | No solution exists (parallel lines) |
| Dependent | Infinite solutions (same line) |
Elimination: Scale to match one coefficient, then add/subtract.
$$\text{Same signs} \Rightarrow \text{subtract}$$
$$\text{Opposite signs} \Rightarrow \text{add}$$
Substitution: $y = \dfrac{c_1 - a_1 x}{b_1}$, then substitute.
Parallel lines: $m_1 = m_2$, $c_1 \neq c_2$ β no solution.
- "SS β Subtract, OS β Add" for elimination sign rule
- Always label equations (1) and (2)
- Check = substitute BOTH values into BOTH equations
- Parallel = same gradient = no solution
- Define variables BEFORE forming equations in word problems
- Non-integer answers are valid β don't round unless asked
- State $x=\ldots, y=\ldots$ clearly at the end
- Show all multiplication steps β method marks available
- For word problems, state units in the answer
- "Explain" questions need words, not just numbers
- If coefficients are ugly, try the other method
- Non-integer solutions: leave as fractions, not decimals
- Always verify β free marks if you show it
π Flashcards
Click a card to reveal the answer. 15 cards total.
β Common Mistakes
Why marks are lost: Gives a completely wrong value for the variable being found, leading to all subsequent marks being lost (typically 2β3 marks).
How to avoid: Always write the subtraction out in full: $(3x + 2y) - (x + 2y) = 13 - 7$. Bracket both sides before subtracting.
Why marks are lost: Produces an incorrect combined equation, meaning the variable is not eliminated.
How to avoid: Memorise "Same Sign β Subtract; Opposite Sign β Add". Before operating, check the signs on the chosen variable in each equation.
Why marks are lost: The substituted equation is tautologically true ($0=0$) so no value is found, wasting time; or they use the scaled equation and introduce arithmetic errors.
How to avoid: Always substitute back into one of the original, unscaled equations. Label original equations clearly and never lose track of them.
Why marks are lost: The final answer mark (typically A1) requires both values. Half the solution earns zero of the answer marks.
How to avoid: After finding the first variable, always ask "Have I found both $x$ and $y$?" before writing the final answer. Check the question mark count β it often asks for both.
Why marks are lost: The scaled equation is incorrect, so elimination gives a wrong value. This is a very common M1 error that costs all subsequent marks.
How to avoid: Write the multiplication explicitly: "$\times 3$: $3(5x - 2y) = 3(11)$". Always apply the multiplier to every term including the constant.
Why marks are lost: The final answer is incorrect due to the rounding, and verification will fail. Examiners expect exact fractional answers unless the question says "correct to 2 d.p."
How to avoid: Keep fractions exact throughout. Only convert to decimals if the question explicitly asks for a decimal answer. Write fractions clearly: $y = \frac{7}{3}$ not $y \approx 2.3$.
β Final Checklist
Click each item when you are confident with it.
- I can explain what simultaneous equations are and what their solution represents geometrically
- I can use elimination when both equations are in standard form $ax + by = c$
- I can scale one or both equations to match coefficients before eliminating
- I know to subtract when signs are the same and add when signs are opposite
- I can use substitution, especially when one variable has coefficient 1
- I can choose the most efficient method for a given pair of equations
- I can form two equations from a word problem after defining variables
- I can handle non-integer (fractional) solutions without rounding
- I always verify my solution in both original equations
- I can explain why parallel lines give no solution (same gradient argument)
- I can explain why identical lines give infinitely many solutions
- I state my final answer clearly as $x = \ldots,\ y = \ldots$ with units where applicable
- I have practised at least 5 exam-style questions under timed conditions
- I can apply simultaneous equations to geometry problems (perimeter, angles, etc.)
- I can write a Grade 9 quality "explain" answer about the number of solutions