Question

In: Statistics and Probability

Use the Central Limit Theorem to calculate the following probability. Assume that the distribution of the...

Use the Central Limit Theorem to calculate the following probability. Assume that the distribution of the population data is normally distributed. A person with “normal” blood pressure has a diastolic measurement of 75 mmHg, and a standard deviation of 4.5 mmHg.

i) What is the probability that a person with “normal” blood pressure will get a diastolic result of over 80 mmHg, indicating the possibility of pre-hypertension?

ii) If a patient takes their blood pressure every day for 10 days, what is the probability of getting an average diastolic blood pressure result of over 80 mmHg, assuming the patient has normal blood pressure.

iii) What can we conclude about such a result (based on preceding calculation)?

Solutions

Expert Solution

Solution :

Let X be a random variable which represents the diastolic measurements of people witt normal blood pressure.

Given that, X ~ N(75, 4.5²)

μ = 75 mmHg and  σ = 4.5 mmHg

i) We have to find P(X > 80 mmHg).

We know that, if X ~ N(μ, σ²) then,

Using "pnorm" function of R we get, P(Z > 1.1111) = 0.1333

Hence, the probability that a person with “normal” blood pressure will get a diastolic result of over 80 mmHg is 0.1333.

(ii) We have to find P(x̅ > 80).

(Where, x̅ is average blood pressure measurements of 10 days.)

If X ~ N(μ, σ²) then, x̅ ~ N(μ, σ²/n).

And if x̅ ~ N(μ, σ²/n) then,

We have, n = 10

Using "pnorm" function of R we get, P(Z > 3.5136) = 0.0002

Hence, the required probability is 0.0002.

(iii) We can conclude that 13.33% of people with normal blood pressure have diastolic measurements over 80 mmHg.


Related Solutions

For each problem identify the sampling distribution explicitly using the Central Limit Theorem, use probability notation...
For each problem identify the sampling distribution explicitly using the Central Limit Theorem, use probability notation to indicate what you are being asked to find, find your probabilities showing all your work, including diagrams. Interpret your final results. Submit your completed homework to Canvas. A 2012 survey of adults 18 years and older reported that 34% have texted while driving. A random sample of 125 adults was selected.    What is the probability that 36 or more people in this...
Demonstrate the use of the normal distribution, the standard normal distribution, and the central limit theorem...
Demonstrate the use of the normal distribution, the standard normal distribution, and the central limit theorem for calculating areas under the normal curve and exploring these concepts in real life applications. Scenario Frank has only had a brief introduction to statistics when he was in high school 12 years ago, and that did not cover inferential statistics. He is not confident in his ability to answer some of the problems posed in the course. As Frank's tutor, you need to...
Use the Central Limit Theorem to explain the difference between the sampling distribution of x and...
Use the Central Limit Theorem to explain the difference between the sampling distribution of x and x-bar.
A fair coin is tossed 1000 times. Use the Central Limit Theorem to approximate the probability...
A fair coin is tossed 1000 times. Use the Central Limit Theorem to approximate the probability that between 470 and 530 heads are obtained. How does this compare to Chebyshev’s bound?
Find probability for sampling distribution using Central Limit Theorem The mean room and board expense per...
Find probability for sampling distribution using Central Limit Theorem The mean room and board expense per year at four-year college is $7540. You randomly selected 9 four-year colleges. What is the probability that the mean room and board is less than $7800? Assume that the room and board expenses are normally distributed with a standard deviation of $1245.
This is the code in R for the Central Limit theorem question. This is Exponential distribution...
This is the code in R for the Central Limit theorem question. This is Exponential distribution with mean beta. How can I modify this code to Bernoulli(0.1), Uniform (0,4), and Normal distribution (2,1)    plot.z <- function(n, m=1e5, beta = 1) { mu <- beta sigma <- beta zs <- rep(0,m) for(i in 1:m) { Y.sample <- rexp(n, 1/beta) Ybar <- mean(Y.sample) zs[i] <- (Ybar - mu) / (sigma / sqrt(n)) } p <- hist(zs, xlim=c(-4,4), freq = F, main =...
This week we’ve introduced the central limit theorem. According to the central limit theorem, for all...
This week we’ve introduced the central limit theorem. According to the central limit theorem, for all samples of the same size n with n>30, the sampling distribution of x can be approximated by a normal distribution. In your initial post use your own words to explain what this theorem means. Then provide a quick example to explain how this theorem might apply in real life. At last, please share with us your thoughts about why this theorem is important.
What is the sampling distribution of the sample mean? What is the central limit theorem?
  Question 4 What is the sampling distribution of the sample mean? Provide examples. Question 5 What is the central limit theorem? Provide examples. Question 6 What is the standard error of the mean? Provide examples.
3. Probability+ Central Limit Theorem questions: a. The return on investment is normally distributed with a...
3. Probability+ Central Limit Theorem questions: a. The return on investment is normally distributed with a mean of 10% and a standard deviation of 5%. What is the probability of losing money? b. An average male drinks 2 liter of water when active outdoor (with a standard deviation of 0.7). An organization is planning for a full day outdoor for 50 men and will bring 110 liter of water. What is the probability that the organization will run out of...
The Central Limit Theorem A) Create a distribution with 50 observations of 1, 20 observations of...
The Central Limit Theorem A) Create a distribution with 50 observations of 1, 20 observations of 2, 60 observations of 3, 30 observations of 4, 30 observations of 5, and 90 observations of 6 (Hint: use the rep() command). Plot a histogram of this distribution (Hint: adjust the breaks if necessary). B) Take 1,000 samples of size 10 from the distribution (with replacement). Calculate the mean for each sample and plot the distribution of these means. C) Take 1,000 samples...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT