GCSE Revision Aid: This resource is designed to support your revision and may contain errors. If you find a discrepancy with your class teaching, your teacher is correct — please let us know at gcserevise@scott.scottrix.co.uk.

A19: Simultaneous Equations

Foundation Higher AQAEdexcelOCREduqasCCEA

Solve two simultaneous equations; linear/linear and linear/quadratic (Higher)

Fastmail

📋 Key Concepts

Simultaneous equations: Two or more equations with the same variables. Find values that satisfy ALL equations.
Methods:
  • Elimination: Add or subtract equations to remove one variable
  • Substitution: Express one variable in terms of another
  • Graphically: Find where lines/curves intersect

📝 Solving by Elimination

Method:
  1. Make coefficients of one variable equal (multiply if needed)
  2. Add or subtract equations to eliminate that variable
  3. Solve for the remaining variable
  4. Substitute back to find the other variable
Example 1

Solve: 3x + 2y = 7 and 5x - 2y = 1

Solution:

Add the equations (y cancels):

3x + 2y = 7

5x - 2y = 1

─────────

8x = 8

x = 1

Substitute x = 1 into first equation:

3(1) + 2y = 7

2y = 4

y = 2

Solution: x = 1, y = 2

Example 2

Solve: 2x + 3y = 8 and 2x + y = 4

Solution:

Subtract the equations (x cancels):

2x + 3y = 8

2x + y = 4

─────────

2y = 4

y = 2

Substitute y = 2:

2x + 2 = 4

2x = 2

x = 1

Solution: x = 1, y = 2

📝 When Coefficients Aren't Equal

Example 3

Solve: 3x + 2y = 13 and 2x + 5y = 20

Solution:

Step 1: Make x coefficients equal. Multiply first equation by 2, second by 3:

6x + 4y = 26 ... (1)

6x + 15y = 60 ... (2)

Step 2: Subtract (2) - (1):

11y = 34

y = 3411

Step 3: Substitute back:

3x + 2(3411) = 13

3x = 13 - 6811 = 7511

x = 2511

Solution: x = 2511, y = 3411

📝 Solving by Substitution

Example 4

Solve: y = 2x + 1 and 3x + 2y = 16

Solution:

Substitute y = 2x + 1 into second equation:

3x + 2(2x + 1) = 16

3x + 4x + 2 = 16

7x = 14

x = 2

Substitute x = 2:

y = 2(2) + 1 = 5

Solution: x = 2, y = 5

📝 Linear/Quadratic Simultaneous Equations (Higher)

Example 5

Solve: y = x² and y = x + 2

Solution:

Set them equal: x² = x + 2

x² - x - 2 = 0

(x - 2)(x + 1) = 0

x = 2 or x = -1

Find y values:

When x = 2: y = 4

When x = -1: y = 1

Solutions: (2, 4) and (-1, 1)

Example 6

Solve: y = x + 3 and y = x² - 2x + 3

Solution:

Set equal: x + 3 = x² - 2x + 3

0 = x² - 3x

x(x - 3) = 0

x = 0 or x = 3

When x = 0: y = 3

When x = 3: y = 6

Solutions: (0, 3) and (3, 6)

❓ Practice Questions

Q1: Solve: x + y = 10 and x - y = 4

Q2: Solve: 2x + 3y = 12 and 2x + y = 8

Q3: Solve: 3x - 2y = 7 and x + 2y = 9

Q4: Solve by substitution: y = 3x - 1 and 2x + y = 9

Q5: Solve: y = x² and y = 4

Q6: Solve: y = 2x - 1 and y = x² - 4x + 5

✅ Answers

  1. x = 7, y = 3
  2. x = 3, y = 2
  3. x = 4, y = 2.5
  4. x = 2, y = 5
  5. x = 2 or x = -2, y = 4
  6. x = 2, y = 3 and x = 3, y = 5

🎯 Exam Tips

🧠 Problem-Solving Strategies

Problem-Solving

For elimination: match coefficients by multiplying, then add or subtract. For substitution: rearrange one equation to y = ... or x = ..., then substitute into the other. For linear/quadratic: set the y-values equal and solve the resulting quadratic. Always check in BOTH original equations.
Multi-Step Problem

5 apples and 3 bananas cost £4.10. 2 apples and 7 bananas cost £4.55. Find the cost of each.

Solution:

Let a = cost of apple, b = cost of banana

5a + 3b = 410 ... (1) [in pence]

2a + 7b = 455 ... (2)

Multiply (1) by 2: 10a + 6b = 820. Multiply (2) by 5: 10a + 35b = 2275

Subtract: 29b = 1455 → b = 50p. From (1): 5a + 150 = 410 → 5a = 260 → a = 52p

Apple = 52p, Banana = 50p

⚠️ Common Errors

Watch Out!

1. Wrong: Adding equations when signs are the same and you should subtract Correct: If both have +3y, SUBTRACT to eliminate. If one has +3y and other -3y, ADD.

2. Wrong: Finding x but forgetting to find y Correct: Always substitute back to find the other variable

3. Wrong: For y = x² and y = 2x, writing x² + 2x = 0 Correct: Set them equal: x² = 2x → x² - 2x = 0 → x(x-2) = 0

✍️ 6-Mark Exam Question

Extended Answer

6 marks: A cinema sells adult tickets for £10 and child tickets for £6. On Saturday, 250 tickets were sold and the total revenue was £1980. (a) Write two simultaneous equations. (b) Solve to find how many adults and children attended. (c) On Sunday, adult prices increase to £12 and 200 tickets sell for £1920. How many adults now?

(a) a + c = 250 ... (1), 10a + 6c = 1980 ... (2)

(b) From (1): c = 250 - a. Substitute: 10a + 6(250 - a) = 1980 → 10a + 1500 - 6a = 1980 → 4a = 480 → a = 120, c = 130

120 adults, 130 children

(c) 12a + 6(200 - a) = 1920 → 12a + 1200 - 6a = 1920 → 6a = 720 → a = 120 adults

Mark scheme: (a) 2 marks for both equations. (b) 2 marks for solving. (c) 2 marks.

📊 AO3: Reason & Interpret

Reasoning and Interpretation

A line y = 2x + 1 and curve y = x² - x + 3 intersect.

(a) Find the coordinates of the intersection points.

(b) Is the line above or below the curve between the intersection points?

(c) Sketch both graphs on the same axes.

Answers: (a) 2x + 1 = x² - x + 3 → x² - 3x + 2 = 0 → (x-1)(x-2) = 0 → x = 1 or 2. Points: (1, 3) and (2, 5). (b) At x = 1.5: line gives y = 4, curve gives y = 2.25 - 1.5 + 3 = 3.75. Line is above the curve. (c) Line and parabola intersect at (1,3) and (2,5), with the line above between these points.

📝 Exam Questions by Topic

🎬 Video Resources

Share this page

Ready to ace your GCSE Mathematics exams?

Get the best revision books and guides to boost your grades.