MTH1W Linear Relations & Graphing Grade 9 Unit 4 — practice questions with full solutions
Slope, intercepts, y = mx + b, standard form, parallel and perpendicular lines, tables of values, and reading meaning out of a graph in a real context.
Free MTH1W linear relations & graphing practice for Grade 9 students in Ontario. These 13 questions cover the same material as a typical unit test or exam review on this topic, and every one comes with a complete worked solution — not just an answer key. Useful whether you are preparing for a MTH1W unit test, catching up on a lesson, or reviewing before the final exam.
MTH1W · Grade 9Strand C — Algebra11 core2 challenge
1Core
Find the slope of the line through (2, 5) and (6, 13).
Show the full solution
Use m = (y2 − y1)⁄(x2 − x1).
Substitute: (13 − 5)⁄(6 − 2) = 8⁄4.
Simplify.
Final answerm = 2
2Core
Write the equation of the line with slope −3 and y-intercept 7.
Show the full solution
Use the form y = mx + b.
Here m = −3 and b = 7.
Substitute directly.
Final answery = −3x + 7
3Core
Find the equation of the line passing through (1, 4) and (3, 10).
Show the full solution
First find the slope: m = (10 − 4)⁄(3 − 1) = 6⁄2 = 3.
Substitute one point into y = 3x + b. Using (1, 4): 4 = 3(1) + b.
Solve for b: b = 1.
Check with the other point: 3(3) + 1 = 10. ✔
Final answery = 3x + 1
4Core
From the graph above, determine: (a) the slope of the line, (b) its y-intercept, (c) the equation in the form y = mx + b, and (d) the value of y when x = 4.
Show the full solution
(a) Use the two marked points (0, −1) and (2, 3). Slope = rise ÷ run = (3 − (−1)) ÷ (2 − 0) = 4 ÷ 2 = 2.
(b) The line crosses the y-axis at −1, so b = −1.
(c) Substitute into y = mx + b: y = 2x − 1.
(d) Substitute x = 4: y = 2(4) − 1 = 7.
Note that (4, 7) lies beyond the drawn portion — the equation still works because a line continues forever.
Final answer(a) m = 2 (b) −1 (c) y = 2x − 1 (d) y = 7
5Core
Find the x-intercept and y-intercept of 2x + 5y = 20.
Show the full solution
For the x-intercept, set y = 0: 2x = 20, so x = 10.
For the y-intercept, set x = 0: 5y = 20, so y = 4.
Write them as coordinates.
Final answerx-intercept (10, 0); y-intercept (0, 4)
6Core
Does the point (3, −2) lie on the line y = −2x + 4? Justify your answer.
Show the full solution
Substitute x = 3 into the equation.
y = −2(3) + 4 = −6 + 4 = −2.
The calculated y matches the given y-coordinate, so the point satisfies the equation.
Final answerYes — substituting x = 3 gives y = −2
7Core
A line has equation y = 2⁄3x − 5. State the slope of a line parallel to it, and the slope of a line perpendicular to it.
Show the full solution
Parallel lines have identical slopes, so the parallel slope is 2⁄3.
Perpendicular slopes are negative reciprocals — flip the fraction and change the sign.
Flipping 2⁄3 gives 3⁄2; changing the sign gives −3⁄2.
Quick check: 2⁄3 × (−3⁄2) = −1. ✔
Final answerparallel: 2⁄3 perpendicular: −3⁄2
8Challenge
The distance–time graph shows a cyclist's journey in three segments A, B and C. (a) Describe what is happening in each segment. (b) Find the speed during segment A and during segment C. (c) Find the average speed for the whole 5-hour journey.
Show the full solution
(a) Segment A rises steadily — the cyclist is moving away at a constant speed. Segment B is flat — distance is not changing, so the cyclist has stopped. Segment C rises more steeply than A — moving again, and faster than before.
(b) Speed = change in distance ÷ change in time. Segment A: 80 km in 2 h = 40 km/h.
Segment C: from 80 km to 200 km is 120 km, over 2 hours (from t = 3 to t = 5) = 60 km/h.
(c) Average speed uses total distance over total time, not the average of the two speeds.
Total distance 200 km ÷ total time 5 h = 40 km/h.
Note it is not 50 km/h — the rest stop pulls the average down.
Final answer(a) A: constant speed; B: stopped; C: faster constant speed (b) A = 40 km/h, C = 60 km/h (c) 40 km/h
9Core
A table of values gives x = 0, 1, 2, 3 and y = 5, 8, 11, 14. Is the relation linear? If so, write its equation.
Show the full solution
Calculate the first differences in y: 8 − 5 = 3, 11 − 8 = 3, 14 − 11 = 3.
The first differences are constant, so the relation is linear.
The constant difference is the slope: m = 3.
The value of y when x = 0 is the y-intercept: b = 5.
Final answerLinear; y = 3x + 5
10Core
A table gives x = 0, 1, 2, 3 and y = 1, 2, 5, 10. Is this relation linear? Explain.
Show the full solution
Calculate the first differences: 2 − 1 = 1, 5 − 2 = 3, 10 − 5 = 5.
The differences are 1, 3, 5 — they are not constant.
A relation is linear only when the first differences are equal.
Final answerNot linear — first differences (1, 3, 5) are not constant
11Core
A taxi charges a $4.00 flat fee plus $2.25 per kilometre. Write an equation for the cost C after d km, state what the slope and intercept represent, and find the cost of a 12 km trip.
Show the full solution
The flat fee is the fixed starting value, so it is the C-intercept.
The per-kilometre charge is the rate of change, so it is the slope.
Equation: C = 2.25d + 4.
For d = 12: C = 2.25(12) + 4 = 27 + 4 = 31.
Final answerC = 2.25d + 4; slope = cost per km, intercept = flat fee; 12 km costs $31.00
12Core
Find the point of intersection of y = 2x + 1 and y = −x + 7.
Show the full solution
At the intersection both equations give the same y, so set them equal: 2x + 1 = −x + 7.
Add x to both sides: 3x + 1 = 7.
Solve: 3x = 6, so x = 2.
Substitute back: y = 2(2) + 1 = 5.
Final answer(2, 5)
13Challenge
A line has an x-intercept of 4 and passes through (0, −6). Find its equation in the form y = mx + b.
Show the full solution
An x-intercept of 4 means the line passes through (4, 0).
You now have two points: (4, 0) and (0, −6).
Slope: m = (−6 − 0)⁄(0 − 4) = −6⁄−4 = 3⁄2.
The point (0, −6) is already on the y-axis, so b = −6.
Final answery = 3⁄2x − 6
MTH1W Linear Relations & Graphing — common questions
Short answers to the things students ask most about this unit.
How do you tell if a relation is linear from a table?
Calculate the first differences in the y-values. If they are constant, the relation is linear; if they change, it is non-linear.
What do slope and y-intercept mean in a word problem?
The slope is the rate of change — the amount added per unit — and the y-intercept is the starting value or fixed fee before anything changes.
The classes teach the method behind every one of these.
The solutions above show the steps. The classes teach how to think about the problem in the first place — interactive, and worked through at the student’s own pace. Try 3 complete classes free — no payment required to begin.