Working from totals & combining sets
- Variance only needs three totals: .
- That means you can run the formula backwards to find a missing total.
- It also means you can combine two groups by pooling totals.
- Totals add. Variances and standard deviations do not.
Run it backwards, and combine
Totals add; variances don't. To combine two groups, pool Σx, Σx², n and re-run the ONE formula — never average the SDs.
Worked example
Backwards: find a missing total
Given , find .
To combine sets and , add the totals and re-run the one formula:
- Pool: .
- — keep it exact (don't round before squaring).
- ; .
Worked example
Combine two datasets (the canonical case)
10 boys: ; 15 girls: . Pool over all 25: , so .
Worked example
Combine when the mean is not clean
; . Pool ; — carry it exact. (9709/52/O/N/24 Q6)
Worked example
Reverse-combine: find a group's mean from the combined SD
120 boys: ; 80 girls: . The SD of all 200 is 10. Find the girls' mean.
Pool into the variance formula and set it to : , i.e. .
So .
| Given | Want | Move |
|---|---|---|
| Var / SD | ||
| Two groups' totals | combined SD | pool, then re-run |
| Combined SD + one group | other group's mean | set pooled Var = SD², solve for the total |
Examiner note
Common mistake
Why you can't average the two variances
Two groups with the same SD but different means form a combined set that is more spread than either — the gap between the means adds extra variance. So ; you must pool the squared totals to capture that gap.