Using the normal distribution, there is a 0.4826 = 48.26% probability that the sample mean is between 15 and 16 grams per day.
<h3>Normal Probability Distribution</h3>
The z-score of a measure X of a normally distributed variable with mean
and standard deviation
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 above or below the mean.
- Looking at the z-score table, the p-value associated with this z-score is found, which is the percentile of X.
- By the Central Limit Theorem, the sampling distribution of sample means of size n has standard deviation
.
For this problem, the parameters are given as follows:
![\mu = 15, \sigma = 3, n = 40, s = \frac{3}{\sqrt{40}} = 0.4743](https://tex.z-dn.net/?f=%5Cmu%20%3D%2015%2C%20%5Csigma%20%3D%203%2C%20n%20%3D%2040%2C%20s%20%3D%20%5Cfrac%7B3%7D%7B%5Csqrt%7B40%7D%7D%20%3D%200.4743)
The probability is the <u>p-value of Z when X = 16 subtracted by the p-value of Z when X = 15</u>, hence:
X = 16:
![Z = \frac{X - \mu}{\sigma}](https://tex.z-dn.net/?f=Z%20%3D%20%5Cfrac%7BX%20-%20%5Cmu%7D%7B%5Csigma%7D)
By the Central Limit Theorem
![Z = \frac{X - \mu}{s}](https://tex.z-dn.net/?f=Z%20%3D%20%5Cfrac%7BX%20-%20%5Cmu%7D%7Bs%7D)
![Z = \frac{16 - 15}{0.4743}](https://tex.z-dn.net/?f=Z%20%3D%20%5Cfrac%7B16%20-%2015%7D%7B0.4743%7D)
Z = 2.11
Z = 2.11 has a p-value of 0.9826.
X = 15:
![Z = \frac{X - \mu}{s}](https://tex.z-dn.net/?f=Z%20%3D%20%5Cfrac%7BX%20-%20%5Cmu%7D%7Bs%7D)
![Z = \frac{15 - 15}{0.4743}](https://tex.z-dn.net/?f=Z%20%3D%20%5Cfrac%7B15%20-%2015%7D%7B0.4743%7D)
Z = 0
Z = 0 has a p-value of 0.5.
0.9826 - 0.5 = 0.4826 = 48.26% probability that the sample mean is between 15 and 16 grams per day.
More can be learned about the normal distribution at brainly.com/question/15181104
#SPJ1