01 Key Concepts
Linear Regression
Models the relationship between an independent variable (x) and dependent variable (y) using a straight line: y = mx + b.
Line of Best Fit
The line that minimizes the overall distance between itself and all the data points, typically found using the least-squares method.
Slope (m)
Represents how much y changes for every one-unit increase in x — the rate of change in the relationship.
Y-Intercept (b)
The predicted value of y when x = 0 — where the line crosses the y-axis.
Using Regression to Predict
Once the line's equation is known, substitute any x-value to predict the corresponding y-value, though predictions become less reliable far outside the range of the original data.
02 Key Formulas
- y = mx + b
03 Solved Examples
- Substitute x=10 into the equation: y = 2(10) + 5 = 20 + 5.
- Slope (m) = -3, y-intercept (b) = 50.
- A slope of -3 means y decreases by 3 for every 1-unit increase in x.
- Slope = (change in y) / (change in x) = (9-3)/(3-1) = 6/2.
04 Practice Questions
📄 Regression — Downloadable Worksheet
10 questions with a full answer key. Grab the PDF to print, or try the interactive version in your browser.