document.write( "Question 666917: A company produces steel rods. The lengths of the steel rods are normally distributed with a mean of 99.5-cm and a standard deviation of 2.5-cm.\r
\n" );
document.write( "\n" );
document.write( "Find the probability that the length of a randomly selected steel rod is between 99-cm and 106-cm.
\n" );
document.write( "P(99-cm < X < 106-cm) = \r
\n" );
document.write( "\n" );
document.write( "I tried doing the length times the standard deviation. \n" );
document.write( "
Algebra.Com's Answer #414907 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A company produces steel rods. The lengths of the steel rods are normally distributed with a mean of 99.5-cm and a standard deviation of 2.5-cm. \n" ); document.write( "Find the probability that the length of a randomly selected steel rod is between 99-cm and 106-cm. \n" ); document.write( "---- \n" ); document.write( "z(99) = (99-99.5)/2.5 = 0.5/2.5 = 1/5 \n" ); document.write( "--- \n" ); document.write( "z(106) = (106-99.5)/2.5 = 2.6 \n" ); document.write( "---- \n" ); document.write( "P(99< x <106) = P(1/5< z < 2.6) = normalcdf(1/5,2.6) = 0.4161 \n" ); document.write( "===================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "======================= \n" ); document.write( " |