Topic 04 | Number & Algebra

Simultaneous equations

Year 10 core: solving pairs of linear equations graphically and algebraically using substitution and elimination, with applications to break-even and real-world problems.

65-80 min Printable practice Answer key Challenge included
How to use this page

Read the explanation, work through the examples, then complete the core practice before printing.

Study progress: Not started

What you will learn

Worked example 0 Real-world example: break-even analysis

A bakery has fixed costs of $200 per day and variable costs of $1.50 per loaf. Each loaf sells for $4.00. How many loaves must be sold to break even?

  1. Let nn = number of loaves. Cost: C=200+1.5nC = 200 + 1.5n. Revenue: R=4nR = 4n.
  2. Break-even means C=RC = R: 200+1.5n=4n200 + 1.5n = 4n.
  3. 200=2.5n200 = 2.5n, so n=80n = 80.
  4. The bakery must sell 8080 loaves per day to break even.

Key idea: break-even is the intersection of the cost and revenue lines.

1. Graphical method

Two linear equations represent two straight lines. Their point of intersection is the solution — the pair (x,y)(x, y) that satisfies both equations simultaneously.

xyy = 2x + 1y = -x + 7(2, 5)

Three possible outcomes:

OutcomeLinesSolutions
One solutionLines intersect at one pointUnique pair (x,y)(x, y)
No solutionLines are parallel (same gradient, different intercept)None
Infinitely manyLines are identicalEvery point on the line
Worked example 1 Solving graphically

Solve y=2x+1y = 2x + 1 and y=x+7y = -x + 7 by reading the graph above.

  1. The lines cross at the point (2,5)(2, 5).
  2. Check: y=2(2)+1=5y = 2(2) + 1 = 5 and y=(2)+7=5y = -(2) + 7 = 5. Both equations satisfied.
  3. Solution: x=2x = 2, y=5y = 5.

2. Substitution method

When to use: when one equation already has a variable expressed as the subject (or can easily be rearranged).

Formula reference

Step 1: Express one variable in terms of the other.\text{Step 1: Express one variable in terms of the other.}Step 2: Substitute into the other equation.\text{Step 2: Substitute into the other equation.}Step 3: Solve the resulting single-variable equation.\text{Step 3: Solve the resulting single-variable equation.}Step 4: Back-substitute to find the second variable.\text{Step 4: Back-substitute to find the second variable.}
Worked example 2 Substitution method

Solve y=3x1y = 3x - 1 and 2x+y=92x + y = 9.

  1. The first equation gives y=3x1y = 3x - 1.
  2. Substitute into the second: 2x+(3x1)=92x + (3x - 1) = 9.
  3. 5x1=95x - 1 = 9, so 5x=105x = 10, x=2x = 2.
  4. Back-substitute: y=3(2)1=5y = 3(2) - 1 = 5.
  5. Solution: x=2x = 2, y=5y = 5.
  6. Check in second equation: 2(2)+5=92(2) + 5 = 9. Correct.
Worked example 3 Substitution when rearrangement is needed

Solve 3x2y=73x - 2y = 7 and x+y=1x + y = 1.

  1. From the second equation: x=1yx = 1 - y.
  2. Substitute into the first: 3(1y)2y=73(1 - y) - 2y = 7.
  3. 33y2y=73 - 3y - 2y = 7, so 5y=4-5y = 4, y=45y = -\dfrac{4}{5}.
  4. x=1(45)=95x = 1 - \left(-\dfrac{4}{5}\right) = \dfrac{9}{5}.
  5. Solution: x=95x = \dfrac{9}{5}, y=45y = -\dfrac{4}{5}.

3. Elimination method

When to use: when both equations are in the form ax+by=cax + by = c and you can make the coefficients of one variable match (or be opposites) by multiplying.

Worked example 4 Elimination by addition

Solve 3x+2y=163x + 2y = 16 and x2y=0x - 2y = 0.

  1. The yy-coefficients are +2+2 and 2-2 — they already cancel on addition.
  2. Add the equations: (3x+2y)+(x2y)=16+0(3x + 2y) + (x - 2y) = 16 + 0, so 4x=164x = 16, x=4x = 4.
  3. Substitute into equation 2: 42y=04 - 2y = 0, so y=2y = 2.
  4. Solution: x=4x = 4, y=2y = 2.
Worked example 5 Elimination requiring multiplication

Solve 2x+3y=122x + 3y = 12 and 5x+2y=115x + 2y = 11.

  1. To eliminate yy, multiply equation 1 by 22 and equation 2 by 33:
    • 4x+6y=244x + 6y = 24
    • 15x+6y=3315x + 6y = 33
  2. Subtract: (15x+6y)(4x+6y)=3324(15x + 6y) - (4x + 6y) = 33 - 24, so 11x=911x = 9, x=911x = \dfrac{9}{11}.
  3. Substitute into equation 1: 2 ⁣(911)+3y=122\!\left(\dfrac{9}{11}\right) + 3y = 12, so 1811+3y=12\dfrac{18}{11} + 3y = 12, 3y=114113y = \dfrac{114}{11}, y=3811y = \dfrac{38}{11}.
  4. Solution: x=911x = \dfrac{9}{11}, y=3811y = \dfrac{38}{11}.
Worked example 6 Recognising no solution

Solve 2x+4y=102x + 4y = 10 and x+2y=8x + 2y = 8.

  1. Multiply equation 2 by 22: 2x+4y=162x + 4y = 16.
  2. But equation 1 says 2x+4y=102x + 4y = 10.
  3. 101610 \neq 16, so there is no solution — the lines are parallel.

4. Real-world applications

Worked example 7 Mixture problem

A chemist mixes solution A (30% acid) with solution B (70% acid) to make 200 mL of 45% acid. How much of each is needed?

  1. Let aa = mL of A and bb = mL of B.
  2. Total volume: a+b=200a + b = 200.
  3. Acid content: 0.30a+0.70b=0.45×200=900.30a + 0.70b = 0.45 \times 200 = 90.
  4. From equation 1: a=200ba = 200 - b. Substitute: 0.30(200b)+0.70b=900.30(200 - b) + 0.70b = 90.
  5. 600.30b+0.70b=9060 - 0.30b + 0.70b = 90, so 0.40b=300.40b = 30, b=75b = 75.
  6. a=20075=125a = 200 - 75 = 125.
  7. The chemist needs 125125 mL of A and 7575 mL of B.
Worked example 8 Break-even with two products

A company makes widgets and gadgets. Each widget costs $5 to produce and sells for $12. Each gadget costs $8 to produce and sells for $15. Fixed costs are $1400 per week. The company makes ww widgets and gg gadgets. If it makes twice as many widgets as gadgets and wants to break even, find ww and gg.

  1. Profit per widget: 125=712 - 5 = 7. Profit per gadget: 158=715 - 8 = 7.
  2. Break-even: 7w+7g=14007w + 7g = 1400, i.e. w+g=200w + g = 200.
  3. Constraint: w=2gw = 2g.
  4. Substitute: 2g+g=2002g + g = 200, so 3g=2003g = 200, g=200366.7g = \dfrac{200}{3} \approx 66.7.
  5. Since production must be whole numbers: g=67g = 67, w=134w = 134 (with slight profit), or g=66g = 66, w=132w = 132 (slight loss). The exact break-even requires g=6623g = 66\tfrac{2}{3}.

Key idea: mathematical solutions sometimes need practical adjustment.


Practice

Fluency

Tier 1: basic solving

    1. Solve by substitution: y=x+3y = x + 3 and y=2x1y = 2x - 1.
    2. Solve by substitution: y=4xy = 4x and 3x+y=143x + y = 14.
    3. Solve by elimination: x+y=10x + y = 10 and xy=4x - y = 4.
    4. Solve by elimination: 3x+y=113x + y = 11 and x+y=5x + y = 5.
    5. Solve: 2x+y=72x + y = 7 and xy=2x - y = 2.
    6. Solve: y=2x+3y = 2x + 3 and 3xy=13x - y = -1.
    7. Solve: 4x+3y=184x + 3y = 18 and 2x+3y=122x + 3y = 12.
    8. Solve: x+2y=8x + 2y = 8 and 3x+2y=123x + 2y = 12.
    9. Write the equations for: “Two numbers add to 20 and differ by 6.” Solve them.
    10. Write the equations for: “A pen costs $2 more than a pencil. Three pens and two pencils cost $21.” Solve them.
Reasoning

Tier 2: multi-step and applications

    1. Solve x2+y3=4\dfrac{x}{2} + \dfrac{y}{3} = 4 and xy=3x - y = 3.
    2. Solve 5x+2y=15x + 2y = 1 and 3x4y=113x - 4y = 11.
    3. Determine whether 2x6y=42x - 6y = 4 and x3y=7x - 3y = 7 have no solution, one solution, or infinitely many solutions.
    4. A fruit shop sells apples at $3 per kg and bananas at $2 per kg. A customer buys 5 kg of fruit for $12. How many kg of each?
    5. Two cars leave the same point. Car A travels north at 8080 km/h and car B travels north at 6060 km/h but left 11 hour earlier. When and where does car A overtake car B?
    6. The perimeter of a rectangle is 3636 cm and the length is 44 cm more than the width. Find the dimensions.
    7. Solve 2x+3y=12x + 3y = 1 and 4x+6y=24x + 6y = 2. How many solutions are there? Explain.
    8. A test has 3030 questions. Correct answers score 44 marks; wrong answers lose 11 mark. A student scores 7575. How many correct answers?
Reasoning

Tier 3: extended problems

    1. Three friends buy cinema tickets and snacks. Use the information below to set up and solve simultaneous equations: 2 tickets and 1 snack cost $35; 1 ticket and 2 snacks cost $25. Find the cost of a ticket and a snack.
    2. A boat travels 3030 km upstream in 33 hours and 3030 km downstream in 22 hours. Find the speed of the boat in still water and the speed of the current.
    3. A company’s cost function is C=500+8nC = 500 + 8n and revenue function is R=20n0.05n2R = 20n - 0.05n^2. Find the break-even point(s).
    4. The line ax+by=1ax + by = 1 passes through (2,1)(2, 1) and (4,1)(4, -1). Find aa and bb, then write the equation in the form y=mx+cy = mx + c.

Challenge

Reasoning

Harder reasoning

    1. A two-digit number has digits that add to 99. If the digits are reversed, the new number is 2727 less than the original. Find the number. (Hint: let the tens digit be tt and units digit be uu, so the number is 10t+u10t + u.)
    2. Solve the system 2x+3y=7\dfrac{2}{x} + \dfrac{3}{y} = 7 and 5x1y=9\dfrac{5}{x} - \dfrac{1}{y} = 9 by letting u=1xu = \dfrac{1}{x} and v=1yv = \dfrac{1}{y}.
    3. Find the equation of the line passing through the intersection of 2x+y=52x + y = 5 and xy=1x - y = 1 that also passes through (0,4)(0, 4).
    4. A shop sells two sizes of coffee. On Monday, 40 small and 25 large coffees earned $285. On Tuesday, 30 small and 35 large coffees earned $295. Find the price of each size, then find the day’s revenue if 50 small and 50 large are sold.

Interactive

Try it yourself: two lines, one solution

Work through 3 examples. Drag the blue or green points to reposition each line.

Example 1 (easy). Drag either line so the two lines cross at (2, 1). The red dot shows their current intersection.

Line A slope
0.67
Line B slope
-0.67
Intersection
(0.00, 1.00)
Answers

Answer key

Attempt the practice first. When you're ready to check, expand the answers below.

Show the full answer key

Year 10 core - answers

Fluency

Tier 1: basic solving

    1. x+3=2x1x + 3 = 2x - 1, x=4x = 4, y=7y = 7.
    2. 3x+4x=143x + 4x = 14, 7x=147x = 14, x=2x = 2, y=8y = 8.
    3. Add: 2x=142x = 14, x=7x = 7, y=3y = 3.
    4. Subtract: 2x=62x = 6, x=3x = 3, y=2y = 2.
    5. Add: 3x=93x = 9, x=3x = 3, y=1y = 1.
    6. Substitute: 3x(2x+3)=13x - (2x + 3) = -1, x3=1x - 3 = -1, x=2x = 2, y=7y = 7.
    7. Subtract: 2x=62x = 6, x=3x = 3, y=2y = 2.
    8. Subtract: 2x=42x = 4, x=2x = 2, y=3y = 3.
    9. x+y=20x + y = 20 and xy=6x - y = 6. Add: 2x=262x = 26, x=13x = 13, y=7y = 7.
    10. Let pencil =p= p, pen =p+2= p + 2. 3(p+2)+2p=213(p + 2) + 2p = 21, 5p+6=215p + 6 = 21, p=3p = 3. Pencil $3, pen $5.
Reasoning

Tier 2: multi-step and applications

    1. From eq 2: x=y+3x = y + 3. Substitute: y+32+y3=4\dfrac{y+3}{2} + \dfrac{y}{3} = 4. Multiply by 66: 3(y+3)+2y=243(y+3) + 2y = 24, 5y+9=245y + 9 = 24, y=3y = 3, x=6x = 6.
    2. Multiply eq 1 by 22: 10x+4y=210x + 4y = 2. Add to eq 2: 13x=1313x = 13, x=1x = 1, y=2y = -2.
    3. Multiply eq 2 by 22: 2x6y=142x - 6y = 14. But eq 1 is 2x6y=42x - 6y = 4. Since 14414 \neq 4, there is no solution (parallel lines).
    4. a+b=5a + b = 5 and 3a+2b=123a + 2b = 12. From eq 1: b=5ab = 5 - a. Substitute: 3a+2(5a)=123a + 2(5-a) = 12, a+10=12a + 10 = 12, a=2a = 2 kg apples, b=3b = 3 kg bananas.
    5. Car B position: 60t60t (where tt is hours after B left). Car A position: 80(t1)80(t - 1) (A left 1 hour later). Overtake: 80(t1)=60t80(t-1) = 60t, 80t80=60t80t - 80 = 60t, 20t=8020t = 80, t=4t = 4 hours after B left. Position: 60×4=24060 \times 4 = 240 km from start.
    6. 2l+2w=362l + 2w = 36 and l=w+4l = w + 4. Substitute: 2(w+4)+2w=362(w+4) + 2w = 36, 4w+8=364w + 8 = 36, w=7w = 7 cm, l=11l = 11 cm.
    7. Eq 2 is exactly 2×2 \times eq 1: 4x+6y=2(2x+3y)=2(1)=24x + 6y = 2(2x + 3y) = 2(1) = 2. The equations are identical, so there are infinitely many solutions.
    8. Let cc = correct, ww = wrong. c+w=30c + w = 30 and 4cw=754c - w = 75. Add: 5c=1055c = 105, c=21c = 21 correct answers.
Reasoning

Tier 3: extended problems

    1. 2t+s=352t + s = 35 and t+2s=25t + 2s = 25. Multiply eq 2 by 22: 2t+4s=502t + 4s = 50. Subtract eq 1: 3s=153s = 15, s=5s = 5. t=3552=15t = \dfrac{35 - 5}{2} = 15. Ticket $15, snack $5.
    2. Let boat speed =b= b, current =c= c. Upstream: 30bc=3\dfrac{30}{b - c} = 3, so bc=10b - c = 10. Downstream: 30b+c=2\dfrac{30}{b + c} = 2, so b+c=15b + c = 15. Add: 2b=252b = 25, b=12.5b = 12.5 km/h, c=2.5c = 2.5 km/h.
    3. 500+8n=20n0.05n2500 + 8n = 20n - 0.05n^2. 0.05n212n+500=00.05n^2 - 12n + 500 = 0. n2240n+10000=0n^2 - 240n + 10\,000 = 0. n=240±57600400002=240±176002=240±40112=120±2011n = \dfrac{240 \pm \sqrt{57\,600 - 40\,000}}{2} = \dfrac{240 \pm \sqrt{17\,600}}{2} = \dfrac{240 \pm 40\sqrt{11}}{2} = 120 \pm 20\sqrt{11}. So n12066.3=53.7n \approx 120 - 66.3 = 53.7 or n120+66.3=186.3n \approx 120 + 66.3 = 186.3. Break-even at approximately 5454 and 186186 units.
    4. Through (2,1)(2,1): 2a+b=12a + b = 1. Through (4,1)(4,-1): 4ab=14a - b = 1. Add: 6a=26a = 2, a=13a = \dfrac{1}{3}, b=123=13b = 1 - \dfrac{2}{3} = \dfrac{1}{3}. Equation: x3+y3=1\dfrac{x}{3} + \dfrac{y}{3} = 1, so x+y=3x + y = 3, y=x+3y = -x + 3.
Reasoning

Challenge

    1. Number =10t+u= 10t + u. t+u=9t + u = 9 and 10t+u(10u+t)=2710t + u - (10u + t) = 27, so 9t9u=279t - 9u = 27, tu=3t - u = 3. Add: 2t=122t = 12, t=6t = 6, u=3u = 3. The number is 6363.
    2. Let u=1xu = \dfrac{1}{x}, v=1yv = \dfrac{1}{y}. 2u+3v=72u + 3v = 7 and 5uv=95u - v = 9. From eq 2: v=5u9v = 5u - 9. Substitute: 2u+3(5u9)=72u + 3(5u - 9) = 7, 17u27=717u - 27 = 7, u=2u = 2, v=1v = 1. So x=12x = \dfrac{1}{2}, y=1y = 1.
    3. Solve 2x+y=52x + y = 5 and xy=1x - y = 1: add, 3x=63x = 6, x=2x = 2, y=1y = 1. The intersection is (2,1)(2, 1). Line through (2,1)(2, 1) and (0,4)(0, 4): gradient =4102=32= \dfrac{4 - 1}{0 - 2} = -\dfrac{3}{2}. Equation: y=32x+4y = -\dfrac{3}{2}x + 4.
    4. 40s+25l=28540s + 25l = 285 and 30s+35l=29530s + 35l = 295. Multiply eq 1 by 77 and eq 2 by 55: 280s+175l=1995280s + 175l = 1995 and 150s+175l=1475150s + 175l = 1475. Subtract: 130s=520130s = 520, s=4s = 4. 40(4)+25l=28540(4) + 25l = 285, 25l=12525l = 125, l=5l = 5. Small $4, large $5. Revenue for 50 of each: 50(4)+50(5)=200+250=45050(4) + 50(5) = 200 + 250 = 450.

Prefer paper? Print the answer key as a separate booklet: open print view ->