Correlation coefficient and regression — the calculation mechanics

~40 min · WST01 · 4.3

WST01 · 4.3 · 40 min

This is the thinnest evidence base of any WST01 lesson in this batch, and it's worth saying plainly rather than dressing it up. Where the regression-interpretation lesson draws on five separate examiner reports, spec item 4.3 — the product moment correlation coefficient itself — is anchored by exactly two sources: one examiner report and one mark scheme. What those two sources hand over is precise and genuinely useful all the same: a real, evidenced trap on the r-calculation itself — an omitted square root in the denominator — a well-documented Pearson accuracy discipline for 'show that' questions this lesson extends to r's own square-root division, and a clean, quotable coding-invariance property Pearson credits outright. This lesson assumes the Sxx/Sxy machinery already taught elsewhere and adds exactly what that machinery didn't need — a third summary sum, and the coefficient it unlocks.

Before you read on

Two or three questions on exactly what this lesson teaches. Being wrong here is fine — it's the fastest way to find out what to pay attention to next.

Recap: Sxx and Sxy, then the sum regression never needed

The regression line y^=a+bx\hat y = a + bx needed exactly two summary sums, SxxS_{xx} and SxyS_{xy} — both covered in depth already, including the exact documented trap of substituting xˉ2\bar x^2 for (x)2n\frac{(\sum x)^2}{n} (see the regression-gradient-interpretation-extrapolation lesson, a prerequisite for this one). The product moment correlation coefficient, spec item 4.3, needs one more: Syy=y2(y)2nS_{yy} = \sum y^2 - \frac{(\sum y)^2}{n} — exactly the same computational shape as SxxS_{xx}, with yy standing in for xx throughout. It's printed in full in the formula booklet's Statistics S1 section alongside SxxS_{xx} and SxyS_{xy}, so nothing here needs memorising; what needs practising is not repeating, on a formula that looks almost identical, the one substitution error the archive already documents for SxxS_{xx} — confusing yˉ2\bar y^2 for (y)2n\frac{(\sum y)^2}{n} inside it.

With all three sums available, the product moment correlation coefficient is r=SxySxxSyyr = \dfrac{S_{xy}}{\sqrt{S_{xx}S_{yy}}} — also given in full in the booklet, so this is a lookup, not a memorisation task. Where b=Sxy/Sxxb = S_{xy}/S_{xx} answers 'how much does yy change, on average, per unit of xx', rr answers a genuinely different question: 'how tightly do the actual data points cluster around a straight line, in both directions at once?' bb carries real units — whatever yy is measured in, per whatever unit xx is measured in — and can be any size at all; rr is built to carry none, which is exactly why it always lands somewhere in the fixed range 1r1-1 \le r \le 1, whatever units xx and yy happen to be measured in.

The sign of rr always matches the sign of bb — both come from the same numerator, SxyS_{xy} — so a positive gradient and a positive rr aren't two separate facts to check on a scatter diagram, they're the same fact read off two different formulas. rr close to +1+1 or 1-1 means the data sits close to a straight line; rr close to 00 means it doesn't — though, as the next section covers, 'doesn't sit close to a straight LINE' and 'has no relationship at all' are two different claims, and treating them as the same one is rr's single most consequential limitation.

Reading r: use, interpretation, and limitations

Spec item 4.3 names 'its use, interpretation and limitations' as content in its own right, not just the calculation — and it's worth being honest about what backs the paragraphs below. Unlike the accuracy trap and the coding property covered later in this lesson, the reviewed archive doesn't contain a quoted examiner-report example testing the limitations of rr specifically. What follows is standard subject-matter content for this spec point, not a documented exam trap — flagged here plainly rather than dressed up as evidence it isn't.

rr specifically measures LINEAR association — how well a straight line fits the data — and nothing else. A dataset can show an extremely strong, entirely genuine relationship between xx and yy that curves rather than follows a straight line, and rr will still report a value close to 00 for it, because a curve, however clean, is exactly the shape a straight-line measure is built to miss. A scatter diagram sitting next to a computed rr value isn't decoration — it's the one check that confirms rr is even measuring the right kind of pattern in the first place.

A high r|r| is evidence of association, not evidence of cause. Two variables can move together closely without one causing the other — both can instead be driven by some third factor that rr has no way to detect or rule out. Reading a strong correlation as proof of a causal mechanism is a step rr itself never licenses; it reports how closely two things happened to move together in this data, and nothing about why.

And like the regression line it's built from the same summary sums as, rr describes the data it was actually calculated from — a strong rr computed over one range of xx says nothing certain about whether the same tight linear pattern continues once xx moves well outside that range. That's the same caution the regression-gradient-interpretation-extrapolation lesson covers in depth for predictions made from the line itself; it applies with identical force to the correlation coefficient describing that line's fit.

Mechanism

Why r has no units when b does

Set b=Sxy/Sxxb = S_{xy}/S_{xx} and r=Sxy/SxxSyyr = S_{xy}/\sqrt{S_{xx}S_{yy}} side by side and the difference is exactly one factor: r=b×SxxSxxSyy=b×SxxSyyr = b \times \dfrac{S_{xx}}{\sqrt{S_{xx}S_{yy}}} = b \times \sqrt{\dfrac{S_{xx}}{S_{yy}}}. Every quantity on the right carries units — bb is measured in (units of yy) per (unit of xx); SxxS_{xx} is measured in (units of xx)2^2; SyyS_{yy} is measured in (units of yy)2^2 — and Sxx/Syy\sqrt{S_{xx}/S_{yy}} works out to (units of xx)/(units of yy), the exact reciprocal of bb's own units. Multiply the two together and every unit cancels, leaving a pure number. That isn't a coincidence baked into the formula by choice; it follows directly from rr being built out of a ratio of two MATCHING kinds of spread (SxxS_{xx} against SyyS_{yy}, both 'sum of squared deviations from a mean') rather than bb's ratio of an association (SxyS_{xy}) against just one variable's own spread (SxxS_{xx} alone). This is exactly why bb can be 156156, or 4.254.25, or 0.003-0.003 — any real number at all, in whatever units the question happens to use — while rr is always trapped between 1-1 and 11: nothing about bb's formula bounds it, and everything about rr's formula does.

Beyond the spec

Spec 4.3's own guidance says outright that derivations are 'not required' for this unit — a student can apply 'r is unaffected by (linear) coding,' the exact phrase a real mark scheme credits, without ever seeing why it's true. This is why, and it also surfaces the one genuine subtlety that credited phrase glosses over — a subtlety the reviewed archive gives no sign of the exam actually testing, but one worth understanding rather than trusting blindly.

Suppose xx and yy are coded as u=xpqu = \dfrac{x-p}{q} and v=ystv = \dfrac{y-s}{t}, for constants p,q,s,tp, q, s, t — exactly the shape spec 4.2's own guidance names ('linear change of variable may be required'). Since uiuˉ=xixˉqu_i - \bar u = \dfrac{x_i - \bar x}{q} for every data point (the shift pp cancels the moment a mean is subtracted, because uˉ=(xˉp)/q\bar u = (\bar x - p)/q too), squaring and summing gives Suu=(uiuˉ)2=1q2(xixˉ)2=Sxxq2S_{uu} = \sum(u_i - \bar u)^2 = \dfrac{1}{q^2}\sum(x_i - \bar x)^2 = \dfrac{S_{xx}}{q^2} — and by identical reasoning, Svv=Syy/t2S_{vv} = S_{yy}/t^2. The cross term picks up both scale factors at once: Suv=(uiuˉ)(vivˉ)=1qt(xixˉ)(yiyˉ)=SxyqtS_{uv} = \sum(u_i - \bar u)(v_i - \bar v) = \dfrac{1}{qt}\sum(x_i - \bar x)(y_i - \bar y) = \dfrac{S_{xy}}{qt}.

Finishing the derivation — where the sign question actually comes from

Substituting all three into the PMCC formula for the coded data: ruv=SuvSuuSvv=Sxy/(qt)(Sxx/q2)(Syy/t2)=Sxy/(qt)SxxSyy/qt=SxySxxSyy×qtqtr_{uv} = \dfrac{S_{uv}}{\sqrt{S_{uu}S_{vv}}} = \dfrac{S_{xy}/(qt)}{\sqrt{(S_{xx}/q^2)(S_{yy}/t^2)}} = \dfrac{S_{xy}/(qt)}{\sqrt{S_{xx}S_{yy}}/|qt|} = \dfrac{S_{xy}}{\sqrt{S_{xx}S_{yy}}} \times \dfrac{|qt|}{qt}.

Everything before the final fraction is just rxyr_{xy} — the PMCC of the original, uncoded data. The final fraction, qtqt\dfrac{|qt|}{qt}, is +1+1 whenever qq and tt share a sign and 1-1 whenever they don't — it can never be anything else, since it's a magnitude divided by the exact same signed number. That's the whole result: ruv=±rxyr_{uv} = \pm r_{xy}, with the sign flipping if and only if exactly one of the two coding DIVISORS (qq or tt — not pp or ss, the two shifts, which never appear in the final result at all) is negative.

Both coding examples this facts bank documents divide by a positive constant — the Jan 2024 Q2 coding (verified directly against the real mark scheme: a Fahrenheit-to-Celsius-shaped transform, dividing by 9 and multiplying by 5, both positive) and the Section 2.2 variance-coding example (Jun 2022 Q3(e), dividing by 2 — coding exists to shrink unwieldy numbers, not to flip their sign). Neither is a full audit of every coding question across all 14 series reviewed, so this is suggestive rather than exhaustive, but in both real examples this pass has checked, the credited phrase 'r not affected by (linear) coding' carries no qualification because it doesn't need one — sign included. The edge case here — one negative divisor, flipping the sign — is real mathematics, not a trick, but it's flagged as background understanding rather than exam content: nothing in the reviewed archive shows it being tested, and manufacturing a negative-divisor coding question to drill against would mean inventing a trap this pass's evidence doesn't actually show exists on this paper.

Complete it yourself

Complete the chain — does r need recalculating after coding?

  1. 01

    A shop records, for 10 days, the average outdoor temperature that day (xx, °C) and the number of hot chocolates it sells (yy). To keep the arithmetic manageable, the data is coded as u=x102u = \dfrac{x - 10}{2} and v=y505v = \dfrac{y - 50}{5}, and the PMCC of the coded data is correctly found to be ruv=0.78r_{uv} = -0.78.

  2. 02

    The shop wants the PMCC of the actual, uncoded temperature and sales figures — without recomputing SxxS_{xx}, SyyS_{yy} and SxyS_{xy} from scratch using the original numbers.

Named traps

sqrt-omitted-in-pmcc-denominator
Confirmed on the real question this comes from — Jun 2024 Q4(b), the actual PMCC step of the same question whose part (c) is a 'show that' for the regression line (verified directly against the official Pearson mark scheme, WST01_01_2406_MS, and examiner report, WST01_01_2406_ER, during this lesson's own review, not just against the facts bank's secondhand write-up of it): *'Part (b) was answered well with many students able to calculate a correct value of the product moment correlation coefficient. Common error included the omission of the square root in the denominator.'* The failure isn't an accuracy slip — it's dividing by SxxSyyS_{xx}S_{yy} directly instead of SxxSyy\sqrt{S_{xx}S_{yy}}, which doesn't just lose precision, it produces a genuinely different (and, since the one step that keeps rr bounded between 1-1 and 11 has been skipped, often an out-of-range) number.
pmcc-recomputed-unnecessarily-after-coding
A real mark scheme credits a clean, quotable fact directly: *'r not affected by (linear) coding'* (Jan 2024 MS, Q2(d)). The trap is spending time — and sometimes marks — undoing a coding scheme that never needed undoing: recomputing SxxS_{xx}, SyyS_{yy} and SxyS_{xy} from the original, uncoded xx and yy values after already finding rr from the coded data, on the mistaken assumption that rr needs 'converting back' the way the regression coefficient bb genuinely does. bb scales with the coding constants; rr doesn't, by construction (see the mechanism and derivation earlier in this lesson) — and a script that recalculates rr from scratch for the uncoded data isn't doing extra-safe working, it's demonstrating it hasn't understood the property the mark scheme is actually crediting.

Marked, line by line

A tutor records, for six students, the number of hours spent revising in the week before a test (xx) and the student's score on that test out of 100 (yy). Summary statistics: n=6n = 6, xˉ=8\bar x = 8, Sxx=30S_{xx} = 30. From an earlier part of the question, the regression line of yy on xx has already been found to be y^=40+3x\hat y = 40 + 3x. You are further given Syy=500S_{yy} = 500. (a) Use the regression line to find SxyS_{xy}, without recomputing it from the raw data. (2) (b) Hence find the product moment correlation coefficient rr, giving your answer to 3 significant figures. (3) (c) Give a brief interpretation of your value of rr, in the context of this data. (2) — VERIDIAN-original question, dataset and target values (Sxx = 30, the line ŷ = 40 + 3x, Syy = 500, and the resulting r = 0.735). Built in the same general question shape real WST01 papers use for this topic — a fitted regression line already in hand, used to shortcut straight to a needed sum rather than recomputing it from raw data — though the specific combination tested here (derive Sxy from the line, then compute r) is a VERIDIAN construction, not a reproduction of Jun 2024 Q4's actual part order: that real question finds r in part (b) before it 'shows that' the regression line's own gradient in part (c) — see this lesson's closing flag block for the correction this made to WST01-verified-facts.md's original mischaracterisation of that question.

7 marks available

(a)2 marks

  1. 01

    b=SxySxxSxy=b×Sxx=3×30=90b = \dfrac{S_{xy}}{S_{xx}} \Rightarrow S_{xy} = b \times S_{xx} = 3 \times 30 = 90

    Method mark for rearranging b = Sxy/Sxx to make Sxy the subject, then substituting the already-known gradient (b = 3, from the regression line found earlier) and Sxx (= 30) — using the fitted line to shortcut straight to Sxy, rather than recomputing it from raw x,y data.

    M1
  2. 02

    Sxy=90S_{xy} = 90

    cao — correct value, dependent on the method above.

    A1

(b)3 marks

  1. 101

    r=SxySxxSyy=9030×500=9015000r = \dfrac{S_{xy}}{\sqrt{S_{xx}S_{yy}}} = \dfrac{90}{\sqrt{30 \times 500}} = \dfrac{90}{\sqrt{15000}}

    Method mark for correct substitution into the PMCC formula (given in full in the booklet — not required from memory) using their own Sxy from part (a) and the given Syy.

    M1
  2. 102

    15000=122.474\sqrt{15000} = 122.474\ldots (kept unrounded, or to several more figures than the final answer needs), so r=90122.474=0.73484r = \dfrac{90}{122.474\ldots} = 0.73484\ldots

    Accuracy mark for carrying enough precision through the square root before dividing — applying the same discipline Pearson documents for 'show that' calculations, including this exact paper's own regression-line gradient step: give values to at least one more decimal place than the target needs, and round only at the very last step.

    A1
  3. 103

    r=0.735r = 0.735 (3 s.f.)

    cao — correct final answer, dependent on the accuracy mark above.

    A1

(c)2 marks

  1. 201

    r=0.735r = 0.735 is fairly close to 1, showing a reasonably strong POSITIVE linear relationship between revision hours and test score — consistent with the positive gradient (b = 3) already found for the regression line.

    Independent mark for connecting the SIGN and the relative STRENGTH of r to the two named variables in context — not a bare 'strong correlation' with nothing attached to what's actually being correlated.

    B1
  2. 202

    This supports fitting a straight-line model to this data, though r alone says nothing about whether the same tight linear pattern would continue for far more revision hours than any student in this sample actually put in.

    Independent mark for the LIMITATIONS half of spec 4.3's own wording ('its use, interpretation and limitations') — r describes how well a line fits the data it was computed from, not a guarantee that fit extends to x-values outside the study, the same caution taught for predictions made from the line itself.

    B1

In your own words

In one sentence: why does rounding a square root to the same number of significant figures the final answer needs — before dividing by it — put that final answer at genuine risk, when rounding it to one extra figure first would not?

Retrieval — with feedback on every choice

Question 1
2 marks

For a dataset, Sxx=16S_{xx} = 16, Syy=25S_{yy} = 25, Sxy=18S_{xy} = 18. What is the product moment correlation coefficient rr?

Question 2
2 marks

A dataset is coded using u=x505u = \dfrac{x-50}{5} and v=y202v = \dfrac{y-20}{2} to simplify the arithmetic. The PMCC of the coded data, ruvr_{uv}, is found to be 0.640.64. What is rr for the original, uncoded xx and yy data?

Question 3
1 mark

A question asks: 'Find r, giving your answer to 3 significant figures,' and your working reaches the step 90÷1500090 \div \sqrt{15000}. What's the safest way to evaluate this?

Question 4
2 marks

A scatter diagram shows a clear U-shaped relationship between xx and yy: as xx increases, yy first decreases, then increases. The PMCC for this data works out as r=0.04r = 0.04. Which is the most defensible conclusion?

Reference — not a study method, a lookup
  • PMCC: r = Sxy / √(Sxx × Syy). Syy = Σy² − (Σy)²/n — same shape as Sxx, with y in place of x.
  • r always lies between −1 and 1. Getting |r| > 1 out of a calculation means an arithmetic mistake, not an unusual dataset.
  • Sign of r always matches sign of b — same numerator, Sxy.
  • r unaffected by (linear) coding. b DOES scale with the coding constants — r doesn't. Never recompute r from original data after already finding it from coded data.
  • Keep a square-root denominator unrounded (or to 1+ extra figure) until the final line — rounding it early can change the final significant figure, not just its precision.

Not affiliated with or endorsed by Pearson Edexcel. This lesson's own adversarial review caught and corrected a misattribution in WST01-verified-facts.md itself: that file's 'PMCC use and limitations (4.3)' write-up files the Jun 2024 accuracy quote ('too often students lost the final A mark... give answers to at least one more decimal place than the given value') as evidence about a 'show that r = …' question that derives Sxx/Sxy from an already-found regression line. Fetching and reading the real Pearson mark scheme (WST01_01_2406_MS) and examiner report (WST01_01_2406_ER) directly shows that's wrong: that quote is Q4(c), a 'show that [the regression line is] g = −42.3 + 0.722d' step computing the gradient b = Sdg/Sdd = 0.7218…→0.722 — the exact real numbers (Sxy = 12105.12, Sxx = 16769.78) the show-that-answer-discipline.ts sibling lesson quotes at greater length, and correctly attributes to the regression line's gradient, not to r. The real PMCC step in that same question is the earlier Q4(b) — not a 'show that' question at all (the mark scheme awards 'awrt 0.98', no printed target) — and its own documented common error, now correctly cited in this lesson's trap-taxonomy in place of the earlier false attribution, is a different one: 'the omission of the square root in the denominator.' The premature-rounding worked example below is kept, because the underlying accuracy discipline is real and Pearson-documented — for this same paper's regression-line gradient step, and repeatedly as general 'show that' guidance elsewhere in the archive — but it is now presented honestly as extending that documented principle to a step the reviewed archive does not show being tested this way, not as itself a directly observed r-specific exam trap. The Jan 2024 MS Q2(d) coding quote ('r not affected by (linear) coding') was independently re-verified against the real mark scheme during this same review and required no correction; that check also confirmed the coding transform it credits (a Fahrenheit-to-Celsius-shaped change of variable) uses positive constants throughout, consistent with — though not, on its own, a full-archive proof of — the coding-invariance discussion later in this lesson. Every number in this lesson's own worked example (Sxx = 30, the line ŷ = 40 + 3x, Sxy = 90, Syy = 500, r = 0.735, and the wrong-path r = 0.738 from rounding √15000 to 122 first) and the chain-drill's coding scenario (u = (x−10)/2, v = (y−50)/5, r_uv = −0.78) are VERIDIAN-original — independently checked with a Python script (90/√15000 = 0.7348469… → 0.735; 90/122 = 0.7377049… → 0.738) before being written into this file. The 'use, interpretation and limitations' teach block (linear-only measurement, correlation vs causation, the range caveat) is standard subject-matter content required by spec 4.3's own explicit wording, not drawn from a quoted examiner report — the reviewed archive contains no standalone example testing r's limitations directly, and this lesson says so in its own text rather than presenting general knowledge as documented exam evidence. The coding-invariance derivation (beyond-spec) and its sign-flip edge case go beyond what spec 4.3 requires ('derivations... will not be required') on purpose, and the sign-flip subtlety specifically is flagged as background understanding with no sign of being tested in the reviewed archive, not as exam content in its own right. The per-line mark allocations attached to the original worked example are modelled on the verified mark-scheme conventions in WST01-verified-facts.md §4 (M/A/B marks, cao), not transcribed from a real mark scheme, which for an original question does not exist.

Question 12 marks

For a dataset, Sxx=16S_{xx} = 16, Syy=25S_{yy} = 25, Sxy=18S_{xy} = 18. What is the product moment correlation coefficient rr?

  • r=0.9r = 0.9

    Correct. r=SxySxxSyy=1816×25=18400=1820=0.9r = \dfrac{S_{xy}}{\sqrt{S_{xx}S_{yy}}} = \dfrac{18}{\sqrt{16 \times 25}} = \dfrac{18}{\sqrt{400}} = \dfrac{18}{20} = 0.9.

  • Br=0.045r = 0.045

    This divides by Sxx×Syy=400S_{xx} \times S_{yy} = 400 directly, skipping the square root the formula actually requires. rr's denominator is SxxSyy\sqrt{S_{xx}S_{yy}}, not SxxSyyS_{xx}S_{yy} itself — a genuinely different, much larger number.

  • Cr=1.125r = 1.125

    This computes Sxy/Sxx=18/16S_{xy}/S_{xx} = 18/16 — the formula for the GRADIENT bb, not for rr. It's also a useful self-check in its own right: rr can never exceed 1 in size, so getting a value like 1.125 out of a correlation calculation is itself a sign something has gone wrong, before even checking which formula was used.

  • Dr=1.11r = 1.11 (3 s.f.)

    This is SxxSyy/Sxy=20/18\sqrt{S_{xx}S_{yy}}/S_{xy} = 20/18 — the correct pieces, combined the wrong way up. As with option C, a result bigger than 1 is a red flag worth checking against before moving on, since a genuine PMCC can never exceed 1 in magnitude.

Traps tested: Sqrt omitted in pmcc denominator · Pmcc confused with gradient · Pmcc fraction inverted

Question 22 marks

A dataset is coded using u=x505u = \dfrac{x-50}{5} and v=y202v = \dfrac{y-20}{2} to simplify the arithmetic. The PMCC of the coded data, ruvr_{uv}, is found to be 0.640.64. What is rr for the original, uncoded xx and yy data?

  • 0.640.64 — the same value, because both coding divisors (5 and 2) are positive

    Correct. PMCC is unaffected by a linear change of variable, and here neither coding constant negates a variable, so the sign carries through unchanged as well as the magnitude — the coded value already IS the answer for the original data.

  • B0.64×5×2=6.40.64 \times 5 \times 2 = 6.4

    This treats r as if it rescales the way the gradient b would — but r isn't a rate with units to convert back, it's a bounded, unit-free number. 6.4 is also, on its own, an immediate red flag: r can never exceed 1 in magnitude, whatever calculation produced it.

  • C0.64÷(5×2)=0.0640.64 \div (5 \times 2) = 0.064

    The same error as option B, applied in the opposite direction — dividing by the coding constants instead of multiplying. Either direction assumes r needs converting back through the coding scheme at all, which it doesn't.

  • DIt cannot be found without recomputing Sxx, Syy and Sxy from the original, uncoded data

    This is exactly the unnecessary extra work the coding was meant to avoid. The whole point of the credited property — r unaffected by linear coding — is that the coded calculation already answers the question for the original variables too.

Traps tested: Pmcc treated as scaling like gradient · Coding invariance not recognised

Question 31 mark

A question asks: 'Find r, giving your answer to 3 significant figures,' and your working reaches the step 90÷1500090 \div \sqrt{15000}. What's the safest way to evaluate this?

  • Keep √15000 unrounded (or carry at least one extra significant figure) through the division, and round only the final value of r

    Correct — this is the exact discipline this lesson's worked example is built around, and it's the difference between reaching the correct r = 0.735 and the wrong r = 0.738.

  • BRound √15000 to 3 s.f. (122) first, then divide

    This is precisely the trap named in this lesson's own worked example: rounding the square root to the same precision the final answer needs, before dividing by it, changes the final 3 s.f. figure from 0.735 to 0.738 — a different answer, not just a less precise one.

  • CRound √15000 to the nearest whole number for a quick estimate, then refine afterwards if time allows

    A quick estimate can be a useful sanity check on the SIZE of an answer, but it isn't a substitute for the actual working a mark scheme credits — and 'refine afterwards if time allows' risks the rounded estimate simply becoming the final submitted answer.

  • DIt makes no difference, since a calculator's square root function is exact

    A calculator's own internal value is effectively exact — the risk is entirely in what gets written down as the intermediate working and then divided by on paper. A written-down rounded value carries the rounding error forward regardless of how precisely the calculator itself computed it.

Traps tested: Premature rounding in pmcc denominator · Calculator precision assumed to remove rounding risk

Question 42 marks

A scatter diagram shows a clear U-shaped relationship between xx and yy: as xx increases, yy first decreases, then increases. The PMCC for this data works out as r=0.04r = 0.04. Which is the most defensible conclusion?

  • rr close to 0 shows very little LINEAR association — but the scatter diagram makes clear there's a strong, genuinely real relationship that just isn't a straight line. PMCC only measures straight-line association, and this pattern is exactly what it's built to miss.

    Correct. This is the limitation named in this lesson's teach block: r measures a specific SHAPE of relationship (linear), not the general presence or absence of one — a strong curved pattern can coexist with an r value close to 0 without any contradiction.

  • Br=0.04r = 0.04 shows that xx and yy are essentially unrelated

    The scatter diagram directly contradicts this — a clear, describable U-shaped pattern is not 'unrelated'. r measures one specific kind of relationship; a low value rules that kind out, not every kind.

  • CThe data must contain an error, since a real underlying relationship should always produce a high value of r

    This assumes every genuine relationship is linear, which is exactly the assumption r's own limitation exists to warn against. A clean, strong, entirely correct curved relationship can produce a low r with nothing wrong with the data at all.

  • Dr=0.04r = 0.04 indicates a weak negative correlation

    0.04 is positive, not negative — a small but real misreading of the sign. More importantly, a value this close to 0 in either direction says almost nothing about linear association at all, which is the actual point this question is testing.

Traps tested: Small r mistaken for no relationship · High r assumed necessary for real relationship · Sign misread

Practice this for real

This site teaches the mechanism; the exam is sat on Pearson's own real questions. Go find and attempt these yourself — nothing here substitutes for actually sitting a timed paper.

Pearson's official past-papers portal

Select International Advanced Level → Mathematics → any series, then look for WST01.

Statistics 1 · progress saved in this browser · sign in to sync across devices

Up next

Regression — gradient interpretation and extrapolation/reliability

Every one of the five examiner reports read for this unit flags the same failure, worded a different way each time. Computing b = S_{xy}/S_{xx} is not where the marks go missing — candidates who can barely finish a S_{xx} calculation still reliably reach the right line. What goes missing is the sentence after it: saying, in words, what one extra unit of x actually buys you in y, and knowing the difference between a prediction the data has already tested and one it is only guessing at.

50 min