Question

In: Statistics and Probability

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 provide Frank with guidance and instruction on a worksheet he has partially filled out. Your job is to help him understand and comprehend the material. You should not simply be providing him with an answer as this will not help when it comes time to take the test. Instead, you will be providing a step-by-step breakdown of the problems including an explanation on why you did each step and using proper terminology. What to Submit To complete this assignment, you must first download the word document, and then complete it by including the following items on the worksheet: Incorrect Answers Correct any wrong answers. You must also explain the error performed in the problem in your own words. Partially Finished Work Complete any partially completed work. Make sure to provide step-by-step instructions including explanations. Blank Questions Show how to complete any blank questions by providing step-by-step instructions including explanations. Your step-by-step breakdown of the problems, including explanations, should be present within the word document provided. You must also include an Excel workbook which shows all your calculations performed.

Solutions

Expert Solution

A) Mean =0 ; Std = 1

P(-1.93>X<2.37)

Z1=(x-mean)/std = (-1.93-0)/1 = -1.93

Z2= (2.37-0)/1 2.37

P(Z1<-1.93) = 0.5-0.47320= 0.0268 (using left hand distribution table)

P(Z2<2.37)= 0.99086

P(-1.93> X<2.37) = 0.99086-0.0268 =0.9640

B)US Air force Pilot heights mean =64 and 77

If women’s height of xi= 63.8, std = 2.6

Women’s height Mean = 64

Z=(xi-Mean)/std = (63.8-64)/2.6 = -0.07692

P(Z<-0.07692) = 0.5-0.02790= 0.4721

P(Z<63.8) = 0.4721

C) Mean =69.4

Std = 11.3

Xi =66

Z = (Xi-Mean) / std = (66-69.4)/11.3 = -0.30088

Where negative representation refers Left hand of Standard normal distribution.

D)Z = -1.645

P(Z<1.645) = 0.95

Here, Probability of Area of Normal distribution = 1

P(Z< -1.645)= 1-0.95 = 0.05 (Left of the Curve)

P(Z>-1.645) = 1-P(Z<-1.645) = 1-0.05 = 0.95 (Right of the Curve)

E)Standard normal distribution value = 0.8980

From Right of standard distribution table covers 50% area.

Z(0.8980)= Z(0.8+0.0980) = 0.31327

Z(X>0.8980) mea Right side of the data = 0.5-0.31327 = 0.18673

F) Min Xi =22, Max= 60

Mean = 18.2, std = 1

Z=(xi-Mean)/std

Z = (22-18.2)/1 = 3.8

Where as P(X>22) = 1-


Related Solutions

Demonstrate understanding of the Central Limit Theorem, using R, by showing how the distribution of the...
Demonstrate understanding of the Central Limit Theorem, using R, by showing how the distribution of the sample mean changes according to sample size. Consider a Poisson distribution with λ = 1.5. Generate samples of 10,000 means over different numbers of observations (eg give a matrix 1, 2,3...100) rows. For each of these samples of means, compute the mean of the means, the sample standard deviation of the means, and the proportions of means that are more than 1 standard deviation...
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,...
Use the central limit theorem to find the mean and standard error of the mean of...
Use the central limit theorem to find the mean and standard error of the mean of the indicated sampling distribution. Then sketch a graph of the sampling distribution. The per capita consumption of red meat by people in a country in a recent year was normally distributed, with a mean of 107 pounds and a standard deviation of 39.1 pounds. Random samples of size 15 are drawn from this population and the mean of each sample is determined.
Use the central limit theorem to find the mean and standard error of the mean of...
Use the central limit theorem to find the mean and standard error of the mean of the indicated sampling distribution: The amounts body temperatures of patients with influenza (in degrees Fahrenheit) are normally distributed with a mean of 101 degrees and a standard deviation of 0.5 degrees. Random samples of size 9 are drawn from the population and the mean of each sample is determined. 101 degrees; 0.1667 degrees 101 degrees; 0.5000 degrees 11.22 degrees; 0.1667 degrees 11.22 degrees; 0.5000...
Use the Central Limit Theorem to find the mean and standard error of the mean of...
Use the Central Limit Theorem to find the mean and standard error of the mean of the sampling distribution. Then sketch a graph of the sampling distribution. The mean price of photo printers on a website is ​$228 with a standard deviation of ​$61. Random samples of size 34 are drawn from this population and the mean of each sample is determined. What is the standard deviation of the distribution of sample means ? (Type an integer or decimal rounded...
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.
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 =...
What is the central limit theorem? What is the standard error of the mean?
  Question 5 What is the central limit theorem? Provide examples. Question 6 What is the standard error of the mean? Provide examples.
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.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT