The most important form of a linear equation is slope-intercept form:
y = mx + b
Reading the equation: > y = 4x − 7 > Slope = 4 (y increases by 4 for every 1-unit increase in x) > Y-intercept = −7 (the line crosses the y-axis at (0, −7))
Slope = rise / run = (y₂ − y₁) / (x₂ − x₁)
Given two points (1, 3) and (4, 9): > m = (9 − 3) / (4 − 1) = 6/3 = 2
Slope tells you:
Given slope and y-intercept: Plug directly into y = mx + b.
Given slope and one point: 1. Use slope-intercept form: y = mx + b 2. Plug in the known point (x, y) and slope m 3. Solve for b
Example: Slope = 3, passes through (2, 8) > 8 = 3(2) + b → 8 = 6 + b → b = 2 > Equation: y = 3x + 2
Given two points: 1. Find the slope using the slope formula 2. Use slope and one point to find b (as above)
The SAT loves to ask: "In the context of the problem, what does the slope (or y-intercept) represent?"
Template:
Example: A plumber charges $75 for the first hour plus $50 per additional hour. Total cost: C = 50h + 75.
Real-world example: A car's fuel tank starts with 12 gallons and uses 0.04 gallons per mile. The equation is G = −0.04d + 12, where G is gallons remaining and d is miles driven.
---
---
Quiz Questions:
Q1. A line has a slope of −2 and passes through the point (3, 4). What is the y-intercept?
A) 10 B) −2 C) 2 D) −10
Answer: A — Use y = mx + b: 4 = −2(3) + b → 4 = −6 + b → b = 10. Y-intercept = 10.
---
Q2. Two points on a line are (−1, 5) and (3, −3). What is the slope?
A) −2 B) 2 C) 1/2 D) −1/2
Answer: A — m = (−3 − 5)/(3 − (−1)) = −8/4 = −2.
---
Q3. A scientist tracks the temperature inside a freezer after it is turned on. The temperature starts at 65°F and drops 8°F every minute. Which equation represents this, where T is temperature (°F) and m is minutes?
A) T = 8m + 65 B) T = −8m + 65 C) T = 65m − 8 D) T = 8 − 65m
Answer: B — Temperature starts at 65 (y-intercept) and decreases by 8 per minute (slope = −8). T = −8m + 65.
---
Q4. The equation P = 0.75t + 20 models the number of pages P a student has read after t minutes. What does 0.75 represent in this context?
A) The total number of pages in the book B) The number of pages the student had read before the timer started C) The rate at which the student reads, in pages per minute D) The number of minutes needed to finish the book
Answer: C — The slope (0.75) represents the rate of change — in this context, the rate at which the student reads (0.75 pages per minute). The 20 is the y-intercept: the student had already read 20 pages before the timer started.
---
Q5. Which of the following lines is parallel to y = 3x − 5?
A) y = −3x + 5 B) y = 3x + 10 C) y = (1/3)x − 5 D) y = −(1/3)x + 2
Answer: B — Parallel lines have the same slope. The slope of y = 3x − 5 is 3. Choice B (y = 3x + 10) also has slope 3 and a different y-intercept, making it a parallel line. Choice A has slope −3 (negative reciprocal — that's perpendicular, not parallel). Choices C and D have slope 1/3 or −1/3.