document.write( "Question 280800: The length of steel rods cut by a machine is normally distributed with mean 13.8 cm. It is found that 1.5% of all rods are less than 13.2 cm long. Find the standard deviation of rod lengths produced by this machine. \n" ); document.write( "
Algebra.Com's Answer #204053 by stanbon(75887) ![]() You can put this solution on YOUR website! The length of steel rods cut by a machine is normally distributed with mean 13.8 cm. It is found that 1.5% of all rods are less than 13.2 cm long. Find the standard deviation of rod lengths produced by this machine. \n" ); document.write( "----------------------------------------------- \n" ); document.write( "Find the z-score with left tail = 0.015 \n" ); document.write( "invNorm(0.015) = -2.1701 \n" ); document.write( "----------------------------------------- \n" ); document.write( "Use the form: x = zs+u to find \"s\": \n" ); document.write( "13.2 = -2.1701s + 13.8 \n" ); document.write( "-2.1701s = -0.6 \n" ); document.write( "s = standard deviation = 0.2765 \n" ); document.write( "======================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |