document.write( "Question 277633: The mean systolic blood pressure of adult males is normally
\n" );
document.write( "distributed with a mean of 138 (millimeters of
\n" );
document.write( "mercury) and a standard deviation of 9.7. What percent
\n" );
document.write( "of adult males have blood pressure between 161.28 and
\n" );
document.write( "164.9? \n" );
document.write( "
Algebra.Com's Answer #202123 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The mean systolic blood pressure of adult males is normally \n" ); document.write( "distributed with a mean of 138 (millimeters of \n" ); document.write( "mercury) and a standard deviation of 9.7. What percent \n" ); document.write( "of adult males have blood pressure between 161.28 and \n" ); document.write( "164.9? \n" ); document.write( "----------------------- \n" ); document.write( "z(161.28) = (161.28-138)/9.7 = 2.4 \n" ); document.write( "--- \n" ); document.write( "z(164.9) = (164.9-138)/9.7 = 2.77 \n" ); document.write( "---------------------------------------- \n" ); document.write( "P(161.28< x < 164.9) = P(2.40 < z < 2.77) \n" ); document.write( "Using a TI calculator I get binomcdf(2.4,2.77) = 0.0054 \n" ); document.write( "=========================================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |