The heights of North American women are normally distributed with a mean of 64 inches and a standard deviation of 2inches.a. What is the probability that a randomly selected woman is taller than 66 inches?b. A random sample of four women is selected. What is the probability that the sample mean height is greater than 66inches?c. What is the probability that the mean height of a random sample of 100 women is greater than 66 inches?

Respuesta :

Answer:

a)[tex]P(X>66)=P(Z>1)=1-P(Z<1)=1-0.841=0.159[/tex]

b)[tex]P(\bar X >66)=P(Z>2)=1-P(Z<2)=1-0.977=0.0228[/tex]

c) [tex]P(\bar X >66)=P(Z>10)=1-P(Z<10)=1-0.9999999 \approx 0[/tex]

Step-by-step explanation:

1) Previous concepts

Normal distribution, is a "probability distribution that is symmetric about the mean, showing that data near the mean are more frequent in occurrence than data far from the mean".

The Z-score is "a numerical measurement used in statistics of a value's relationship to the mean (average) of a group of values, measured in terms of standard deviations from the mean".  

The central limit theorem states that "if we have a population with mean μ and standard deviation σ and take sufficiently large random samples from the population with replacement, then the distribution of the sample means will be approximately normally distributed. This will hold true regardless of whether the source population is normal or skewed, provided the sample size is sufficiently large".

2) Part a

Let X the random variable that represent the heights of a population, and for this case we know the distribution for X is given by:

[tex]X \sim N(64,2)[/tex]  

Where [tex]\mu=64[/tex] and [tex]\sigma=2[/tex]

We are interested on this probability

[tex]P(X>66)[/tex]

And the best way to solve this problem is using the normal standard distribution and the z score given by:

[tex]z=\frac{x-\mu}{\sigma}[/tex]

If we apply this formula to our probability we got this:

[tex]P(X>66)=P(\frac{X-\mu}{\sigma}>\frac{66-\mu}{\sigma})=P(Z>\frac{66-64}{2})=P(Z>1)[/tex]

And we can find this probability on this way:

[tex]P(Z>1)=1-P(Z<1)=1-0.841=0.159[/tex]

3) Part b

From the central limit theorem we know that the distribution for the sample mean [tex]\bar X[/tex] is given by:

[tex]\bar X \sim N(\mu, \frac{\sigma}{\sqrt{n}})[/tex]

[tex]P(\bar X >66)=P(Z>\frac{66-64}{\frac{2}{\sqrt{4}}}=2)[/tex]

And using a calculator, excel or the normal standard table we have that:

[tex]P(Z>2)=1-P(Z<2)=1-0.977=0.0228[/tex]

4) Part c

[tex]P(\bar X >66)=P(Z>\frac{66-64}{\frac{2}{\sqrt{100}}}=10)[/tex]

And using a calculator, excel or the normal standard table we have that:

[tex]P(Z>10)=1-P(Z<10)=1-0.9999999 \approx 0[/tex]