Simultaneous Linear Equations
Two equations, one solution. When two linear equations share the same $x$ and $y$ values, their graphs cross at exactly one point — and that crossing point is the answer. Master the graphical method and two algebraic methods (substitution and elimination) to solve any pair of simultaneous linear equations.
A café charges $4 for a coffee and $6 for a sandwich. A customer buys 7 items in total and spends exactly $38. How many coffees and how many sandwiches did they buy?
Without calculating — write your gut feeling. What two equations could you write to describe this situation? We'll solve it properly by the end of the lesson.
Simultaneous equations describe two conditions that must both be satisfied at the same time. The solution is the single pair of values $(x, y)$ that makes both equations true.
Two methods exist: graphical (graph both lines and read off the intersection) and algebraic (substitution or elimination). The graphical method gives a visual interpretation; the algebraic methods give exact answers.
Key facts
- A simultaneous equation system is two equations with two unknowns
- The solution is the intersection point of the two graphs
- Three methods: graphical, substitution, elimination
- Parallel lines have no solution; identical lines have infinitely many
Concepts
- Why two conditions are required to fix two unknowns
- Why the intersection of two lines gives the simultaneous solution
- When to use graphical vs algebraic methods
- Why a graphical solution should be verified algebraically
Skills
- Graph two linear equations and identify the intersection point
- Solve by substitution: rearrange one equation and substitute into the other
- Solve by elimination: make coefficients equal and add or subtract
- Set up simultaneous equations from a worded problem
Every linear equation $y = mx + b$ is a straight line. If you graph two such lines on the same set of axes, the point where they cross is the only pair of values that satisfies both equations — that crossing point is the simultaneous solution.
To solve graphically:
- Rearrange both equations into gradient-intercept form $y = mx + b$ (or use a table of values)
- Graph both lines on the same axes — use graphing technology for accuracy
- Identify the coordinates of the intersection point
- Write the solution as $x = \ldots,\ y = \ldots$ and verify in both original equations
What to write in your book
- Graphical method: graph both lines (gradient-intercept form), identify intersection $(x, y)$.
- Always verify: substitute both values back into both equations.
- Use graphing technology for accuracy; hand-drawn graphs give approximations only.
Quick check: Two lines intersect at the point $(3, -1)$. What does this tell you?
Substitution works by making one equation give you one variable in terms of the other, then replacing (substituting) that expression into the second equation — turning two equations into one.
The substitution method follows four steps:
- Choose a variable to isolate. Pick the equation and variable that will be easiest to rearrange (often where the coefficient is 1 or −1).
- Rearrange to get that variable alone. E.g., from $x + y = 7$ get $y = 7 - x$.
- Substitute into the other equation. Replace every occurrence of that variable with your expression, giving a one-variable equation.
- Solve, then back-substitute. Find the first unknown, substitute back to find the second, then verify in both original equations.
What to write in your book
- Substitution: isolate $y$ (or $x$) from one equation → substitute expression into the other → solve → back-substitute.
- Choose the variable with coefficient 1 or −1 to avoid fractions.
- Final check: sub both answers into both original equations.
True or false: After finding $x$ by substitution, you should back-substitute into one of the original equations to find $y$ (not into the rearranged expression).
Elimination removes one variable by making its coefficients equal in both equations, then adding or subtracting the equations to cancel that variable entirely.
The elimination method follows these steps:
- Match coefficients. Multiply one or both equations by a constant so that one variable has the same (or equal and opposite) coefficient in both equations.
- Add or subtract the equations. If coefficients are equal and same sign, subtract. If equal and opposite sign, add. This eliminates one variable.
- Solve the resulting equation. You now have one equation in one unknown.
- Back-substitute and verify. Sub the found value back into either original equation; then verify the solution in both.
What to write in your book
- Elimination: match one variable's coefficients → add (opposite signs) or subtract (same signs) → solve → back-substitute.
- Same sign → subtract. Opposite sign → add.
- Multiply whole equations (both sides) to create matching coefficients.
Fill the blanks: To eliminate $y$ from the system $2x + y = 8$ and $3x + y = 11$, you should the equations (because the $y$ coefficients are the sign).
Worked examples · 3 problems, reveal step by step
Solve the simultaneous equations $y = 2x - 1$ and $y = -x + 5$ graphically. Verify your answer algebraically.
Line 1: $y = 2x - 1$ — gradient 2, $y$-intercept $-1$
Line 2: $y = -x + 5$ — gradient $-1$, $y$-intercept 5
Line 1: $(0,{-1}),\ (1,1),\ (2,3)$
Line 2: $(0,5),\ (2,3),\ (4,1)$
So $x = 2,\ y = 3$
Line 1: $3 = 2(2) - 1 = 3$ ✓
Line 2: $3 = -(2) + 5 = 3$ ✓
Solve: $4c + 6s = 38$ and $c + s = 7$ (the café problem from the hook — $c$ = coffees, $s$ = sandwiches).
From $c + s = 7$: $\quad c = 7 - s$
$4(7 - s) + 6s = 38$
$28 - 4s + 6s = 38$
$2s = 10 \quad \Rightarrow \quad s = 5$
$c = 7 - 5 = 2$
$4(2) + 6(5) = 8 + 30 = 38$ ✓
$2 + 5 = 7$ ✓
Solve: $3x + 2y = 16$ and $3x - y = 7$.
(1) $3x + 2y = 16$
(2) $3x - y = \phantom{1}7$
$(3x + 2y) - (3x - y) = 16 - 7$
$3y = 9 \quad \Rightarrow \quad y = 3$
$3x - 3 = 7$
$3x = 10 \quad \Rightarrow \quad x = \dfrac{10}{3}$
$3\!\left(\dfrac{10}{3}\right) + 2(3) = 10 + 6 = 16$ ✓
Quick-fire practice · 4 problems
Solve graphically (sketch and state the intersection): $y = x + 3$ and $y = -2x + 6$
Solve by substitution: $y = 3x - 1$ and $2x + y = 9$
Solve by elimination: $5x + 2y = 24$ and $5x - 3y = 4$
A shop sells notebooks for $3 and pens for $1.50. Tyra buys 10 items and pays $21. How many of each item did she buy? (Set up and solve two simultaneous equations.)
Match each situation to the correct action:
Top 3 list: Name THREE steps you must complete after finding $x$ and $y$ to be sure you have the correct simultaneous solution.
Look back at the café problem from the Think First section. Using substitution: let $c + s = 7$, so $c = 7 - s$. Substitute into $4c + 6s = 38$: $4(7 - s) + 6s = 38 \Rightarrow 2s = 10 \Rightarrow s = 5$, $c = 2$. The answer is 2 coffees and 5 sandwiches.
What changed in your understanding? Which method — graphical, substitution or elimination — do you find most reliable?
These questions are modelled on the HSC Maths Standard style. Show all working — method marks are available even if the final answer is wrong.
SA 1. Solve the simultaneous equations $y = 2x - 3$ and $y = -x + 6$ by any method. (3 marks)
SA 2. Solve by elimination: $4x + 3y = 18$ and $4x - y = 6$. (3 marks)
SA 3. Two mobile plans cost the same for a certain number of minutes. Plan A costs $15/month plus $0.05 per minute. Plan B costs $5/month plus $0.10 per minute. (a) Write two equations representing the monthly cost $C$ in terms of minutes $m$. (b) Solve simultaneously to find the number of minutes at which the plans cost the same amount, and state that cost. (4 marks)
📖 Comprehensive answers (click to reveal)
Drill 1: $y=x+3$ and $y=-2x+6$. Set equal: $x+3=-2x+6 \Rightarrow 3x=3 \Rightarrow x=1$, $y=4$. Intersection: $(1, 4)$.
Drill 2: Sub $y=3x-1$ into $2x+y=9$: $2x+3x-1=9 \Rightarrow 5x=10 \Rightarrow x=2$, $y=5$.
Drill 3: Subtract: $(5x+2y)-(5x-3y)=24-4 \Rightarrow 5y=20 \Rightarrow y=4$; sub back: $5x=16 \Rightarrow x=3.2$.
Drill 4: Let $n$ = notebooks, $p$ = pens. Equations: $n+p=10$ and $3n+1.5p=21$. Sub $n=10-p$: $3(10-p)+1.5p=21 \Rightarrow 30-1.5p=21 \Rightarrow p=6$, $n=4$. Answer: 4 notebooks, 6 pens.
SA 1 (3 marks): Set equal: $2x-3=-x+6$ [1] $\Rightarrow 3x=9 \Rightarrow x=3$ [1]; $y=2(3)-3=3$ [1]. Solution: $x=3$, $y=3$. Verify: $3=3(3)-3$ ✓ and $3=-3+6$ ✓.
SA 2 (3 marks): Label: (1) $4x+3y=18$; (2) $4x-y=6$. Subtract (2) from (1) [1]: $4y=12 \Rightarrow y=3$ [1]. Sub into (2): $4x=9 \Rightarrow x=2.25$ [1]. Verify: $4(2.25)+3(3)=9+9=18$ ✓.
SA 3 (4 marks): (a) $C = 0.05m + 15$ and $C = 0.10m + 5$ [1 for each equation]. (b) Set equal: $0.05m+15=0.10m+5 \Rightarrow 10=0.05m \Rightarrow m=200$ minutes [1]; $C = 0.05(200)+15 = \$25$ [1].
Five timed questions on simultaneous equations. Beat the boss to bank a tier — gold (90% + speed), silver (75%), or bronze (50%). Replays welcome.
⚔ Enter the arenaClimb platforms by answering questions on simultaneous equations.
Mark lesson as complete
Tick when you've finished the practice and review.