S3.1 - Combinations of random variables
- Syllabus
- 2019
- Topic
- S3.1
- Level
- A2
A linear combination of independent Normal random variables is also Normal. IfX∼N(μx,σx2),Y∼N(μy,σy2)independently, then its mean follows the signs in the combination, while each variance contribution uses the square of its coefficient.
aX±bY∼N(aμx±bμy, a2σx2+b2σy2)
| Combination | Mean | Variance |
|---|---|---|
| aX+bY | aμx+bμy | a2σx2+b2σy2 |
| aX−bY | aμx−bμy | a2σx2+b2σy2 |
Subtraction changes the centre because it reverses Y's contribution to the value. It does not subtract uncertainty: deviations in either variable create spread in the combination, so independent variance contributions add after scaling by squared coefficients.
For independent copies, add one mean and one variance contribution for each copy. If male load M∼N(80,100) and female load W∼N(69,25), then the load of six men and three women isT=M1+⋯+M6+W1+⋯+W3∼N(687,675).ThereforeP(T>700)=P(Z>675700−687)=P(Z>0.500…)≈0.3085.
Convert comparisons into one variable before standardising. If A∼N(20,9) and B∼N(8,4) independently, thenD=A−2B∼N(4,25),soP(A>2B)=P(D>0)=P(Z>50−4)=P(Z>−0.8)=0.7881.
Check both Normality and independence before using the rule. Keep the second parameter of N(mean, variance) as a variance, take its square root only when standardising, and never subtract variances for a difference. No proof of the combination rule is required.