document.write( "Question 619395: Assume the random variable x is normally distributed with mean 81 and standard deviation 5. Find the indicated probablilty. P(68
Algebra.Com's Answer #389616 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Assume the random variable x is normally distributed with mean 81 and standard deviation 5. Find the indicated probablilty. \n" ); document.write( "P(68 < x <76) \n" ); document.write( "------------------------ \n" ); document.write( "z(68) = (68-81)/5 = -13/5 \n" ); document.write( "z(76) = (76-81)/5 = -1 \n" ); document.write( "--- \n" ); document.write( "P(68 < x < 76) \n" ); document.write( "= P(-13/5 < z < -1) \n" ); document.write( "= normalcdf(-13/5,-1) \n" ); document.write( "= 0.1540 \n" ); document.write( "=============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "=============== \n" ); document.write( " |