157k views
5 votes
Given a population with a mean of µ = 100 and a variance of σ2 = 1600, the central limit theorem applies when the sample size is n ≥ 25. A random sample of size n = 50 is obtained. • What are the mean and variance of the sampling distribution for the sample means? • What is the probability that ¯X > 110?

1 Answer

0 votes

Answer:

The probability that the sample mean is more than 110 is 0.0384.

Explanation:

According to the Central Limit Theorem if we have an unknown population with mean μ and standard deviation σ and appropriately huge random samples (n > 30) are selected from the population with replacement, then the sampling distribution of the sample mean will be approximately normally distributed.

Then, the mean of the sampling distribution of sample mean is given by:


\mu_(\bar x)=\mu

And the variance of the sampling distribution of sample mean is given by:


\sigma^(2)_(\bar x)=(\sigma^(2))/(n)

The information provided is:


n=50\\\\\mu=100\\\\\sigma^(2)=1600

Since n = 50 > 30, the central limit theorem can be applied to approximate the sampling distribution of sample mean by the normal distribution.

The mean variance of the sampling distribution for the sample mean are:


\mu_(\bar x)=\mu=100\\\\\sigma^(2)_(\bar x)=(\sigma^(2))/(n)=(1600)/(50)=32

That is,
\bar X\sim N(100, 32).

Compute the probability that the sample mean is more than 110 as follows:


P(\bar X>110)=P((\bar X-\mu_(\bar x))/(\sigma_(\bar x))>(110-100)/(√(32)))


=P(Z>1.77)\\=1-P(Z<1.77)\\=1-0.96164\\=0.03836\\\approx 0.0384

*Use a z-table.

Thus, the probability that the sample mean is more than 110 is 0.0384.

User Darren Bachan
by
5.1k points