Year 11 General Mathematics

Simultaneous Equations: Word Problems

Today is about turning a story into two equations, then solving them using substitution or elimination.

Do the sections in order. Show working. Your final answer should make sense in the original problem, not just on the algebra line.

Start here

Word problems are not trying to hide the maths. They just make you find it first.

The goal is to pull out two unknowns and two facts. Once you have two equations, the solving part is the same as last lesson.

Two unknowns

Choose letters for the two things you need to find.

a = adult ticket
c = child ticket

Two equations

Each useful fact in the problem should become one equation.

2a + c = 47 a + c = 30

One answer pair

The answer has to work in both equations and in the story.

(a, c)
Useful habit: write what your letters mean before you write the equations. It stops the algebra turning into alphabet soup.
This browser is blocking local storage, so scratchpad text cannot persist after the page is closed.

The word problem routine

Step What to write What it does
Define the variables x = ... and y = ... Makes it clear what the letters stand for.
Write two equations One equation for each useful fact. Turns the story into algebra.
Choose a method Substitution or elimination. Pick the method that gives you the cleanest next line.
Solve Find both unknowns. Gives the ordered pair.
Answer the question Write a sentence with units. Makes sure the answer fits the original problem.

Worked example

Example Tickets

Two adult tickets and one child ticket cost $47. One adult ticket and one child ticket cost $30. Find the cost of each ticket.

Define the variables:

a = cost of one adult ticket c = cost of one child ticket

Write the equations:

2a + c = 47 a + c = 30

Choose a method: elimination is clean here because both equations have +c.

Subtract the equations:

2a + c = 47 - a + c = 30 -------------- a = 17

Find the second value:

a + c = 30 17 + c = 30 c = 13

Answer: one adult ticket costs $17 and one child ticket costs $13.

Check the answer
Two adult tickets and one child ticket: 2(17) + 13 = 47 One adult ticket and one child ticket: 17 + 13 = 30

Section A: write the equations

Do not solve these yet. Define the variables and write two equations.

A1. Tickets

Three adult tickets and two child tickets cost $82. One adult ticket and two child tickets cost $44.

Check equations
a = adult ticket c = child ticket 3a + 2c = 82 a + 2c = 44

A2. Pens and notebooks

A student buys 12 items in total. Pens cost $3 each and notebooks cost $7 each. The total cost is $60.

Check equations
p = number of pens n = number of notebooks p + n = 12 3p + 7n = 60

A3. Two numbers

Two numbers add to 31. The first number is 7 more than the second number.

Check equations
f = first number s = second number f + s = 31 f = s + 7

A4. Tables

A room has small tables and large tables. There are 14 tables in total. Small tables seat 4 people and large tables seat 6 people. The room seats 72 people.

Check equations
s = number of small tables l = number of large tables s + l = 14 4s + 6l = 72

Section B: solve the equations

The equations have already been written. Choose substitution or elimination and solve.

B1

x + y = 18 x - y = 4

B2

y = 2x + 1 x + y = 16

B3

2x + y = 19 2x - y = 7

B4

x = y + 5 x + 2y = 26

B5

3x + y = 31 x + y = 17

B6

2x + y = 17 3x + 2y = 31
Section B answers
  • B1: (11, 7)
  • B2: (5, 11)
  • B3: (6.5, 6). This one has a decimal x-value, so take care.
  • B4: (12, 7)
  • B5: (7, 10)
  • B6: (3, 11)

Section C: word problem practice

For each problem, define the variables, write two equations, solve, then answer in a sentence.

C1. Movie tickets

Two adult tickets and three child tickets cost $85. Two adult tickets and one child ticket cost $51. Find the cost of one adult ticket and one child ticket.

Check answer
a = adult ticket c = child ticket 2a + 3c = 85 2a + c = 51 Subtract: 2c = 34 c = 17 2a + 17 = 51 2a = 34 a = 17 Adult ticket = $17 Child ticket = $17

C2. Stationery

A student buys 15 pens and notebooks altogether. Pens cost $2 each and notebooks cost $6 each. The total cost is $58. How many pens and notebooks did the student buy?

Check answer
p = number of pens n = number of notebooks p + n = 15 2p + 6n = 58 p = 15 - n 2(15 - n) + 6n = 58 30 - 2n + 6n = 58 4n = 28 n = 7 p = 8 Pens = 8 Notebooks = 7

C3. Tables

A hall has 18 tables. Small tables seat 4 people and large tables seat 6 people. Altogether, the tables seat 88 people. How many of each table are there?

Check answer
s = small tables l = large tables s + l = 18 4s + 6l = 88 s = 18 - l 4(18 - l) + 6l = 88 72 - 4l + 6l = 88 2l = 16 l = 8 s = 10 Small tables = 10 Large tables = 8

C4. Sandwiches and drinks

Three sandwiches and two drinks cost $39. One sandwich and two drinks cost $21. Find the cost of one sandwich and one drink.

Check answer
s = sandwich d = drink 3s + 2d = 39 s + 2d = 21 Subtract: 2s = 18 s = 9 9 + 2d = 21 2d = 12 d = 6 Sandwich = $9 Drink = $6

Practice simultaneous word problems

Change the options below to get a fresh set. Your working is saved only on this device.

Check answers for this set

    Exit ticket

    Complete this before the end of the lesson.

    Write, solve and check

    A school sells raffle tickets and drink vouchers. Four raffle tickets and one drink voucher cost $23. Two raffle tickets and one drink voucher cost $13. Find the cost of one raffle ticket and one drink voucher.

    Exit ticket answer
    r = raffle ticket d = drink voucher 4r + d = 23 2r + d = 13 Subtract: 2r = 10 r = 5 2(5) + d = 13 10 + d = 13 d = 3 Raffle ticket = $5 Drink voucher = $3
    Last check: put your answer back into the original story. If the costs, totals or numbers do not match, go hunting for the line where the error crept in.