document.write( "Question 1114031: A jar of peanut butter contains 456 g with a standard deviation of 10.2 g. Find the probability that a jar contains less than 444 g. Assume a normal distribution.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #729043 by stanbon(75887) ![]() You can put this solution on YOUR website! A jar of peanut butter contains 456 g with a standard deviation of 10.2 g. Find the probability that a jar contains less than 444 g. Assume a normal distribution. \n" ); document.write( "------ \n" ); document.write( "z(444) = (444-456)/10.2 = -1.1765 \n" ); document.write( "p(x < 444) = p(z < -1.765) = normalcdf(-100,-1.765) = 0.0388 = 3.88% \n" ); document.write( "------------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "----------- \n" ); document.write( " |