Simple linear regression models the relationship (or lack of) between two variables.
\[ x = \text{predictor variable}, \quad y = \text{response variable} \]
The goal is to estimate a linear relationship between them:
\[ y \approx \beta_0 + \beta_1 x \]
where that line represents the best linear fit to the data we have.