document.write( "Question 724255: The diameter of an electric cable is normally distributed, with a mean of 0.7 inch and a standard deviation of 0.02 inch. What is the probability that the diameter will exceed 0.72 inch? (You may need to use the standard normal distribution table. Round your answer to three decimal places.)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #443675 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The diameter of an electric cable is normally distributed, with a mean of 0.7 inch and a standard deviation of 0.02 inch. What is the probability that the diameter will exceed 0.72 inch? (You may need to use the standard normal distribution table. Round your answer to three decimal places.) \n" ); document.write( "----------------------- \n" ); document.write( "z(0.72) = (0.72-0.70)/0.02 = 1 \n" ); document.write( "------ \n" ); document.write( "P(x > 0.72) = P(z > 1) = normalcdf(1,100) = 0.1587 \n" ); document.write( "====================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============== \n" ); document.write( " |