How can we measure and use the relationship between two numerical variables?
Construct and interpret scatterplots, calculate the correlation coefficient and least-squares regression line, and use the line to make predictions.
How to read scatterplots, measure linear association with Pearson's r and the coefficient of determination, fit the least-squares line, and predict while judging interpolation versus extrapolation.
Reviewed by: AI editorial process; not yet individually human-reviewed
Have a quick question? Jump to the Q&A page
Jump to a section
What this dot point is asking
You must construct and read scatterplots, calculate and the regression line, interpret them, and predict.
The bivariate workflow
Every regression question follows the same order.
- Scatterplot: plot the explanatory variable on the horizontal axis and describe direction, form, strength and outliers.
- Correlation: find to quantify the linear association.
- Determination: square it for , the proportion of variation explained.
- Line: fit with technology.
- Predict: substitute, and label the prediction interpolation or extrapolation.
Correlation and determination
Read all four numbers from the calculator's regression output after entering the paired data. The standard interpretation sentence for is " of the variation in [response] is explained by the variation in [explanatory]".
Predictions and their reliability
A prediction is only as good as the model and the data range. Interpolation (inside the data) is reliable when is high; extrapolation (outside the data) is always flagged as risky. The reliability also depends on : a model explaining of variation gives tighter predictions than one explaining . Finally, remember that a strong association never proves causation; an observed correlation may be driven by a confounder.
Residual plots as the final check
After fitting the line, a residual plot confirms whether the straight line was appropriate. If the residuals scatter randomly about zero, the linear model holds and predictions are trustworthy within the data range. If they form a curve or a fan, the relationship is non-linear and the data should be transformed (squared, reciprocal or log) before re-fitting. A high alone does not justify a line, because curved data can still produce a large ; the residual plot is the more reliable diagnostic and ties the whole regression analysis together.
Exam-style practice questions
Practice questions written in the style of SCSA exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.
WACE 20218 marksData on houses gives floor area (, square metres) and price (, \r = 0.88y = 95 + 2.4x80260rr^2180400$ square metre house.Show worked answer →
Work through correlation, determination, slope, then predictions.
(a) is a strong positive linear association: larger houses tend to cost more. , so about of the variation in price is explained by the linear relationship with floor area. (3 marks)
(b) Slope : each extra square metre is associated with a increase in predicted price (since price is in thousands). (2 marks)
(c) is within the data range, so interpolation: , that is . (2 marks)
(d) is far beyond the data ( to ), so this is extrapolation and unreliable; the linear trend may not hold for very large houses. (1 mark)
Markers reward correct / interpretation, slope in dollars, a labelled interpolation, and identifying extrapolation.
WACE 20235 marksA least-squares line of test score on hours of sleep is with . (a) Calculate and interpret the coefficient of determination. (b) A student claims more sleep causes higher scores. Evaluate this claim.Show worked answer →
Square , then address causation.
(a) , so about of the variation in test score is explained by the linear relationship with hours of sleep, leaving most of the variation to other factors. (3 marks)
(b) The data shows association, not causation. The claim is not justified from observational data: a confounder such as overall study habits or wellbeing could drive both sleep and scores. (2 marks)
Markers reward the interpretation and rejecting the causal claim with a plausible confounder.
