document.write( "Question 1204259: Assuming that the normal heart rate in normal healthy individuals is normally distributed with mean 70 and standard deviation 10 beats per minute. Which heart rates are in the
\n" );
document.write( "a. top 5%?
\n" );
document.write( "b. middle 30%
\n" );
document.write( "c. lower 27%
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #840396 by ikleyn(52908) You can put this solution on YOUR website! Assuming that the normal heart rate in normal healthy individuals is normally distributed with mean 70 \n" ); document.write( "and standard deviation 10 beats per minute. Which heart rates are in the \n" ); document.write( "a. top 5%? \n" ); document.write( "b. middle 30% \n" ); document.write( "c. lower 27% \n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "(a) Here they want you determine z-score on the number line such that the area under the given \r\n" ); document.write( " normal curve be 5% to the RIGHT of this score or (which is the same) 95% to the LEFT of this score.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " So, use the standard function invNorm of your regular calculator TI-83/84\r\n" ); document.write( "\r\n" ); document.write( " area mean SD <<<---=== formatting pattern\r\n" ); document.write( " z = invNorm(0.95, 70, 10).\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " Get the answer z = 86.45, which you should/can round to 87, the closest greater integer.\r\n" ); document.write( "\r\n" ); document.write( " The z-scores under the problem's question are z >= 87.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " Alternatively, you may use an online calculator \r\n" ); document.write( "\r\n" ); document.write( " https://onlinestatbook.com/2/calculators/inverse_normal_dist.html\r\n" ); document.write( "\r\n" ); document.write( " for this purposes.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "(b) Here they want you determine z-scores z1 and z2 on the number line such that the area under the given \r\n" ); document.write( " normal curve be 65% to the left of the z1-score and 35% to the left of the z2-score.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " So, use the standard function invNorm of your regular calculator TI-83/84\r\n" ); document.write( "\r\n" ); document.write( " area mean SD\r\n" ); document.write( " z1 = invNorm(0.65, 70, 10) = 73.85, z2 = invNorm(0.35, 70, 10) = 66.15\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " Get the answer 66 <= z <= 73.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " The numbers 35 and 65 came from 50 % +-\r \n" ); document.write( "\n" ); document.write( "Solved.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If you are a beginner student in such calculations, I advise you to start using the online calculator, \n" ); document.write( "since it has simple intuitively clear interface and shows the area of the interest. \n" ); document.write( "So, you will never make errors and will learn quickly and effectively the meaning of such calculations.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |