Read trends, residuals, and use the line of best fit to predict.
A scatter plot displays paired (x, y) data. Look for three things:
The line of best fit minimises the sum of squared residuals — the vertical distances from each point to the line. residual = observed y − predicted y. Positive residual ⇒ point above the line.
The correlation coefficient r ranges from −1 to +1. |r| close to 1 means a strong linear relationship; close to 0 means little linear pattern (could still be non-linear). Correlation is not causation.
y = 1.5x + 4. A data point sits at (6, 14). Find the residual.ŷ = 1.5(6) + 4 = 1314 − 13 = 1y = 8x + 50. Interpret the slope and y-intercept.8 questions on reading scatter plots, computing residuals, and interpreting best-fit lines.