What is the slope of the line passing through the points (1, 2) and (4, 11)?
Skill: Slope and rate of change
Show the full solution
Answer: 3
The slope measures how much y changes for every one unit that x increases. The formula is a = (y₂ − y₁) / (x₂ − x₁). Take (x₁, y₁) = (1, 2) and (x₂, y₂) = (4, 11). The rise is 11 − 2 = 9 and the run is 4 − 1 = 3. So a = 9 / 3 = 3. In plain words: every time x moves one step to the right, y climbs by 3. You may take the points in the other order — (2 − 11) / (1 − 4) = −9 / −3 = 3 — and you get the same slope, which is a good way to double-check. What you must never do is mix the orders, like (11 − 2) / (1 − 4), since that flips the sign.