How do I solve the simultaneous equations 5x - 3y = -1 and 3x + y = 5?

One method of solving these is by elimination. We can try to subtract a multiple of one equation from the other to cancel the x's (or y's).

5x - 3y = -1 (A)
3x + y  = 5  (B)

In this case, we can add 3*(equation B) to equation A to cancel the y's. We get

14x = 14, so x = 1.

To find y, substitute this value of x into one of the original equations and solve for y.

5 - 3y = -1 (A, sub x = 1)
6 - 3y = 0
     3y = 6
      y  = 2

So the answer is x = 1, y = 2. It's a good idea to check your answer using the other equation (the one you didn't substitute into before).

3x + y = 5 (B)
 3  + 2 = 5 (sub x = 1, y = 2)

The last equation is clearly true, so we have in fact found the correct x and y.

AK

Related Maths GCSE answers

All answers ▸

A graph is sketched with the equation x^2+4x-5. Find the minimum point of this graph.


There are 4 blue balls, 2 red balls, and 5 green balls in a bag. James removes one ball and does not replace it. James removes a second ball. What is the probability that both balls will be the same colour.


How do I find f'(x) for f(x)=4x^3+x^2+5x+8?


GCSE 2011: Solve the simultaneous equations: y^2 = 2x + 29 and y = x - 3