To find the probability that one newborn baby will have a weight within 1.2 pounds of the mean (between 7.8 and 10.2 pounds), we calculate the Z-scores for the bounds:
\[
Z_{start} = \frac{7.8 - 9.0}{1.2} = -1.0
\]
\[
Z_{end} = \frac{10.2 - 9.0}{1.2} = 1.0
\]
Using the cumulative distribution function \( \Phi \), we find:
\[
P = \Phi(Z_{end}) - \Phi(Z_{start}) = \Phi(1.0) - \Phi(-1.0) = 0.6827
\]
Thus, the probability that one newborn baby will weigh between 7.8 and 10.2 pounds is:
\[
\boxed{P = 0.6827}
\]
Next, we calculate the probability that the average weight of four newborns will be within 1.2 pounds of the mean. The standard deviation of the sample mean is given by:
\[
\sigma_{mean} = \frac{\sigma}{\sqrt{n}} = \frac{1.2}{\sqrt{4}} = 0.6
\]
We calculate the Z-scores for the same bounds:
\[
Z_{start} = \frac{7.8 - 9.0}{0.6} = -2.0
\]
\[
Z_{end} = \frac{10.2 - 9.0}{0.6} = 2.0
\]
Using the cumulative distribution function \( \Phi \), we find:
\[
P = \Phi(Z_{end}) - \Phi(Z_{start}) = \Phi(2.0) - \Phi(-2.0) = 0.9545
\]
Thus, the probability that the average weight of four newborns will be between 7.8 and 10.2 pounds is:
\[
\boxed{P = 0.9545}
\]
The distribution of means is narrower and more concentrated than the original distribution. This is due to the Central Limit Theorem, which states that the distribution of the sample mean will have a smaller standard deviation (standard error) than the original distribution. Therefore, the distribution of means will have more observations located closer to the center of the distribution.
- Part (a): \( \boxed{0.6827} \)
- Part (b): \( \boxed{0.9545} \)