You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
This lesson extends your understanding of the normal distribution to cover linear combinations of normal random variables, the distribution of sample means, and the foundations for inference. These results are essential for hypothesis testing and confidence intervals.
If X∼N(μ,σ2):
f(x)=σ2π1e−2σ2(x−μ)2
Standardisation: Z=σX−μ∼N(0,1).
If X∼N(μX,σX2) and Y∼N(μY,σY2) are independent:
| Combination | Distribution |
|---|---|
| aX+b | N(aμX+b,a2σX2) |
| X+Y | N(μX+μY,σX2+σY2) |
| X−Y | N(μX−μY,σX2+σY2) |
| aX+bY | N(aμX+bμY,a2σX2+b2σY2) |
Critical point: For X−Y, the variances are added, not subtracted. This is the most common error in this topic.
The weight of a large egg is X∼N(68,16) grams and a small egg is Y∼N(50,9) grams, independently.
Find the probability that a large egg weighs more than 15 grams more than a small egg.
We need P(X−Y>15). Now X−Y∼N(68−50,16+9)=N(18,25).
P(X−Y>15)=P(Z>515−18)=P(Z>−0.6)=Φ(0.6)=0.7257
Packets of flour weigh X∼N(1005,100) grams. A box holds 12 packets. Find the probability that the total weight exceeds 12100 grams.
T=X1+X2+⋯+X12∼N(12×1005,12×100)=N(12060,1200).
P(T>12100)=P(Z>120012100−12060)=P(Z>34.6440)=P(Z>1.155)
=1−Φ(1.155)≈1−0.876=0.124
Exam Tip: When adding n independent identical normal variables, the mean is multiplied by n and the variance is multiplied by n (not n2). This is different from scaling a single variable by n, which multiplies the variance by n2.
Be very careful to distinguish:
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.