This document summarizes bivariate data and linear regression analysis. It introduces scatterplots and the Pearson correlation coefficient as ways to examine relationships between two variables. A positive correlation indicates that as one variable increases, so does the other, while a negative correlation means one variable increases as the other decreases. The least squares line provides the best fit linear relationship between two variables by minimizing the sum of squared residuals. Calculating the slope and y-intercept of this line allows predicting y-values from x-values. Examples using bus fare and distance data demonstrate these concepts.