This chapter introduces simple linear regression. Simple linear regression finds the linear relationship between a dependent variable (Y) and a single independent variable (X). It estimates the regression coefficients (intercept and slope) that best predict Y from X using the least squares method. The chapter provides an example of predicting house prices from square footage. It explains how to interpret the regression coefficients and make predictions. Key outputs like the coefficient of determination (r-squared), standard error, and assumptions of the regression model are also introduced. Residual analysis is discussed as a way to check if the assumptions are met.