A particular fruit's weights are normally distributed, with a mean of 212 grams and a standard deviation of 20 grams.
If you pick 22 fruits at random, then 3% of the time, their mean weight will be greater than how many grams?

Respuesta :

Answer:

220 grams.

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.

In this question:

[tex]\mu = 212, \sigma = 20, n = 22, s = \frac{20}{\sqrt{22}} = 4.264[/tex]

If you pick 22 fruits at random, then 3% of the time, their mean weight will be greater than how many grams?

We have to find the 100 - 3 = 97th percentile, which is X when Z has a pvalue of 0.97. So X when Z = 1.88.

[tex]Z = \frac{X - \mu}{\sigma}[/tex]

By the Central Limit Theorem

[tex]Z = \frac{X - \mu}{s}[/tex]

[tex]1.88 = \frac{X - 212}{4.264}[/tex]

[tex]X - 212 = 1.88*4.264[/tex]

[tex]X = 220[/tex]

The answer is 220 grams.