document.write( "Question 880703: The breaking strength (in pounds) of a certain new synthetic is normally distributed, with a mean of 175 and a variance of 16. The material is considered defective if the breaking strength is less than 165.8 pounds. What is the probability that a single, randomly selected piece of material will be defective? (You may need to use the standard normal distribution table. Round your answer to four decimal places.)
\n" );
document.write( "1 \n" );
document.write( "
Algebra.Com's Answer #531640 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The breaking strength (in pounds) of a certain new synthetic is normally distributed, with a mean of 175 and a variance of 16. The material is considered defective if the breaking strength is less than 165.8 pounds. What is the probability that a single, randomly selected piece of material will be defective? \n" ); document.write( "------------------- \n" ); document.write( "std = 16/2 = 8 \n" ); document.write( "z(165.8) = (168.5-175)/8 = -0.8125 \n" ); document.write( "P(x < 165.8) = P(z< -0.8125) = 0.2083 \n" ); document.write( "=============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |