It is given that Shelf life is Normally Distributed with mean 12 and variance 9
Let Shelf life be denoted by X
then
X∼N(μ=12,σ2=9)
And we need to find the probability such that
P(13<X<16)=P(σ13−μ<σX−μ<σ16−μ)=P(313−12<Z<316−12) =
=P(1/3<Z<4/3)=P(Z<4/3)−P(Z<1/3)=ϕ(4/3)−ϕ(1/3)= 0.9087888 - 0.6305587 = 0.2782301
where ϕ(.) is the CDF of standard normal distribution and these values are calculated from standard normal table.
Comments