S3.1 - Combinations of random variables

Syllabus
2019
Topic
S3.1
Level
A2

Combine independent Normal random variables

A linear combination of independent Normal random variables is also Normal. IfXN(μx,σx2),YN(μy,σy2)X\sim N(\mu_x,\sigma_x^2),\qquad Y\sim N(\mu_y,\sigma_y^2)independently, then its mean follows the signs in the combination, while each variance contribution uses the square of its coefficient.

aX±bYN(aμx±bμy, a2σx2+b2σy2)aX\pm bY\sim N\left(a\mu_x\pm b\mu_y,\ a^2\sigma_x^2+b^2\sigma_y^2\right)

Combination Mean Variance
aX+bYaX+bY aμx+bμya\mu_x+b\mu_y a2σx2+b2σy2a^2\sigma_x^2+b^2\sigma_y^2
aXbYaX-bY aμxbμya\mu_x-b\mu_y a2σx2+b2σy2a^2\sigma_x^2+b^2\sigma_y^2

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 MN(80,100)M\sim N(80,100) and female load WN(69,25)W\sim N(69,25), then the load of six men and three women isT=M1++M6+W1++W3N(687,675).T=M_1+\cdots+M_6+W_1+\cdots+W_3\sim N(687,675).ThereforeP(T>700)=P(Z>700687675)=P(Z>0.500)0.3085.P(T>700)=P\left(Z>\frac{700-687}{\sqrt{675}}\right)=P(Z>0.500\ldots)\approx0.3085.

Convert comparisons into one variable before standardising. If AN(20,9)A\sim N(20,9) and BN(8,4)B\sim N(8,4) independently, thenD=A2BN(4,25),D=A-2B\sim N(4,25),soP(A>2B)=P(D>0)=P(Z>045)=P(Z>0.8)=0.7881.P(A>2B)=P(D>0)=P\left(Z>\frac{0-4}{5}\right)=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.