document.write( "Question 1121626: For the questions below assume that females have pulse rates that are normally distributed with a mean of 74 beats per minute and a standard deviation of 12.5 beats per minute.
\n" ); document.write( "a. If 1 adult female is randomly selected, find the probability that her pulse is greater than 70 beats per minute.
\n" ); document.write( "b. If 25 adult female are randomly selected, find the probability that they have pulse rates with a mean greater than 70 beats per minute.
\n" ); document.write( "c. Why can the normal distribution be used in part (b) above, even though the sample size does not exceed 30?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #737580 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
z=(x-mean)/sd
\n" ); document.write( "for a, z>(70-74)/12.5 or z>-0.32. That probability is 0.6255\r
\n" ); document.write( "\n" ); document.write( "b. z=(x-mean)/s/sqrt(n) or z>-4*sqrt(25)/12.5 or -1.6 That probability is 0.9452\r
\n" ); document.write( "\n" ); document.write( "c. If we can assume the population is normally distributed, then any sample size is appropriate. Thirty is not magic. If the population is significantly skewed, one may need a lot more than 30 or even a nonparametric test. If the population is normally distributed, 10 would be fine.
\n" ); document.write( "
\n" );