Section 4
Section 4
- If a population is normal with mean μ and standard deviation σ, the sampling distribution
means will always be normally distributed
𝜎
o with 𝜇𝑥̅ =𝜇 and 𝜎𝑥̅ = n is the sample size
√𝑛
o When population is finite If the sample is large relative to the population size, (n
is greater than 5% of N) “is n/N>0.05” and Sampling is without replacement,
Finite Population Correction is used
𝜎 𝑁−𝑛
▪ 𝜎𝑥̅ = × √
√𝑛 𝑁−1
𝜎
o with 𝜇𝑥̅ =𝜇 and 𝜎𝑥̅ =
√𝑛
o When population is finite If the sample is large relative to the population size, (n
is greater than 5% of N) and Sampling is without replacement, Finite Population
Correction is used
𝜎 𝑁−𝑛
▪ 𝜎𝑥̅ = × √
√𝑛 𝑁−1
Problem 1:
If random samples of size three are drawn without replacement from a normally distributed
population consisting of four numbers 4, 5, 5, 7. Find sample mean 𝑋̅ for each sample and
make sampling distribution of 𝑋̅ . Calculate the mean of this sampling distribution and
Compare your calculations with population parameter.
Solution:
𝑁! 4! 4∗3!
Number of samples = NCn = 4C3 =𝑛!(𝑁−𝑛)! = 3!(1)! = 3!(1)! = 4 samples without replacements
∑ 𝑥 21
𝜇= = = 5.25
𝑁 4
14 16 16 17
+ + + )
𝜇𝑥̅ = ( 3 3 3 3 ) = 21 = 5.25
4 4
Then
𝜇 = 𝜇𝑥̅ = 5.25
That's why we use 𝜇 instead of 𝜇𝑥̅ in the sampling distribution because they are equal.
Cairo University Special Program
Faculty of Computers and Artificial Intelligence Section#4
Probability and Statistics – 2 2022-2023
Sampling Distribution:
2. n/N>0.05 (3/4=0.75)
3. Without replacement
𝜎 𝑁−𝑛
𝜎𝑥̅ = × √
√𝑛 𝑁−1
Cairo University Special Program
Faculty of Computers and Artificial Intelligence Section#4
Probability and Statistics – 2 2022-2023
𝑁−𝑛
Hence, √ was used because Sample size is larger than 5% of population and sampling
𝑁−1
without replacement.
We can see that Standard Deviation of Samples means equal to Standard Error calculated using
Population parameters.
Problem 2:
A light-bulb manufacturer claims that the lifespan of its light-bulbs that follows normal distribution
has a mean of 54 months and a st. deviation of 6 months.
A) What is the probability that lifespan of light-bulbs is less 64 months ?
B) Your consumer advocacy group tests 50 of them. Assuming the manufacturer's claims are true,
what is the probability that it finds a mean lifetime of less than 52 months?
Solution:
A) P(x< 64)
B)
μ = 54
n = 50 sample size
σ = 6/√50 = 0.84852
Cairo University Special Program
Faculty of Computers and Artificial Intelligence Section#4
Probability and Statistics – 2 2022-2023
(x − μ) 52 − 54
Z= = = −2.35
σ 0.84852
n
Problem 3:
A brand name breakfast cereal company produces 5000 boxes of cereal per day. Each box is
supposed to have 368 grams of cereal with an average dispersion of 15 grams. Set up the
information in terms of population distribution. If a sample of 300 boxes in a certain day is
selected without replacement, what is the probability that the sample mean is less than 366?
Solution:
- Population are not mentioned as Normal
- Sample Size > 25
- Following Central Limit Theorem, Sampling Distribution will follow Normal
Distribution.
- Population Size = 5000 and Sample size = 300, Then Sample represent 6% of Population,
Then, Finite Population Correction factor is used.
σ 𝑁−𝑛
σ = ∗√
√𝑛 𝑁−1
15 5000 − 300
= ∗√ = 0.86602540378 ∗ 0.96963293962 = 0.83972675805
√300 4999
(x − μ) 366 − 368
Z= = = −2.38
σ N −n 0.83972675
*
n N −1
Problem 4:
In the long run, annual real returns on common stocks following a normal distribution pattern
have varied with mean 9% and standard deviation 28%. You plan to retire in 45 years and you
are considering investing in stocks. What is the approximate probability (assuming market
conditions do not change in 45 years) that the mean annual return on your investment over the
next 45 years will exceed 15%
Solution:
Population follows Normal Distribution; Then Sample will follow Normal Distribution.
μ = 0.09
σ = 0.28
n = 45
Z=1.44
Cairo University Special Program
Faculty of Computers and Artificial Intelligence Section#4
Probability and Statistics – 2 2022-2023