Given
μ=0.1,σ=2.1,n=900
The standard normal variate is
z=(xmean−μ)/(σ/sqrt(n))z=(xmean−0.1)/(2.1/sqrt(900))=(xmean−0.1)/0.07xmean=0.1+0.07z
The required probability, that the sample mean is negative is given by
P(xmean<0)=P(0.1+0.07z<0)=P(z<−1/0.7)=P(z<−1.42857)=0.076564
Comments