Stand Up & Math Β· Teacher Answers

The Soccer Scout Report

Not for distribution Β· Bivariate statistics Β· Full worked solutions
πŸ” Student Activity Unlock Codes (case-insensitive)
Phase 1 β†’ 2
SCATTER
Phase 2 β†’ 3
PEARSON
Phase 3 β†’ 4
PREDICT
Phase 4 β†’ Done
CHURROS
Phase 2 Dataset β€” Youth Academy Sprint Training (n = 12)
x (hrs/wk)4566788910111213
y (m/s)6.16.46.36.87.07.26.97.57.47.87.98.1
Means\(\bar{x} = 8.25\) hrs/wk  Β·  \(\bar{y} = 7.117\) m/s
Phase 4 Dataset β€” Churros sold vs goals scored (20 home matches)
Match12345678910
Churros (x)210185340290155410375230460310
Goals (y)1032143142
Match11121314151617181920
Churros (x)270195385440160325280500215355
Goals (y)2134032513
Means\(\bar{x} = 304.5\) churros  Β·  \(\bar{y} = 2.25\) goals
🎨 Oral Launch β€” Read Aloud to Class

"A football scout has been collecting data on youth academy players. Before you analyse any numbers, she needs you to look at some charts and tell her what you see. Your job today: figure out how to measure relationships in data, build the tool mathematicians invented for exactly this, and then use it to call out a very suspicious claim."

1

What Do You See?

Give code SCATTER once all groups have ranked all six plots and answered Task 1c.

Task 1aDescribe and rank the six scatter plots

Expected descriptions and rankings (accept reasonable variation in ranking of middle plots):

  • Plot A (Training vs Sprint): Strong positive linear β€” rank 1 or 2.
  • Plot B (Possession vs Goals): Moderate positive linear β€” rank 3.
  • Plot C (Fouls vs Yellow cards): Strong positive linear β€” rank 1 or 2.
  • Plot D (Age vs Transfer value): Curved (non-linear) relationship β€” misleading for linear measure.
  • Plot E (Shirt number vs Goals): No relationship β€” random scatter, rank last.
  • Plot F (Goals conceded vs Rank): Strong positive linear β€” rank 1–3.
The ranking exercise is deliberately ambiguous for the middle plots. What matters is the reasoning β€” push groups to justify using directional language ("as x increases, y tends to…") and words like "tight", "scattered", "curved".
Task 1bInvent a measuring number β€” what properties would it need?

Target properties students should identify:

  • Bounded: Should have a maximum and minimum value so comparisons make sense.
  • Direction: Should be positive for positive relationships, negative for negative ones, and zero for no relationship.
  • Strength: Should be larger (in magnitude) for stronger relationships.
  • Scale-free: Should not change if you change units (e.g. convert km to miles).
Use this as a bridge to Phase 2: "You described exactly what Pearson invented in 1895. Here it is β€” check whether it has all the properties you described."
Task 1cWhich plot would your measuring number mislead you on, and why?
Target answer: Plot D (Age vs Transfer value)

The relationship is clearly curved β€” transfer value rises through a player's twenties and falls sharply after ~27–30. A linear measuring number would give a value near zero, making it appear there is no relationship β€” which is obviously false.

Key insight

A linear measuring number is misleading whenever the underlying relationship is non-linear. Call back to this in Phase 2: "This is exactly why Pearson's r is only valid for linear relationships."

Unlock code: SCATTER
2

Someone Already Invented It

Give code PEARSON once all groups have found the regression line and made their first prediction.

Task 2aCalculate Pearson's r by hand

The activity introduces the formula directly on screen β€” no teacher introduction needed. Key hand-calculation results:

xy\(x-\bar{x}\)\(y-\bar{y}\)\((x-\bar{x})^2\)\((y-\bar{y})^2\)\((x-\bar{x})(y-\bar{y})\)
46.1βˆ’4.25βˆ’1.01718.061.0344.322
56.4βˆ’3.25βˆ’0.71710.560.5142.330
66.3βˆ’2.25βˆ’0.8175.060.6671.838
66.8βˆ’2.25βˆ’0.3175.060.1000.713
77.0βˆ’1.25βˆ’0.1171.560.0140.146
87.2βˆ’0.250.0830.0630.007βˆ’0.021
86.9βˆ’0.25βˆ’0.2170.0630.0470.054
97.50.750.3830.5630.1470.287
107.41.750.2833.0630.0800.495
117.82.750.6837.5630.4671.879
127.93.750.78314.0630.6142.936
138.14.750.98322.5630.9674.671
Sums88.254.65719.65
\[r = \frac{S_{xy}}{\sqrt{S_{xx}\cdot S_{yy}}} = \frac{19.65}{\sqrt{88.25 \times 4.657}} = \frac{19.65}{\sqrt{411.12} } = \frac{19.65}{20.28} \approx 0.969\]
r β‰ˆ 0.969 β€” very strong positive linear correlation
Accept r in [0.96, 0.98] due to rounding differences. GDC will give r = 0.969 exactly (to 3 s.f.). Expect most hand calculations to match to 2 s.f. at minimum.
Task 2bVerify with GDC and interpret
r β‰ˆ 0.969 (GDC confirms)

Model interpretation sentence: There is a very strong positive linear relationship between weekly training hours and sprint speed β€” players who train more hours per week tend to have significantly higher sprint speeds.

Push groups to say "tend to" rather than "will" β€” this is correlation, not causation. Also ask: could another variable be driving both?
Task 2cMean point and regression line of y on x
\[\bar{x} = \frac{99}{12} = 8.25\ \text{hrs/wk} \qquad \bar{y} = \frac{85.4}{12} \approx 7.117\ \text{m/s}\] \[b = \frac{S_{xy}}{S_{xx}} = \frac{19.65}{88.25} \approx 0.2227 \qquad a = \bar{y} - b\bar{x} = 7.117 - 0.2227(8.25) \approx 5.280\]
Regression line: \(\hat{y} = 0.223x + 5.28\)  Β·  Mean point: (8.25, 7.117)
The line passes through the mean point by construction β€” the regression formula guarantees this. Students who are asked why: because the least-squares minimisation sets the average residual to zero, which forces the line through \((\bar{x}, \bar{y})\).
Task 2dPredict sprint speed for 10 hrs/wk

x = 10 lies within the data range (4–13) β€” this is an interpolation.

\[\hat{y} = 0.2227(10) + 5.280 = 2.227 + 5.280 = 7.507 \approx 7.51\ \text{m/s}\]
Predicted sprint speed β‰ˆ 7.51 m/s
Unlock code: PEARSON
3

How Far Can You Trust It?

Give code PREDICT once all groups have found the x on y line and completed Task 3c.

Task 3aInterpolation vs extrapolation β€” three predictions
x valueIn range? (4–13 hrs)Predicted Ε·Verdict
9 hrs/wkβœ“ Interpolation0.223(9) + 5.28 = 7.29 m/sReliable
12 hrs/wkβœ“ Interpolation (edge)0.223(12) + 5.28 = 7.96 m/sReliable, mild caution
25 hrs/wkβœ— Extrapolation0.223(25) + 5.28 = 10.86 m/sUnreliable

10.86 m/s exceeds the world record sprint speed β€” a clear sign the linear model does not hold at extreme values.

The world 100m sprint record implies ~10.4 m/s average. 10.86 m/s is faster than Usain Bolt's peak. Use this as a vivid reality check.
Task 3bThe reverse question β€” y = 7.6 m/s, find x

Step 1 β€” Rearranging y-on-x line:

\[\hat{y} = 0.2227x + 5.280 \;\Rightarrow\; x = \frac{7.6 - 5.280}{0.2227} = \frac{2.32}{0.2227} \approx 10.4\ \text{hrs/wk}\]

Step 2 β€” Regression line of x on y (from GDC):

\[b_{xy} = \frac{S_{xy}}{S_{yy}} = \frac{19.65}{4.657} \approx 4.220 \qquad a_{xy} = \bar{x} - b_{xy}\bar{y} = 8.25 - 4.220(7.117) \approx -21.74\] \[\hat{x} = 4.220y - 21.74 \;\Rightarrow\; \hat{x}(7.6) = 4.220(7.6) - 21.74 = 32.07 - 21.74 \approx 10.3\ \text{hrs/wk}\]
Rearrangement: β‰ˆ 10.4 hrs/wk  Β·  x-on-y line: β‰ˆ 10.3 hrs/wk

The answers are close (because r is very high) but not identical. For a scout making practical decisions, this difference is small. But the principle matters.

Task 3cTwo lines β€” why?
  • Where do they intersect? At the mean point (8.25, 7.117).
  • Are they the same line? No β€” y-on-x minimises vertical residuals; x-on-y minimises horizontal residuals. Same data, different optimisation criteria.
  • Which to use for 3b? The x-on-y line β€” you are predicting x from a given y value.
  • When are they identical? Only when r = Β±1, i.e. all points lie perfectly on a straight line.
Key insight

The gap between the two lines depends on r. When r is close to 1, the lines are nearly identical. When r is weak (e.g. 0.5), the lines diverge dramatically β€” and using the wrong one gives badly wrong answers.

Show both lines crossing at (8.25, 7.117) and diverging. The gap makes the point viscerally. Unlock code: PREDICT
4

The Churros Conspiracy

Give code CHURROS once all groups have written their verdict.

Task 4aRun the numbers β€” r, regression line, prediction for 600 churros

Students run the full analysis before drawing conclusions. Do not pre-empt the tension.

\[S_{xx} = 201{,}595 \qquad S_{yy} = 37.75 \qquad S_{xy} = 2{,}682.5\] \[r = \frac{2682.5}{\sqrt{201595 \times 37.75}} = \frac{2682.5}{2759.6} \approx 0.972\]
r = 0.972 (3 s.f.) β€” very strong positive correlation
\[b = \frac{2682.5}{201595} \approx 0.01331 \qquad a = 2.25 - 0.01331 \times 304.5 \approx -1.802\] \[\hat{y}(600) = 0.01331(600) - 1.802 \approx 6.18\ \text{goals}\]
Regression line: Ε· = 0.0133x βˆ’ 1.80  Β·  Prediction for 600 churros β‰ˆ 6.18 goals
Let the numbers land before Task 4b. r = 0.972 is stronger than the training dataset. The maths is unambiguous β€” do not rush to explain it away.
Task 4bQuestion the claim
  • 600 churros β€” interpolation or extrapolation? Extrapolation (data range 155–500). Unreliable on that basis alone.
  • When do matches attract big crowds? Important fixtures β€” rivals, cup games, top-of-table clashes, derbies.
  • Would those matches tend to have more goals? Yes β€” higher stakes, more attacking play, home crowd energy.
  • What is actually driving both variables? Crowd size / match importance. Big matches β†’ more fans β†’ more churros sold AND more goals. Churros are irrelevant.
  • Would the prediction hold for a quiet Tuesday match? No β€” exposes the lurking variable.
The goal is for students to name the lurking variable themselves. Do not offer it. If a group is stuck, ask: "So if you sold 600 churros at a 200-person Tuesday match, do you expect 6 goals?" That usually breaks the impasse.
Task 4cThe verdict
r = 0.972 shows a very strong positive relationship β€” but the prediction for 600 churros is an extrapolation and unreliable. Both variables are driven by crowd size: big matches sell more food and produce more goals. Selling churros will not improve results. The sponsor's claim does not hold up.
Precision point for consolidation

The maths is correct β€” r = 0.972 accurately describes the co-variation. What is wrong is the causal interpretation: assuming that because two variables move together, one causes the other.

Unlock code: CHURROS
πŸ“‹ Consolidation β€” select 2–3 boards to debrief
  • Phase 1: Why does Plot D have a low r even though there's a strong relationship?
  • Phase 2: What does each part of \(r = S_{xy}/\sqrt{S_{xx}S_{yy}}\) measure geometrically?
  • Phase 3: When would the two regression lines be the same? (Only when r = Β±1.)
  • Phase 4: Can you invent another spurious correlation from real-world data?