Answer:
a) 0.0304 = 3.04% probability a randomly chosen apple exceeds 100 g in weight.
b) The weight that 80% of the apples exceed is of 78.28g.
Step-by-step explanation:
Normal Probability Distribution:
Problems of normal distributions can be solved using the z-score formula.
In a set with mean
and standard deviation
, the z-score of a measure X is given by:
![Z = \frac{X - \mu}{\sigma}](https://tex.z-dn.net/?f=Z%20%3D%20%5Cfrac%7BX%20-%20%5Cmu%7D%7B%5Csigma%7D)
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 p-value, we get the probability that the value of the measure is greater than X.
Weights of apples are normally distributed with a mean of 85 grams and a standard deviation of 8 grams.
This means that ![\mu = 85, \sigma = 8](https://tex.z-dn.net/?f=%5Cmu%20%3D%2085%2C%20%5Csigma%20%3D%208)
a. Find the probability a randomly chosen apple exceeds 100 g in weight.
This is 1 subtracted by the p-value of Z when X = 100. So
![Z = \frac{X - \mu}{\sigma}](https://tex.z-dn.net/?f=Z%20%3D%20%5Cfrac%7BX%20-%20%5Cmu%7D%7B%5Csigma%7D)
![Z = \frac{100 - 85}{8}](https://tex.z-dn.net/?f=Z%20%3D%20%5Cfrac%7B100%20-%2085%7D%7B8%7D)
![Z = 1.875](https://tex.z-dn.net/?f=Z%20%3D%201.875)
has a p-value of 0.9697
1 - 0.9696 = 0.0304
0.0304 = 3.04% probability a randomly chosen apple exceeds 100 g in weight.
b. What weight do 80% of the apples exceed?
This is the 100 - 80 = 20th percentile, which is X when Z has a p-value of 0.2, so X when Z = -0.84.
![Z = \frac{X - \mu}{\sigma}](https://tex.z-dn.net/?f=Z%20%3D%20%5Cfrac%7BX%20-%20%5Cmu%7D%7B%5Csigma%7D)
![-0.84 = \frac{X- 85}{8}](https://tex.z-dn.net/?f=-0.84%20%3D%20%5Cfrac%7BX-%2085%7D%7B8%7D)
![X - 85 = -0.84*8](https://tex.z-dn.net/?f=X%20-%2085%20%3D%20-0.84%2A8)
![X = 78.28](https://tex.z-dn.net/?f=X%20%3D%2078.28)
The weight that 80% of the apples exceed is of 78.28g.