document.write( "Question 1157816: The diameters of steel disks produced in a plant are normally distributed with a mean of 2.5 cm and standard deviation of .02 cm.
\n" );
document.write( "---10 % of the disks with the highest diameters are recycled .find the lowest diameter of such disks …………………………………
\n" );
document.write( "HINT: What value marks the 90th percentile of this distribution?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #780702 by Boreal(15235) You can put this solution on YOUR website! The z-value for 90th percentile is +1.282 \n" ); document.write( "z=(x-mean)/sd \n" ); document.write( "1.282=(x-2.5)/0.02 \n" ); document.write( "0.0256=x-2.5 \n" ); document.write( "x=2.5256 or 2.526 cm \n" ); document.write( " |