document.write( "Question 933331: A random variable x has a mean of 100 and a standard deviation of 10 Find P (85≤ x ≤ 115 )
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #566750 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A random variable x has a mean of 100 and a standard deviation of 10 Find P (85≤ x ≤ 115 ) \n" ); document.write( "------------ \n" ); document.write( "z(85) = (85-100)/10 = -15/10 = -3/2 \n" ); document.write( "---- \n" ); document.write( "z(115) = (115-100)/10 = 15/10 = 3/2 \n" ); document.write( "---------- \n" ); document.write( "P(85<= x <=115) = P(-3/2 <= z <= 3/2) = normalcdf(-1.5,1.5) = 0.8664 \n" ); document.write( "--------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "--------------- \n" ); document.write( " |