document.write( "Question 616852: The diameter of an electric cable is normally distributed, with a mean of 0.8 inch and a standard deviation of 0.01 inch. what is the probabiity that the diameter will exceed 0.815 inch? please show me how to do this one step by step \n" ); document.write( "
Algebra.Com's Answer #387977 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.8 inch and a standard deviation of 0.01 inch. what is the probabiity that the diameter will exceed 0.815 inch? \n" ); document.write( "-------------------- \n" ); document.write( "How many standard deviations is 0.815 from the mean? \n" ); document.write( "z(0.815) = (0.815-0.8)/0.01 = 1.5 \n" ); document.write( "---- \n" ); document.write( "What is the probability that z could be greater than 1.5? \n" ); document.write( "P(x > 0.0815) = P(z > 1.5) = normalcdf(1.5,100) = 0.06681 \n" ); document.write( "=============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |