Respuesta :
Answer:
a) 34.46% probability that her pulse rate is greater than 70 beats per minute.
b) 2.28% probability that they have pulse rates with a mean greater than 70 beats per minute.
c) Because the underlying distribution(female's pulse rate) is normal.
Step-by-step explanation:
To solve this question, we need to understand the normal probability distribution and the central limit theorem.
Normal probability distribution
When the distribution is normal, we use the z-score formula.
In a set with mean [tex]\mu[/tex] and standard deviation [tex]\sigma[/tex], the zscore of a measure X is given by:
[tex]Z = \frac{X - \mu}{\sigma}[/tex]
The Z-score measures how many standard deviations the measure is from the mean. After finding the Z-score, we look at the z-score table and find the p-value associated with this z-score. This p-value is the probability that the value of the measure is smaller than X, that is, the percentile of X. Subtracting 1 by the pvalue, we get the probability that the value of the measure is greater than X.
Central Limit Theorem
The Central Limit Theorem estabilishes that, for a normally distributed random variable X, with mean [tex]\mu[/tex] and standard deviation [tex]\sigma[/tex], the sampling distribution of the sample means with size n can be approximated to a normal distribution with mean [tex]\mu[/tex] and standard deviation [tex]s = \frac{\sigma}{\sqrt{n}}[/tex].
For a skewed variable, the Central Limit Theorem can also be applied, as long as n is at least 30.
Distribution of females pulse rates:
Here, i suppose there was a typing mistake, since the mean and the standard deviation are lacking.
Also, the question c. only makes sense if the distribution is normal, so i will treat it as being.
I will use [tex]\mu = 68, \sigma = 5[/tex]. I am guessing these values, just using them to explain the question.
a. If 1 adult female is randomly selected, find the probability that her pulse rate is greater than 70 beats per minute.
This is 1 subtracted by the pvalue of Z when X = 70. So
[tex]Z = \frac{X - \mu}{\sigma}[/tex]
[tex]Z = \frac{70 - 68}{5}[/tex]
[tex]Z = 0.4[/tex]
[tex]Z = 0.4[/tex] has a pvalue of 0.6554
1 - 0.6554 = 0.3446
34.46% probability that her pulse rate is greater than 70 beats per minute.
b. If 25 adult females are randomly selected, find the probability that they have pulse rates with a mean greater than 70 beats per minute.
Now [tex]n = 25, s = \frac{5}{\sqrt{25}} = 1[/tex]
This probability is 1 subtracted by the pvalue of Z when X = 70. So
[tex]Z = \frac{X - \mu}{\sigma}[/tex]
By the Central Limit Theorem
[tex]Z = \frac{X - \mu}{s}[/tex]
[tex]Z = \frac{70 - 68}{1}[/tex]
[tex]Z = 2[/tex]
[tex]Z = 2[/tex] has a pvalue of 0.9772
1 - 0.9772 = 0.0228
2.28% probability that they have pulse rates with a mean greater than 70 beats per minute.
c. Why can the normal distribution be used in part (b), even though the sample size does not exceed 30
The sample size only has to exceed 30 if the underlying distribution is normal. Here, the distribution of females' pulse rate is normal, so this requirement does not apply.