142k views
1 vote
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?

User Zorak
by
6.7k points

1 Answer

4 votes

Answer:

220 grams.

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
\mu and standard deviation
\sigma, the zscore of a measure X is given by:


Z = (X - \mu)/(\sigma)

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
\mu and standard deviation
\sigma, the sampling distribution of the sample means with size n can be approximated to a normal distribution with mean
\mu and standard deviation
s = (\sigma)/(√(n)).

For a skewed variable, the Central Limit Theorem can also be applied, as long as n is at least 30.

In this question:


\mu = 212, \sigma = 20, n = 22, s = (20)/(√(22)) = 4.264

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.


Z = (X - \mu)/(\sigma)

By the Central Limit Theorem


Z = (X - \mu)/(s)


1.88 = (X - 212)/(4.264)


X - 212 = 1.88*4.264


X = 220

The answer is 220 grams.

User Shivaraj Bhat
by
7.0k points