Systems of Equations
A system of equations consists of two or more equations that share the same variables and must be solved together to find values that satisfy all equations simultaneously. The solution represents the point where the equations intersect when graphed. In Year 9 of the UK National Curriculum, pupils learn to solve simultaneous linear equations using substitution and elimination methods.
Why it matters
Systems of equations model countless real-world scenarios where multiple constraints exist simultaneously. A school canteen manager might use them to determine how many portions of chips (£1.50) and pies (£2.20) to prepare when the budget is £150 and they need 80 items total. Engineers use systems to calculate forces in bridge designs where multiple structural requirements must be met. In economics, they model supply and demand equilibrium points. The elimination and substitution techniques learned here form the foundation for solving more complex systems in A-level Further Maths and university courses. Linear programming, used in business optimisation, extends these principles to systems with dozens or hundreds of variables.
How to solve systems of equations
Systems of Equations
- Write both equations.
- Use substitution or elimination to solve for one variable.
- Substitute back to find the other.
- Verify in both equations.
Example: x + y = 5, x − y = 1 → x = 3, y = 2.
Worked examples
Solve the system: x + y = 2 x = 1
Answer: x = 1, y = 1
- Label the equations → (1) x + y = 2 (2) x = 1 — Number each equation so we can refer to them.
- Solve equation (1) for y → y = 2 − 1x — Isolate y in the simpler equation to use substitution.
- Substitute into equation (2) → Substitute y into (2) and solve for x — Replace y in equation (2) with the expression from equation (1), then solve for x.
- Find x → x = 1 — Solving gives x = 1.
- Substitute x back to find y → In (1): 1·1 + 1·y = 2 → 1 + 1·y = 2 → 1·y = 1 → y = 1 — Plug x = 1 into equation (1) and solve for y.
- Write the solution → x = 1, y = 1 — The intersection point of the two lines.
- Verify in both equations → (1) 1·1 + 1·1 = 2 = 2 ✓ (2) 1·1 + 0·1 = 1 = 1 ✓ — Substitute the solution into both original equations to confirm.
Two siblings have a combined age of 2. 3 times the older sibling's age minus the younger's age is 2. How old is each?
Answer: older = 1, younger = 1
- Define variables → Let x = older sibling's age, y = younger sibling's age x + y = 2 3x − y = 2 — Translate ages into a system of equations.
- Label the equations → (1) x + y = 2 (2) 3x − 1y = 2 — Number each equation so we can refer to them.
- Solve equation (1) for y → y = 2 − 1x — Isolate y in the simpler equation to use substitution.
- Substitute into equation (2) → Substitute y into (2) and solve for x — Replace y in equation (2) with the expression from equation (1), then solve for x.
- Find x → x = 1 — Solving gives x = 1.
- Substitute x back to find y → In (1): 1·1 + 1·y = 2 → 1 + 1·y = 2 → 1·y = 1 → y = 1 — Plug x = 1 into equation (1) and solve for y.
- Write the solution → x = 1, y = 1 — The intersection point of the two lines.
- Verify in both equations → (1) 1·1 + 1·1 = 2 = 2 ✓ (2) 3·1 + -1·1 = 2 = 2 ✓ — Substitute the solution into both original equations to confirm.
Solve the system: 4x + 2y = -12 3x − 2y = -2
Answer: x = -2, y = -2
- Label the equations → (1) 4x + 2y = -12 (2) 3x − 2y = -2 — Number each equation so we can refer to them.
- Choose a variable to eliminate → Multiply equations to align coefficients of y — We'll eliminate y by making its coefficients equal in magnitude, then subtract.
- Subtract to eliminate y → Solve the resulting equation for x — After eliminating y, we get a simple equation in x only.
- Find x → x = -2 — Solving gives x = -2.
- Substitute x back to find y → In (1): 4·-2 + 2·y = -12 → -8 + 2·y = -12 → 2·y = -4 → y = -2 — Plug x = -2 into equation (1) and solve for y.
- Write the solution → x = -2, y = -2 — The intersection point of the two lines.
- Verify in both equations → (1) 4·-2 + 2·-2 = -12 = -12 ✓ (2) 3·-2 + -2·-2 = -2 = -2 ✓ — Substitute the solution into both original equations to confirm.
Common mistakes
- When solving x + y = 7 and 2x - y = 5, writing the solution as x = 4, y = 2 without verification, which would give 4 + 2 = 6 ≠ 7 in the first equation.
- In elimination, adding equations x + 2y = 8 and 3x - 2y = 4 to get 4x = 12, then stating y = 12 instead of x = 3.
- When substituting y = 5 - x into 2x + 3y = 17, expanding to get 2x + 15 - x = 17, then solving as x = 2 instead of x + 15 = 17, giving x = 2.