GCSE Simultaneous equations (linear) Practice Questions

Free GCSE Simultaneous equations (linear) practice questions with full step-by-step worked solutions. Covers elimination, adding equations, subtracting equations, eliminating x. Practise exam-style problems and check your method.

eliminationadding equationssubtracting equationseliminating xnegative constantsnumber problem
GCSE Foundation70 questionsStep-by-step solutions
Question 1
2 markseasy
Solve the simultaneous equations x+y=9x + y = 9 and xy=3x - y = 3.
Show worked solution

Worked solution

  1. Add the equations to eliminate y

    (x+y)+(xy)=9+32x=12(x + y) + (x - y) = 9 + 3 \Rightarrow 2x = 12

    The y-terms have opposite signs, so they cancel when you add. That leaves one equation in x only.

  2. Solve for x

    x=122=6x = \frac{12}{2} = 6

    Divide both sides by 2.

  3. Substitute back to find y

    (6)+y=9y=3(6) + y = 9 \Rightarrow y = 3

    Put x=6x = 6 into equation (1) and solve the one-step equation that is left. The solution is x=6x = 6, y=3y = 3.

Answer
x=6, y=3x = 6,\ y = 3
Question 2
2 markseasy
Show that x=5x = 5, y=2y = 2 is the solution of the simultaneous equations x+y=7x + y = 7 and xy=3x - y = 3.
Show worked solution

Worked solution

  1. Substitute into the first equation

    (5)+(2)=7 (5) + (2) = 7 \ \checkmark

    Put x=5x = 5 and y=2y = 2 into x+y=7x + y = 7. The left-hand side comes to 7, which matches the right-hand side.

  2. Substitute into the second equation

    (5)(2)=3 (5) - (2) = 3 \ \checkmark

    Now test the same pair in xy=3x - y = 3. It gives 3, which matches again.

  3. Conclude

    x=5, y=2 satisfies both equationsx = 5,\ y = 2 \text{ satisfies both equations}

    A solution of simultaneous equations must work in BOTH equations. Checking only one is never enough.

Answer
x=5, y=2 works in both equationsx = 5,\ y = 2 \text{ works in both equations}
Question 3
2 marksintermediate
Explain why the simultaneous equations x+y=4x + y = 4 and 2x+2y=102x + 2y = 10 have no solution.
Show worked solution

Worked solution

  1. Look at the two equations

    (1)  x+y=4(2)  2x+2y=10(1)\ \ x + y = 4 \qquad (2)\ \ 2x + 2y = 10

    The left-hand side of (2) is exactly twice the left-hand side of (1).

  2. Scale equation (1)

    (3)  2x+2y=8(3)\ \ 2x + 2y = 8

    Multiplying (1) by 2 gives 2x+2y=82x + 2y = 8.

  3. Compare with equation (2)

    2x+2y=8and2x+2y=102x + 2y = 8 \quad \text{and} \quad 2x + 2y = 10

    The same expression cannot equal both 8 and 10, so no pair of values can satisfy both equations.

  4. Subtract to see the contradiction

    (2)(3):0=2(2) - (3): \quad 0 = 2

    Eliminating gives 0=20 = 2, which is impossible. That is the algebraic signature of "no solution".

  5. Rearrange both into y = mx + c

    y=x+4y=x+5y = -x + 4 \qquad y = -x + 5

    Both lines have gradient -1 but different y-intercepts.

  6. Conclude

    The lines are parallel, so they never meet\text{The lines are parallel, so they never meet}

    Parallel lines never cross, so there is no point that lies on both — the simultaneous equations have no solution.

Answer
The lines are parallel, so there is no solution\text{The lines are parallel, so there is no solution}
Question 4
3 markshard
Solve the simultaneous equations y=4x5y = 4x - 5 and 3x+2y=123x + 2y = 12 using the most efficient method, and state which method you used.
Show worked solution

Worked solution

  1. Label the two equations

    (1)  y=4x5(2)  3x+2y=12(1)\ \ y = 4x - 5 \qquad (2)\ \ 3x + 2y = 12

    Equation (1) already gives one letter in terms of the other, which is the signal to use substitution rather than elimination.

  2. Substitute for y in equation (2)

    3x+2(4x5)=123x + 2(4x - 5) = 12

    Replace y with the bracket. Equation (2) now contains only x.

  3. Expand the bracket

    3x+8x10=123x + 8x - 10 = 12

    Multiply each term inside the bracket by 2.

  4. Collect the x-terms

    11x10=1211x - 10 = 12

    Add the two x-terms together.

  5. Move the number to the other side

    11x=1210=2211x = 12 - -10 = 22

    Undo the addition or subtraction so the x-term is on its own.

  6. Solve for x

    x=2211=2x = \frac{22}{11} = 2

    Divide both sides by 11.

  7. Substitute x=2x = 2 into equation (1)

    y=4(2)5y = 4(2) - 5

    Equation (1) is the quickest way to get y once you know x.

  8. State y

    y=3y = 3

    That gives y=3y = 3.

  9. Check in equation (2)

    3(2)+2(3)=6+6=12 3(2) + 2(3) = 6 + 6 = 12 \ \checkmark

    Equation (2) was rearranged during the working, so checking the pair in the original version confirms nothing went wrong.

  10. State the solution

    x=2, y=3x = 2,\ y = 3

    Both equations are satisfied, so this is the point where the two lines cross.

Answer
x=2, y=3x = 2,\ y = 3
Question 5
5 markschallenging
Marta says the solution of the simultaneous equations 3x+2y=133x + 2y = 13 and xy=1x - y = 1 is x=2x = 2, y=3y = 3. Explain why Marta is wrong, and give the correct solution.
Show worked solution

Worked solution

  1. Test Marta's values in equation (1)

    3(2)+2(3)=6+6=12133(2) + 2(3) = 6 + 6 = 12 \ne 13

    Substituting x=2x = 2 and y=3y = 3 into 3x + 2y gives 12, not 13, so her pair fails the first equation.

  2. Test Marta's values in equation (2)

    (2)(3)=11(2) - (3) = -1 \ne 1

    It fails the second equation as well: x - y should be 1, but she gets -1. The sign being reversed is a clue that the values have been swapped.

  3. Label the two equations

    (1)  3x+2y=13(2)  xy=1(1)\ \ 3x + 2y = 13 \qquad (2)\ \ x - y = 1

    Numbering the equations makes it easy to say exactly what you are doing to each one.

  4. Decide which variable to eliminate

    y-coefficients: 2 and 1match them at 2\text{y-coefficients: } 2 \text{ and } -1 \Rightarrow \text{match them at } 2

    To eliminate y the two y-coefficients must be the same size. The lowest common multiple of 2 and 1 is 2, so scale each equation up to that.

  5. Keep equation (1) as it is

    (3)  3x+2y=13(3)\ \ 3x + 2y = 13

    The y-coefficient here is already the right size, so equation (1) does not need scaling.

  6. Multiply equation (2) by 2

    (4)  2x2y=2(4)\ \ 2x - 2y = 2

    Multiply every term — both sides — by 2. The equation still has the same solutions, but the y-coefficient is now 2 in size.

  7. Add the scaled equations

    (3)+(4):(3x+2y)+(2x2y)=13+2(3) + (4): \quad (3x + 2y) + (2x - 2y) = 13 + 2

    The y-terms are now the same size and the signs are opposite, so adding makes them cancel. Adding the two equations removes y completely.

  8. Eliminate y

    (3)+(4):5x=15(3) + (4): \quad 5x = 15

    The y-terms cancel, leaving one equation with only x in it.

  9. Solve for x

    x=155=3x = \frac{15}{5} = 3

    Divide both sides by 5.

  10. Substitute x=3x = 3 into equation (1)

    3(3)+2y=133(3) + 2y = 13

    Put the value you have just found back into one of the original equations to find y.

  11. Simplify

    9+2y=139 + 2y = 13

    Work out the number part first, then the equation has only one unknown left.

  12. Solve for y

    2y=139=4y=22y = 13 - 9 = 4 \Rightarrow y = 2

    Move the number to the other side, then divide by 2.

  13. Check in equation (2)

    (3)(2)=32=1 (3) - (2) = 3 - 2 = 1 \ \checkmark

    Substituting both values into the equation you did not use for the back-substitution confirms the solution is right. Always do this check.

  14. State the solution

    x=3, y=2x = 3,\ y = 2

    These values satisfy both equations at once — they are the coordinates of the point where the two lines cross.

  15. Explain the error

    Correct: x=3, y=2(Marta had them the wrong way round)\text{Correct: } x = 3,\ y = 2 \quad \text{(Marta had them the wrong way round)}

    Marta found the right pair of numbers but wrote them against the wrong letters. Always state which value belongs to x and which to y, then check both equations.

Answer
x=3, y=2x = 3,\ y = 2

Unlock 65 more Simultaneous equations (linear) questions

Create a free account to work through every GCSE Simultaneous equations (linear) question with instant step-by-step worked solutions, progress tracking and interactive lessons.

  • Full worked solutions for every question
  • Interactive lessons and instant feedback
  • Track your mastery across every topic
Create a Free Account

No card required · Free forever

More Simultaneous equations (linear) practice

Related Algebra topics