document.write( "Question 727820: 6. The mean pulse rate for adults is 72 beats per minute (www.healthepic.com) and let’s suppose that the standard deviation is 10. Find:
\n" );
document.write( "a. The probability that a randomly chosen adult has a pulse rate over 80 assuming that the rates are normally distributed.
\n" );
document.write( "b. The probability that a random sample of 19 adults will have a mean pulse rate over 80.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #445194 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The mean pulse rate for adults is 72 beats per minute (www.healthepic.com) and let’s suppose that the standard deviation is 10. Find: \n" ); document.write( "a. The probability that a randomly chosen adult has a pulse rate over 80 assuming that the rates are normally distributed. \n" ); document.write( "z(80) = (80-72)/10 = 0.8 \n" ); document.write( "P(x > 80) = P(z > 0.8) = normalcdf(0.8,100) = 0.2119 \n" ); document.write( "----------------------------- \n" ); document.write( "b. The probability that a random sample of 19 adults will have a mean pulse rate over 80. \n" ); document.write( "z(80) = (80-72)/[10/sqrt(19)] = 3.2985 \n" ); document.write( "---- \n" ); document.write( "P(x-bar > 80) = P(z > 3.2985) = 0.0004861 \n" ); document.write( "============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============== \n" ); document.write( " |