Linear regression helps us answer: Can we predict one variable from another?
Example: Can we predict exam scores from study hours?
The model draws the “best fit” line through our data points.
\[\text{Exam Score} = \beta_0 + \beta_1 \times \text{Study Hours}\]
- \(\beta_0\) = starting point (intercept)
- \(\beta_1\) = how much score changes per hour (slope)