document.write( "Question 884673: A normal distribution has a mean = 25 and a standard deviation σ = 5. Find the probability that a randomly selected x-value from the distribution is between 15 and 35. Write your answer as a decimal.
\n" );
document.write( "P (15 < x < 35) = Blank 1\r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #534550 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A normal distribution has a mean = 25 and a standard deviation σ = 5. Find the probability that a randomly selected x-value from the distribution is between 15 and 35. Write your answer as a decimal. \n" ); document.write( "----- \n" ); document.write( "z(15) = (15-25)/5 = -2 \n" ); document.write( "z(35) = (35-25)/5 = 2 \n" ); document.write( "------- \n" ); document.write( " P (15 < x < 35) = P(-2 < x < 2) = normalcdf(-2,2) = 0.9545 \n" ); document.write( "============================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "---------------------------- \n" ); document.write( " \n" ); document.write( " |