EST. 2024 · LONDON·MMXXVI SPECIFICATION
AQA·Edexcel·OCR|Foundation + Higher
AlgebraFoundation & HigherTopic 202 of 245

Solving Simultaneous Equations from Context –

GCSEMathsAI Team·7 min read·23 May 2026

Solving simultaneous equations from context is a common GCSE Maths skill where you translate a real-world situation into two equations and then solve them. These questions test both your ability to form equations and your algebraic solving skills.

What Are Simultaneous Equations from Context?

In many real-life situations, two unknown quantities are linked by two pieces of information. For example, if 3 teas and 2 coffees cost £8.50, and 1 tea and 4 coffees cost £9.50, you can set up two equations and solve them to find the price of each drink.

The challenge is translating words into algebra. You must choose sensible letters for the unknowns, write an equation for each piece of information, and then solve the pair of simultaneous equations using elimination or substitution.

These questions appear on both Foundation and Higher tier papers. Foundation questions usually involve straightforward addition and subtraction contexts, while Higher questions may include more complex setups or require you to interpret the answer in context.

Key Formulas

Define variables clearly, e.g. let t = cost of one tea, c = cost of one coffee
Write one equation per piece of information, then solve by elimination or substitution

Step-by-Step Method

  1. Read the problem carefully and identify the two unknowns. Choose letters to represent them.
  2. Write the first equation from the first piece of information.
  3. Write the second equation from the second piece of information.
  4. Solve the pair of equations using elimination (make coefficients the same and add/subtract) or substitution.
  5. Interpret the solution in context and check it makes sense.

Worked Example 1 — Foundation Level

Question: 2 sandwiches and 3 drinks cost £9.50. 4 sandwiches and 1 drink cost £11.50. Find the cost of one sandwich and one drink.

Working:

Step 1 — Let s = cost of a sandwich and d = cost of a drink.

Step 2 — Equation 1: 2s + 3d = 9.50.

Step 3 — Equation 2: 4s + d = 11.50.

Step 4 — Multiply Equation 2 by 3: 12s + 3d = 34.50.

Step 5 — Subtract Equation 1: 12s + 3d - 2s - 3d = 34.50 - 9.50, so 10s = 25, giving s = 2.50.

Step 6 — Substitute into Equation 2: 4(2.50) + d = 11.50, so 10 + d = 11.50, giving d = 1.50.

Step 7 — Check in Equation 1: 2(2.50) + 3(1.50) = 5 + 4.50 = 9.50. Correct.

Answer: A sandwich costs £2.50 and a drink costs £1.50.

Worked Example 2 — Higher Level

Question: A father is 4 times as old as his daughter. In 6 years, he will be 3 times as old. Find their current ages.

Working:

Step 1 — Let d = daughter's current age and f = father's current age.

Step 2 — Equation 1: f = 4d.

Step 3 — Equation 2 (in 6 years): f + 6 = 3(d + 6).

Step 4 — Expand Equation 2: f + 6 = 3d + 18, so f = 3d + 12.

Step 5 — Substitute Equation 1 into this: 4d = 3d + 12, so d = 12.

Step 6 — f = 4 × 12 = 48.

Step 7 — Check: in 6 years, father is 54, daughter is 18. 54 = 3 × 18. Correct.

Answer: The daughter is 12 years old and the father is 48 years old.

Worked Example 3 — Exam Style

Question: At a cinema, 5 adult tickets and 3 child tickets cost £44. 2 adult tickets and 6 child tickets cost £32. Find the cost of one adult ticket and one child ticket. (5 marks)

Working:

Step 1 — Let a = cost of an adult ticket and c = cost of a child ticket.

Step 2 — Equation 1: 5a + 3c = 44.

Step 3 — Equation 2: 2a + 6c = 32.

Step 4 — Multiply Equation 1 by 2: 10a + 6c = 88.

Step 5 — Subtract Equation 2: 10a + 6c - 2a - 6c = 88 - 32, so 8a = 56, giving a = 7.

Step 6 — Substitute into Equation 2: 2(7) + 6c = 32, so 14 + 6c = 32, 6c = 18, c = 3.

Step 7 — Check in Equation 1: 5(7) + 3(3) = 35 + 9 = 44. Correct.

Answer: An adult ticket costs £7 and a child ticket costs £3.

Common Mistakes

  • Using the same letter for both unknowns. Choose two different letters and define them clearly at the start.
  • Setting up the wrong equations. Read each sentence carefully. "3 teas and 2 coffees cost £8.50" means 3t + 2c = 8.50, not 3t × 2c.
  • Forgetting to check the answer in context. A negative price or a child older than a parent should alert you to an error.

Exam Tips

  • Always start by writing "let x = ... and y = ..." — this earns a mark and keeps your work organised.
  • Label each equation (e.g. Equation 1, Equation 2) so the examiner can follow your working.
  • After solving, substitute back into both original equations to verify your answer.

Practice Questions

Q1 (Foundation): 3 pens and 2 rulers cost £3.80. 1 pen and 2 rulers cost £2.20. Find the cost of a pen and a ruler.

Answer: Let p = pen, r = ruler. 3p + 2r = 3.80 … (1). p + 2r = 2.20 … (2). Subtract (2) from (1): 2p = 1.60, so p = 0.80. Substitute into (2): 0.80 + 2r = 2.20, 2r = 1.40, r = 0.70. A pen costs 80p and a ruler costs 70p. Check: 3(0.80) + 2(0.70) = 2.40 + 1.40 = 3.80. Correct.

Q2 (Foundation): 4 apples and 3 bananas cost £2.50. 2 apples and 5 bananas cost £2.30. Find the cost of each fruit.

Answer: Let a = apple, b = banana. 4a + 3b = 2.50 … (1). 2a + 5b = 2.30 … (2). Multiply (2) by 2: 4a + 10b = 4.60. Subtract (1): 7b = 2.10, b = 0.30. Substitute: 4a + 0.90 = 2.50, 4a = 1.60, a = 0.40. An apple costs 40p and a banana costs 30p.

Q3 (Higher): The perimeter of a rectangle is 34 cm. The length is 5 cm more than the width. Find the dimensions.

Answer: Let w = width and l = length. l = w + 5 and 2l + 2w = 34. Substitute: 2(w + 5) + 2w = 34. 2w + 10 + 2w = 34. 4w = 24. w = 6. l = 11. The rectangle is 11 cm by 6 cm.

Practise simultaneous equations from context questions with instant feedback — completely free on GCSEMathsAI.

Summary

  • Read the problem carefully and define two variables with clear meanings.
  • Write one equation from each piece of information given in the question.
  • Solve by elimination or substitution, whichever is more convenient.
  • Interpret the solution in context and check it makes sense.
  • Always substitute back into both original equations to verify your answer.

Test your understanding

5 quick MCQs to identify any misconceptions on this topic.

Take Diagnostic Quiz
§Academic References

Further reading from leading academic institutions — free and open-access.

N
Equations & IdentitiesNRICH

Cambridge challenges on forming and solving equations.

University of Cambridge · Free · Open Access
C
Solving EquationsCorbett Maths

Step-by-step methods for linear and more complex equations.

Corbett Maths · Free · Open Access
N
Simultaneous EquationsNRICH

Cambridge problems using elimination and substitution methods.

University of Cambridge · Free · Open Access
C
Simultaneous EquationsCorbett Maths

Algebraic and graphical methods for simultaneous equations.

Corbett Maths · Free · Open Access
← Previous topic

Coordinates and Plotting –

Next topic →

Properties of Quadrilaterals –

New · Edexcel Higher 2026

Ten practice papers between you and your exam.

Five Paper 2, five Paper 3 — full mark schemes and worked solutions. Instant PDF download after checkout.

Bundle — £9.99 →Paper 2 — £5.99Paper 3 — £5.99