document.write( "Question 1011103: The weights of bags of ready-to-eat salad are normally distributed with a mean of 290 grams and a standard deviation of 10 grams. What percent of the bags weigh less than 280 grams? \n" ); document.write( "
Algebra.Com's Answer #626671 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The weights of bags of ready-to-eat salad are normally distributed with a mean of 290 grams and a standard deviation of 10 grams. What percent of the bags weigh less than 280 grams? \n" ); document.write( "--------- \n" ); document.write( "z(280) = (280-290)/10 = -10/10 = -1 \n" ); document.write( "--------- \n" ); document.write( "P(x < 280) = P(z < -1) = normalcdf(-100,-1) = 0.1587 \n" ); document.write( "------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------- \n" ); document.write( " |