document.write( "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:\r
\n" );
document.write( "\n" );
document.write( "below 1.98 litres? \n" );
document.write( "
Algebra.Com's Answer #609288 by stanbon(75887) ![]() You can put this solution on YOUR website! 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: \n" ); document.write( "below 1.98 litres? \n" ); document.write( "---- \n" ); document.write( "z(1.98) = (1.98-2)/[0.05/sqrt(25)] = -0.02/(0.05/5) = -0.02/0.01 = -2 \n" ); document.write( "--- \n" ); document.write( "P(x-bar < 1.98) = P(z < -2) = normalcdf(-100,-2) = 0.0228 \n" ); document.write( "------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "---------- \n" ); document.write( " \n" ); document.write( " |