Prediction: If student studies 7 hours:
Score^=59.9+4.95(7)=59.9+34.65=94.55≈94.6 points
(This is interpolation; 7 hours is within data range 2–8)
Residuals and Residual Plots
Residual: actual y − predicted y = \(y - \hat{y}\)
Residual plot: scatterplot of residuals vs. x values
If residuals randomly scattered around 0 → linear model is appropriate
If residuals show pattern (curved, increasing) → linear model inadequate
Sum of residuals: always ≈ 0 for least-squares regression
Common Mistakes
Swapping x and y: regression of y on x ≠ regression of x on y
Over-interpreting intercept: a = 60 (x = 0) may have no real meaning
Extrapolating recklessly: don't predict far outside data range
Confusing \(\hat{y}\) with y: \(\hat{y}\) is prediction, not actual value
Ignoring residuals: always check residual plot to validate linear assumption
AP Exam Tip
FRQ response format:
Show work: state formula for slope \(b = r \cdot \frac{s_y}{s_x}\) and intercept \(a = \bar{y} - b\bar{x}\)
Write regression equation: \(\hat{\text{variable}} = a + b \cdot \text{variable}\)
Interpret slope in context: "For each additional [x-unit], predicted [y-variable] increases by [slope value] [y-units]."
Caveat on predictions: "This prediction assumes the linear relationship continues in this range" or note if extrapolating
Example: "\(\hat{\text{Score}} = 59.9 + 4.95 \cdot \text{Hours}\). For each additional hour studied, we predict the exam score increases by 4.95 points."
📚 Practice Problems
1Problem 1medium
❓ Question:
A study measures hours studied (x) and test scores (y) for 5 students: (2,65), (3,70), (4,75), (5,80), (6,85). Given x̄ = 4, ȳ = 75, calculate the least-squares regression line.
A regression of car weight (x, in 1000s of lbs) on fuel efficiency (y, mpg) gives ŷ = 45 - 5.2x. Interpret the slope and predict mpg for a 3,500 lb car.
Find and interpret the least-squares regression line (LSRL) and make predictions.
How can I study Least-Squares Regression effectively?▾
Start by reading the study notes and working through the examples on this page. Then use the flashcards to test your recall. Practice with the 5 problems provided, checking solutions as you go. Regular review and active practice are key to retention.
Is this Least-Squares Regression study guide free?▾
Yes — all study notes, flashcards, and practice problems for Least-Squares Regression on Study Mondo are free to access. No account is needed.
What course covers Least-Squares Regression?▾
Least-Squares Regression is part of the AP Statistics course on Study Mondo, specifically in the Unit 2: Exploring Two-Variable Data section. You can explore the full course for more related topics and practice resources.
Are there practice problems for Least-Squares Regression?▾
Yes, this page includes 5 practice problems with detailed solutions. Each problem includes a step-by-step explanation to help you understand the approach.