Answer:
a = 33.32
Step-by-step explanation:
Problems of normally distributed samples are solved using the z-score formula.
In a set with mean
and standard deviation
, the zscore 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 pvalue, we get the probability that the value of the measure is greater than X.
In this problem, we have that:
![\mu = 38, \sigma = 6](https://tex.z-dn.net/?f=%5Cmu%20%3D%2038%2C%20%5Csigma%20%3D%206)
P(32 < x < a) = .0590
This is the pvalue of Z when X = a subtracted by the pvalue of Z when X = 32.
X = 32
![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{32 - 38}{6}](https://tex.z-dn.net/?f=Z%20%3D%20%5Cfrac%7B32%20-%2038%7D%7B6%7D)
![Z = -1](https://tex.z-dn.net/?f=Z%20%3D%20-1)
has a pvalue of 0.1587
X = a
p - 0.1587 = 0.0590
p = 0.0590 + 0.1587
p = 0.2177
So when X = a, Z has a pvalue of 0.2177. So when X = a, Z = -0.78.
![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.78 = \frac{X - 38}{6}](https://tex.z-dn.net/?f=-0.78%20%3D%20%5Cfrac%7BX%20-%2038%7D%7B6%7D)
![X - 38 = -0.78*6](https://tex.z-dn.net/?f=X%20-%2038%20%3D%20-0.78%2A6)
![X = 33.32](https://tex.z-dn.net/?f=X%20%3D%2033.32)
So a = 33.32