document.write( "Question 295771: A loaf of bread is normally distributed with a mean of 22 ounces and a standard deviation of .5 ounces. What is the probability that a loaf is more than 24 ounces?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #213196 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A loaf of bread is normally distributed with a mean of 22 ounces and a standard deviation of .5 ounces. What is the probability that a loaf is more than 24 ounces? \n" ); document.write( "------------- \n" ); document.write( "z(24) = (24-22)/0.5 = 2/0.5 = 4 \n" ); document.write( "---- \n" ); document.write( "P(x > 24) = P(z > 4) = normalcdf(4,100) = 0.00003169 \n" ); document.write( "======================================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "========= \n" ); document.write( " |