Once you have the regression equation, you can:
1. Forward predict: Plug in an x-value โ get predicted y
2. Inverse predict: Set equation = given y โ solve for x
3. Find & interpret residuals: Actual โ Predicted โ over or underestimate
Model: W(t) = 3.545 + 0.185t (baby weight in kg, t = age in weeks)
Same model: W(t) = 3.545 + 0.185t
The Correlation Coefficient r
r ranges from โ1 to +1. Only applies to linear regression.
|r| close to 1: Strong fit โ data points are close to the line
|r| close to 0: Weak fit โ data is scattered
r > 0: Positive association (x up โ y up)
r < 0: Negative association (x up โ y down)
You may see rยฒ on some problems. rยฒ = the proportion of variation in y explained by the model. Example: rยฒ = 0.95 means 95% of the variation in y is explained by the linear relationship. To find r, take the square root (and check the sign from context).
Using the baby weight model W(t) = 3.545 + 0.185t from Topic 1.13:
Write "5.395 kg" not just "5.395". The AP exam awards interpretation points for proper context and units.
Don't write just "โ0.07". Write: "The model overestimated the weight of the 5-week-old baby by 0.07 kg." The sign โ direction, the magnitude โ how much.
Full justification: "A quadratic model is appropriate because [context: area involves rยฒ] AND [data: y-values increase to a maximum then decrease โ one turning point]." One reason alone is usually not enough for full credit.
A model is only reliable within (or near) the range of the data used to build it. Predicting far outside that range (extrapolation) may give unreliable or nonsensical results โ always note this limitation if relevant.