Skip to main content
ExamExplained
WA · Mathematics Applications
Mathematics Applications study scene
§-Syllabus dot point
WAMathematics ApplicationsSyllabus dot point

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
  1. What this dot point is asking
  2. The bivariate workflow
  3. Correlation and determination
  4. Predictions and their reliability
  5. Residual plots as the final check

What this dot point is asking

You must construct and read scatterplots, calculate rr and the regression line, interpret them, and predict.

The bivariate workflow

Every regression question follows the same order.

  1. Scatterplot: plot the explanatory variable on the horizontal axis and describe direction, form, strength and outliers.
  2. Correlation: find rr to quantify the linear association.
  3. Determination: square it for r2r^2, the proportion of variation explained.
  4. Line: fit y=a+bxy = a + bx with technology.
  5. 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 r2r^2 is "r2×100%r^2 \times 100\% 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 r2r^2 is high; extrapolation (outside the data) is always flagged as risky. The reliability also depends on r2r^2: a model explaining 90%90\% of variation gives tighter predictions than one explaining 40%40\%. 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 rr alone does not justify a line, because curved data can still produce a large rr; 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 1212 houses gives floor area (xx, square metres) and price (yy, \thousands).Technologyreturnsthousands). Technology returns r = 0.88andtheleastsquaresline and the least-squares line y = 95 + 2.4x,withareasfrom, with areas from 80to to 260squaremetres.(a)Interpret square metres. (a) Interpret rand and r^2.(b)Interprettheslope.(c)Predictthepriceofa. (b) Interpret the slope. (c) Predict the price of a 180squaremetrehouse.(d)Commentonpredictingthepriceofa square metre house. (d) Comment on predicting the price of a 400$ square metre house.
Show worked answer →

Work through correlation, determination, slope, then predictions.

(a) r=0.88r = 0.88 is a strong positive linear association: larger houses tend to cost more. r2=0.882=0.7744r^2 = 0.88^2 = 0.7744, so about 77%77\% of the variation in price is explained by the linear relationship with floor area. (3 marks)

(b) Slope 2.42.4: each extra square metre is associated with a $2400\$2400 increase in predicted price (since price is in $\$thousands). (2 marks)

(c) x=180x = 180 is within the data range, so interpolation: y=95+2.4(180)=95+432=527y = 95 + 2.4(180) = 95 + 432 = 527, that is $527000\$527\,000. (2 marks)

(d) x=400x = 400 is far beyond the data (8080 to 260260), so this is extrapolation and unreliable; the linear trend may not hold for very large houses. (1 mark)

Markers reward correct rr/r2r^2 interpretation, slope in dollars, a labelled interpolation, and identifying extrapolation.

WACE 20235 marksA least-squares line of test score yy on hours of sleep xx is y=30+6xy = 30 + 6x with r=0.65r = 0.65. (a) Calculate and interpret the coefficient of determination. (b) A student claims more sleep causes higher scores. Evaluate this claim.
Show worked answer →

Square rr, then address causation.

(a) r2=0.652=0.4225r^2 = 0.65^2 = 0.4225, so about 42%42\% 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 r2r^2 interpretation and rejecting the causal claim with a plausible confounder.

ExamExplained