Answer:
[tex]P(\bar X <m)=0.844[/tex]
Step-by-step explanation:
Previous concepts
Normal distribution, is a "probability distribution that is symmetric about the mean, showing that data near the mean are more frequent in occurrence than data far from the mean".
The Z-score is "a numerical measurement used in statistics of a value's relationship to the mean (average) of a group of values, measured in terms of standard deviations from the mean".
Solution to the problem
Let X the random variable that represent the mass of a population, and for this case we know the distribution for X is given by:
[tex]X \sim N(\mu,\sigma)[/tex]
And the z score is defined as:
[tex]z=\frac{X-\mu}{\sigma}[/tex]
We know that for some amount m we have this:
[tex]P(X>m)=0.4[/tex] (a)
[tex]P(X<m)=0.6[/tex] (b)
We can use the z table or excel in order to find a quantile that satisfy the two conditions. The excel code would be:
"=NORM.INV(0.6,0,1)" and using condition (b) we have that Z=0.253
So we have this:
[tex]0.253=\frac{m-\mu}{\sigma}[/tex]
If we solve for m from the last equation we got:
[tex]m=0.253\sigma +\mu [/tex]
And let [tex]\bar X[/tex] represent the sample mean, the distribution for the sample mean is given by:
[tex]\bar X \sim N(\mu,\frac{\sigma}{\sqrt{n}})[/tex]
And we want this probability:
[tex]P(\bar X<m)[/tex]
We can apply the z score formula for this case given by:
[tex]z=\frac{X-\mu}{\frac{\sigma}{\sqrt{n}}}[/tex]
[tex]P(\frac{X-\mu}{\frac{\sigma}{\sqrt{n}}}<\frac{m-\mu}{\frac{\sigma}{\sqrt{16}}})[/tex]
[tex]P(Z<\frac{4(m-\mu)}{\sigma}[/tex]
If we use the expression obtained for m we got:
[tex]P(Z<\frac{4(0.253\sigma +\mu-\mu)}{\sigma}[/tex]
[tex]P(Z<\frac{1.012 \sigma}{\sigma})=P(Z<1.012)=0.844[/tex]