This document provides an example of simple linear regression with one independent variable. It explains that linear regression finds the line of best fit by estimating values for the slope (b1) and y-intercept (b0) that minimize the sum of the squared errors between the observed data points and the regression line. It provides the formulas for calculating the least squares estimates of b1 and b0. The document includes a table of temperature and sales data and a corresponding scatter plot as an example of simple linear regression analysis.