document.write( "Question 709458: The diameters of bolts produced by certain machine are normmaly disturbuted with a mean of 0.30 inches, and a standard deviation of 0.01 inches. What percentage of bolts will have a diameter greater than 0.32? \n" ); document.write( "
Algebra.Com's Answer #436660 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The diameters of bolts produced by certain machine are normmaly disturbuted with a mean of 0.30 inches, and a standard deviation of 0.01 inches. What percentage of bolts will have a diameter greater than 0.32? \n" ); document.write( "------ \n" ); document.write( "Your measuring stick is the z-distribution. \n" ); document.write( "----- \n" ); document.write( "z(0.32) = (0.32-30)/0.01 = 0.02/0.01 = 2 \n" ); document.write( "------ \n" ); document.write( "P(x > 0.32) = P(z > 2) = normalcdf(2,100) = 0.0228 \n" ); document.write( "============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "=============== \n" ); document.write( " |