Let X be the weight of a student, and random variable Z has standard normal distribution Z ~N(0,1) .
We assume that X has normal distribution, then X ~N(40,52), and
5X−40 ~Z.
The probability that student weight >50 is
p=P(X>50)=P(5X−40>550−40)=P(Z>2)=1−P(Z≤2)=1−0.9772=0.0228.
Let k be the number of students weighing >50, then k has a binomial distribution
with the probability of success p=0.0228 and parameter n=5.
a)
p(k=5)=Cnkpk(1−p)n−k=C55∗0.02285∗0.97720=0.02285≈6∗10−9.
b)
p(k=3)=Cnkpk(1−p)n−k=C53∗0.02283∗0.97722=1∗2∗35∗4∗3∗0.02283∗0.97722≈10−4.
Answer: a) 6∗10−9 , b) 10−4.
Comments