Systems of Equations
Systems of equations appear in Year 9 GCSE preparation when students must find where two lines intersect on a coordinate plane. These simultaneous equations require methodical substitution or elimination techniques to determine the unique solution pair (x, y).
Try it right now
Click βGenerate a problemβ to see a fresh example of this technique.
Why it matters
Systems of equations solve countless real-world problems across business, engineering, and everyday scenarios. A chippy owner might use them to determine how many portions of fish (Β£4.50 each) and chips (Β£2.20 each) were sold if total sales reached Β£180 from 50 portions. Mobile phone companies use systems to find break-even points between different tariff plans. In GCSE Foundation and Higher papers, these problems often appear as worded scenarios worth 4-6 marks. Engineering students later apply these methods to analyse electrical circuits, calculate material costs in construction projects, and optimise manufacturing processes. The algebraic thinking developed through systems of equations builds essential problem-solving skills students need for A-level Mathematics and beyond.
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
I have two types of coins. Together they are worth Β£3.00. One type is worth Β£2.00. How much is the other type worth?
Answer: x = 2, y = 1
- Define variables β Let x = value of first coin, y = value of second coin x + y = 3 x = 2 β Translate the word problem into equations.
- Label the equations β (1) x + y = 3 (2) x = 2 β Number each equation so we can refer to them.
- Solve equation (1) for y β y = 3 β 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 = 2 β Solving gives x = 2.
- Substitute x back to find y β In (1): 1Β·2 + 1Β·y = 3 β 2 + 1Β·y = 3 β 1Β·y = 1 β y = 1 β Plug x = 2 into equation (1) and solve for y.
- Write the solution β x = 2, y = 1 β The intersection point of the two lines.
- Verify in both equations β (1) 1Β·2 + 1Β·1 = 3 = 3 β (2) 1Β·2 + 0Β·1 = 2 = 2 β β Substitute the solution into both original equations to confirm.
Solve the system: x + y = 4 x β 1y = 0
Answer: x = 2, y = 2
- Label the equations β (1) x + y = 4 (2) x β 1y = 0 β Number each equation so we can refer to them.
- Solve equation (1) for y β y = 4 β 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 = 2 β Solving gives x = 2.
- Substitute x back to find y β In (1): 1Β·2 + 1Β·y = 4 β 2 + 1Β·y = 4 β 1Β·y = 2 β 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) 1Β·2 + 1Β·2 = 4 = 4 β (2) 1Β·2 + -1Β·2 = 0 = 0 β β Substitute the solution into both original equations to confirm.
Solve the system: x + 2y = 11 3x + 2y = 21
Answer: x = 5, y = 3
- Label the equations β (1) x + 2y = 11 (2) 3x + 2y = 21 β Number each equation so we can refer to them.
- Solve equation (1) for y β y = (11 β 1x) / 2 β 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 = 5 β Solving gives x = 5.
- Substitute x back to find y β In (1): 1Β·5 + 2Β·y = 11 β 5 + 2Β·y = 11 β 2Β·y = 6 β y = 3 β Plug x = 5 into equation (1) and solve for y.
- Write the solution β x = 5, y = 3 β The intersection point of the two lines.
- Verify in both equations β (1) 1Β·5 + 2Β·3 = 11 = 11 β (2) 3Β·5 + 2Β·3 = 21 = 21 β β Substitute the solution into both original equations to confirm.
Common mistakes
- Students often substitute incorrectly, writing x = 3 in both equations instead of checking their work. For x + y = 5 and 2x - y = 1, they might claim x = 3, y = 2, giving 3 + 2 = 5 β but 2(3) - 2 = 4 β 1.
- When using elimination, students frequently forget to multiply entire equations. Solving x + 2y = 8 and 3x + y = 9, they multiply only the coefficients, getting 3x + 6y = 8 instead of 3x + 6y = 24.
- Students mix up positive and negative signs during elimination. For x + y = 4 and x - y = 2, they incorrectly add equations as 2x + 0 = 2, giving x = 1 instead of x = 3.
- Many students stop after finding one variable, forgetting to substitute back. They solve 2x + y = 7 and x = 3 correctly to get x = 3, but submit this as their complete answer without finding y = 1.