document.write( "Question 1167460: Steel rods are manufactured with a mean length of 25 centimeters (cm). Because of the variability in the manufacturing process, the lengths of the rods are approximately Normally distributed, with a standard deviation of 0.07 cm.\r
\n" );
document.write( "\n" );
document.write( "10% of these rods are longer than what length? \n" );
document.write( "
Algebra.Com's Answer #792033 by Boreal(15235) You can put this solution on YOUR website! they are longer than 1.28, since that is the 90th percentile \n" ); document.write( "z=(x-mean)/sd \n" ); document.write( "1.28=(x-25)/0.07 \n" ); document.write( "8.96=x-25 \n" ); document.write( "x=33.96 cm is the answer. \n" ); document.write( " \n" ); document.write( " |