Answer: The least-squares regression line is ŷ = 1.9 + 0.7x.
Why It Matters
Linear regression is one of the most widely used tools in statistics and data science. It lets you model trends in data—such as predicting sales from advertising spend or estimating a student's test score from study hours. It also serves as the foundation for more advanced regression techniques like multiple regression and polynomial regression.
Common Mistakes
Mistake: Assuming that a good-looking regression line means x causes y.
Correction: Linear regression measures association, not causation. A strong linear fit does not by itself prove that changes in x cause changes in y; other variables or coincidence could explain the relationship.
Related Terms
Linear Fit — The resulting line from linear regression