Skip to content
mathlab
0
0
0 XP
Lvl 1
KJ
Lesson 20 ~35 min Unit 2 · Capstone +100 XP

Linear Relationships in Context

The final lesson of Unit 2. Bring together gradient, equations, sketching, and simultaneous equations to solve real-world problems. Every concept connects back to $y = mx + c$.

Today's hook: A rectangle has perimeter 24 cm and the length is twice the width. Can you set up two equations and find the dimensions? This is a simultaneous equations problem in disguise — exactly what you have mastered this unit!
0/5QUESTS
Think First
warm-up

Before you read on — A rectangle has perimeter 24 cm and the length is twice the width. Set up two equations and find the dimensions. Think about which concept to use.

$2L + 2W = 24$ (perimeter) and $L = 2W$ (length twice width). Substitute: $2(2W) + 2W = 24 \Rightarrow W = 4$, $L = 8$. Dimensions: 8 cm by 4 cm.
1
The Big Idea — Unit 2 in Context
+5 XP

Every concept in Unit 2 builds toward solving real-world problems. The thread connecting them all is $y = mx + c$.

Unit 2 told a story: we started with the Cartesian plane and coordinate pairs, built up to gradient and the equation of a line, learned to sketch lines by three methods, and finally solved simultaneous equations by graphing, substitution, and elimination. This lesson shows how it all connects in context.

Choose the tool
Pick the method that matches the given information.
Define variables
Always state what $x$ and $y$ represent, including units.
Verify the answer
Does your answer make sense in the original problem?
Unit 2 Concept Map Linear Relationships Cartesian Plane $(x,y)$ coords Tables Ordered pairs Gradient $m=\Delta y/\Delta x$ $y$-intercept $c$ in $y=mx+c$ Equation $y=mx+c$ Gradient-intercept Sketching Three methods Simultaneous Eq. Sub. / Elimination Word Problems Define, set up, solve Everything connects to $y = mx + c$
Cartesian → Gradient → Equation → Sketch → Simultaneous → Context
2
What You'll Master
objectives

Know

  • All key concepts from Unit 2 and how they connect
  • How to choose the right method for a given problem

Understand

  • How gradient, equation, sketching, and simultaneous equations are all aspects of the same big idea: $y = mx + c$
  • When to use substitution vs elimination vs graphing

Can Do

  • Solve mixed problems involving any concept from the unit
  • Set up and solve word problems using simultaneous equations
  • Choose the appropriate method for each problem type
3
Words You Need — Unit 2 Revision
vocabulary
Cartesian planeA grid formed by a horizontal $x$-axis and vertical $y$-axis, where every point has coordinates $(x, y)$.
GradientThe steepness of a line: $m = \frac{y_2 - y_1}{x_2 - x_1}$ or $\frac{\text{rise}}{\text{run}}$.
$y$-interceptThe point where a line crosses the $y$-axis; the value of $c$ in $y = mx + c$.
Equation of a line$y = mx + c$ where $m$ is the gradient and $c$ is the $y$-intercept.
SketchingDrawing a line using gradient-intercept, intercept method, or table of values.
Simultaneous equationsTwo equations with two variables solved together to find a single $(x, y)$ solution.
Linear modelUsing $y = mx + c$ to represent real-world situations with a constant rate of change.
SolutionAn ordered pair $(x, y)$ that satisfies all equations in a system.
4
Finding Gradient and Equation — Review
+5 XP

You can find the gradient from any of three sources, then use it to build the equation $y = mx + c$.

GivenMethodFormula
Two points $(x_1, y_1)$ and $(x_2, y_2)$Gradient formula$m = \frac{y_2 - y_1}{x_2 - x_1}$
Graph of the lineRead rise and run$m = \frac{\text{rise}}{\text{run}}$
Equation in $y = mx + c$ formRead the coefficient$m$ is the number before $x$

From two points: $(1, 3)$ and $(5, 11)$. $m = \frac{11-3}{5-1} = \frac{8}{4} = 2$.

Find the equation through $(2,5)$ and $(4,11)$: $m = \frac{11-5}{4-2} = 3$. Sub $(2,5)$: $5 = 3(2) + c \Rightarrow c = -1$. Equation: $y = 3x - 1$. Check: $3(4)-1 = 11$ ✓.

Common error: Writing $m = \frac{x_2 - x_1}{y_2 - y_1}$ (run over rise). Gradient is rise over run, i.e., change in $y$ over change in $x$.

5
Sketching — Choose the Best Method
+5 XP
MethodWhen to UseKey Steps
Gradient-interceptEquation is $y = mx + c$Plot $(0, c)$, use $m$ to find second point
InterceptsEquation in form $ax + by = d$Find $x$-int ($y=0$) and $y$-int ($x=0$), join
Table of valuesAny equation; good for checkingChoose $x$ values, calculate $y$, plot points

Intercept method example: Sketch $2x + 3y = 12$.

$y$-intercept ($x=0$): $3y = 12$, $y = 4$ → $(0, 4)$.

$x$-intercept ($y=0$): $2x = 12$, $x = 6$ → $(6, 0)$.

Plot both intercepts and join with a straight line.

$x$ $y$ 1 2 3 4 2 4 6 $(0,4)$ $(6,0)$
$2x+3y=12$ → intercepts $(0,4)$ and $(6,0)$ → join
6
Simultaneous Equations — Substitution and Elimination Recap
+5 XP

Substitution (best when one equation has a variable isolated): $y = 2x + 3$ and $3x + 2y = 23$. Substitute: $3x + 2(2x+3) = 23 \Rightarrow 7x = 17 \Rightarrow x = \frac{17}{7}$.

Elimination (best when coefficients match): $2x + 3y = 13$ and $5x - 3y = 1$. $y$ terms $+3$ and $-3$ (opposite). Add: $7x = 14$, $x = 2$. Back-sub: $y = 3$. Check: $4+9=13$ ✓, $10-9=1$ ✓.

SituationBest Method
One variable has coefficient 1 or $-1$, or already isolatedSubstitution
Both equations in $ax+by=c$ form, coefficients matchElimination (direct)
Both in $ax+by=c$ form, coefficients don't matchElimination (multiply first)
7
Word Problem Strategy + Brain Trainer
applications

For word problems with two unknowns: Read → Define → Set up → Solve → Check.

Cinema tickets example: 2 adults + 3 children = $72. 1 adult + 4 children = $58. Let $a$ = adult price, $c$ = child price. Equations: $2a+3c=72$ and $a+4c=58$. From eq (2): $a=58-4c$. Sub: $2(58-4c)+3c=72 \Rightarrow 116-5c=72 \Rightarrow c=8.80$. Then $a=22.80$. Check: $2(22.80)+3(8.80)=72$ ✓.

Linear model example: A car rental costs $60 per day plus $0.30 per km. Model: $C = 0.30k + 60$. For 200 km: $C = 0.30(200) + 60 = 60 + 60 = \$120$.

Brain Trainer — mixed Unit 2 revision. Go!

  1. 1 Find the gradient through $(2, 3)$ and $(6, 11)$.

    $m = \frac{11-3}{6-2} = \frac{8}{4} = 2$
  2. 2 What is the $y$-intercept of $y = -4x + 7$?

    $c = 7$, so the $y$-intercept is $(0, 7)$
  3. 3 Solve $y = 3x$ and $y = x + 4$ simultaneously.

    $3x = x + 4 \Rightarrow 2x = 4 \Rightarrow x = 2$, $y = 6$. Solution: $(2, 6)$
  4. 4 Find the equation of the line with $m = 3$ through $(1, 5)$.

    $5 = 3(1) + c \Rightarrow c = 2$. Equation: $y = 3x + 2$
  5. 5 A line has intercepts $(4, 0)$ and $(0, -8)$. Find its gradient.

    $m = \frac{-8-0}{0-4} = \frac{-8}{-4} = 2$
  6. 6 Solve by elimination: $x + y = 10$ and $x - y = 4$.

    Add: $2x = 14$, $x = 7$. Then $y = 3$. Solution: $(7, 3)$
  7. 7 What is the gradient of $2x + 5y = 10$? (Rearrange first.)

    $y = -\frac{2}{5}x + 2$, so $m = -\frac{2}{5}$
  8. 8 The sum of two numbers is 18 and their difference is 4. Find the numbers.

    $x+y=18$, $x-y=4$. Add: $2x=22$, $x=11$, $y=7$. Numbers: 11 and 7
  9. 9 A taxi costs $5 flagfall plus $2 per km. Write a linear equation for cost $C$.

    $C = 2k + 5$ where $k$ = km travelled
  10. 10 Does $(3, -1)$ lie on the line $y = 2x - 7$? Show working.

    When $x=3$: $y = 2(3) - 7 = -1$. Yes, $(3,-1)$ lies on the line ✓
Complete in your workbook.
1
What is the gradient of the line through $(1, 2)$ and $(5, 10)$?
+10 XP
2
Equation of line with gradient $-2$ and $y$-intercept $5$?
+10 XP
3
Solve simultaneously: $y = 2x$ and $y = x + 3$
+10 XP
4
A line has $x$-intercept $3$ and $y$-intercept $6$. What is its gradient?
+10 XP
5
Car rental: $60 per day + $0.30 per km. Cost for 200 km?
+10 XP
Show Your Working
3 questions
Apply Medium 4 MARKS

Q6. A line passes through $(2, 5)$ and $(4, 11)$. Find its equation and state the gradient and $y$-intercept.

Answer in your workbook.
Apply Medium 5 MARKS

Q7. Solve simultaneously by elimination: $2x + y = 9$ and $3x - y = 11$. Check your solution.

Answer in your workbook.
Apply Hard 6 MARKS

Q8. Two numbers add to 15 and differ by 3. Write two equations, solve using simultaneous equations, and verify your answer.

Answer in your workbook.
Comprehensive Answers

Quick Check

1. B — $m = \frac{10-2}{5-1} = \frac{8}{4} = 2$.

2. B — $y = -2x + 5$. Gradient $-2$ as coefficient of $x$, intercept $+5$.

3. D — $(3, 6)$. Set $2x = x+3 \Rightarrow x=3$, $y=6$.

4. A — $m = -2$. Points $(3,0)$ and $(0,6)$: $m = \frac{6}{-3} = -2$.

5. B — $\$120$. $C = 60 + 0.30(200) = 120$.

Model Answers

Q6 (4 marks): $m = \frac{11-5}{4-2} = 3$ [1]. Use $(2,5)$: $5 = 3(2)+c \Rightarrow c=-1$ [1]. Equation: $y=3x-1$ [1]. Check: $3(4)-1=11$ ✓ [1].

Q7 (5 marks): $y$ terms $+1$ and $-1$ → add [1]. $5x=20 \Rightarrow x=4$ [2]. Back-sub: $8+y=9 \Rightarrow y=1$ [1]. Verify: $2(4)+1=9$ ✓, $3(4)-1=11$ ✓ [1]. Solution: $(4,1)$.

Q8 (6 marks): Define: $x+y=15$ and $x-y=3$ [2]. Add: $2x=18 \Rightarrow x=9$ [2]. Back-sub: $y=6$ [1]. Check: $9+6=15$ ✓, $9-6=3$ ✓ [1]. Numbers: 9 and 6.

Stretch Challenges · +25 XP, +10 coins

Unit 2 Challenge Set

Stretch 1: A line passes through $(-1, 7)$ and has gradient $-3$. Find its equation, then find where it crosses the $x$-axis.

Reveal solution

$7 = -3(-1) + c \Rightarrow c = 4$. Equation: $y = -3x + 4$. For $x$-intercept: $0 = -3x + 4 \Rightarrow x = \frac{4}{3}$. The $x$-intercept is $\left(\frac{4}{3}, 0\right)$.

Stretch 2: The sum of two numbers is 20. Three times the first plus twice the second is 48. Find the numbers using simultaneous equations.

Reveal solution

$x + y = 20$ and $3x + 2y = 48$. From (1): $y = 20-x$. Sub: $3x + 2(20-x) = 48 \Rightarrow x = 8$. $y = 12$. Check: $8+12=20$ ✓, $3(8)+2(12)=48$ ✓.

Stretch 3: A plumber charges a call-out fee plus an hourly rate. A 2-hour job costs $150 and a 5-hour job costs $330. Find the call-out fee and hourly rate using a linear model.

Reveal solution

$150 = 2m + f$ and $330 = 5m + f$. Subtract: $180 = 3m \Rightarrow m = 60$. Back-sub: $f = 30$. Call-out fee: $30, hourly rate: $60/hour. Check: $5(60)+30=330$ ✓.

Stretch 4: Sketch $y = 2x + 1$ and $y = -x + 4$ on the same axes and find their intersection algebraically.

Reveal solution

Set equal: $2x+1 = -x+4 \Rightarrow 3x = 3 \Rightarrow x=1$. Then $y=3$. Intersection: $(1, 3)$. Check: $y = -(1)+4 = 3$ ✓.

R
Unit 2 Complete — What You Mastered

Gradient formula

$m = \frac{y_2-y_1}{x_2-x_1} = \frac{\text{rise}}{\text{run}}$

Equation of a line

$y = mx + c$: $m$ = gradient, $c$ = $y$-intercept

From two points

Find $m$, then substitute a point to find $c$

Three sketch methods

Gradient-intercept, intercepts, table of values

Substitution

Isolate → Substitute → Solve → Back-sub → Verify

Elimination

Match coefficients → Add/subtract → Solve → Verify

Word problems

Read → Define → Set up → Solve → Check

Linear model

$y = mx + c$: $m$ = rate of change, $c$ = starting value

Unit 2 Badges

0 of 8
Unit Complete!
Gradient Master
Equation Writer
Simultaneous Solver
Problem Solver
Sketcher
Verifier
Linear Expert

Mark Unit 2 as complete!

You have finished all 20 lessons of Unit 2: Linear Relationships. Tick to earn +100 XP and +50 coins — a milestone achievement!