Sampling Distribution Math Example 2

Follow the full solution, then compare it with the other examples linked below.

Example 2

hard
For a population with ฮผ=100\mu=100, ฯƒ=20\sigma=20, and n=25n=25: (a) find P(Xห‰>104)P(\bar{X} > 104), (b) find the value cc such that P(Xห‰<c)=0.90P(\bar{X} < c) = 0.90.

Solution

  1. 1
    Standard error: SE=2025=4SE = \frac{20}{\sqrt{25}} = 4
  2. 2
    (a) P(Xห‰>104)=P(Z>104โˆ’1004)=P(Z>1)=1โˆ’0.8413=0.1587P(\bar{X} > 104) = P\left(Z > \frac{104-100}{4}\right) = P(Z > 1) = 1 - 0.8413 = 0.1587
  3. 3
    (b) For P(Xห‰<c)=0.90P(\bar{X} < c) = 0.90: z-score = 1.282 (from z-table); c=ฮผ+zโ‹…SE=100+1.282(4)=105.13c = \mu + z \cdot SE = 100 + 1.282(4) = 105.13

Answer

(a) P(Xห‰>104)โ‰ˆ0.1587P(\bar{X}>104) \approx 0.1587; (b) cโ‰ˆ105.13c \approx 105.13.
Sampling distribution calculations convert to z-scores using z=xห‰โˆ’ฮผฯƒ/nz = \frac{\bar{x} - \mu}{\sigma/\sqrt{n}}. This is possible because the sampling distribution of Xห‰\bar{X} is approximately normal by CLT. All inference procedures (CIs, tests) are based on this framework.

About Sampling Distribution

The probability distribution of a statistic (such as the sample mean) computed from all possible random samples of the same size drawn from a population.

Learn more about Sampling Distribution โ†’

More Sampling Distribution Examples