Question 988567
The fill amount of bottles of soft drink is normally distributed with a mean of 2.0 litres and a standard deviation of 0.05 litres. If you select a random sample of 25 bottles, what is the probability that the sample mean will be: 
below 1.98 litres?
----
z(1.98) = (1.98-2)/[0.05/sqrt(25)] = -0.02/(0.05/5) = -0.02/0.01 = -2
---
P(x-bar < 1.98) = P(z < -2) = normalcdf(-100,-2) = 0.0228
-------
Cheers,
Stan H.
----------