Problem 1 — Computing b, a, and the Point of Means (Variants 0–4)
For all variants:
- Variant 0 (study vs. score;
, , , , ): ; . Check: ✓. - Variant 1 (temp vs. sales;
, , , , ): ; . Check: ✓. - Variant 2 (exercise vs. HR;
, , , , ): ; . Check: ✓. - Variant 3 (fertilizer vs. yield;
, , , , ): ; . Check: ✓. - Variant 4 (age vs. reaction;
, , , , ): ; . Check: ✓.
Common mistakes: (1) inverting the ratio —
Problem 2 — Interpreting Slope and Intercept (Variants 0–4)
- Variant 0 (
): slope — “each extra hour of study raises the predicted score 3.70 points, on average”; intercept 56.90 = predicted score for 0 hours (borderline meaningful). - Variant 1 (
): slope — sales fall 2.16 units per °C, on average; intercept 123.2 = predicted sales at 0°C (realistic winter value, meaningful). - Variant 2 (
): slope — HR drops 0.53 bpm per minute of exercise; intercept 87.9 = predicted HR for a sedentary person (meaningful). - Variant 3 (
): slope — yield rises 0.45 kg per gram; intercept 1.60 = predicted yield with no fertilizer (realistic control plot). - Variant 4 (
, ages 20–65): slope — reaction time rises 1.69 ms/year; intercept 177.4 is not meaningful — (newborn) is far outside the data; it’s a mathematical anchor only.
Problem 3 — Residual Scenarios
- Scenario 1 (
; studies 4 h, scores 73): , (above the line; underpredicted). - Scenario 2 (
; at 25°C, sales 68): , (below the line; overpredicted). - Scenario 3 (
; exercises 60 min, HR 56): , (essentially on the line).