document.write( "Question 965773: Assume that blood pressure readings are normally distributed with a mean of 118 and a standard deviation of 9. If one person is randomly selected, find the probability that his/her blood pressure will be greater than 120.\r
\n" );
document.write( "\n" );
document.write( "Thanks! \n" );
document.write( "
Algebra.Com's Answer #590286 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! Probability(Pr) ( X > 120 ) = 1 - Pr ( X < 120 ) \n" ); document.write( "compute z-score for 120. \n" ); document.write( "z-score = (120 - 118) / 9 = 0.222222222 approx .22 \n" ); document.write( "consult z-tables for probability associated with z-score .22, which is \n" ); document.write( "0.5871, therefore \n" ); document.write( "Pr ( X > 120 ) = 1 - 0.5871 = 0.4129 approx 0.41 \n" ); document.write( " \n" ); document.write( " |