151k views
2 votes
A door delivery florist wishes to estimate the proportion of people in his city that will purchase his flowers. Suppose the true proportion is 0.070.07. If 492492 are sampled, what is the probability that the sample proportion will differ from the population proportion by greater than 0.030.03?

User DMin
by
7.0k points

1 Answer

3 votes

Answer:

The probability that the sample proportion will differ from the population proportion by greater than 0.03 is 0.009.

Explanation:

According to the Central limit theorem, if from an unknown population large samples of sizes n > 30, are selected and the sample proportion for each sample is computed then the sampling distribution of sample proportion follows a Normal distribution.

The mean of this sampling distribution of sample proportion is:


\mu_(\hat p)=p

The standard deviation of this sampling distribution of sample proportion is:


\sigma_(\hat p)=\sqrt{(p(1-p))/(n)}

As the sample size is large, i.e. n = 492 > 30, the central limit theorem can be used to approximate the sampling distribution of sample proportion by the normal distribution.

The mean and standard deviation of the sampling distribution of sample proportion are:


\mu_(\hat p)=p=0.07\\\\\sigma_(\hat p)=\sqrt{(p(1-p))/(n)}=\sqrt{(0.07(1-0.07))/(492)}=0.012

Compute the probability that the sample proportion will differ from the population proportion by greater than 0.03 as follows:


P(|\hat p-p|>0.03)=P(|(\hat p-p)/(\sigma_(\hat p))|>(0.03)/(0.012))


=P(|Z|>2.61)\\\\=1-P(|Z|\leq 2.61)\\\\=1-P(-2.61\leq Z\leq 2.61)\\\\=1-[P(Z\leq 2.61)-P(Z\leq -2.61)]\\\\=1-0.9955+0.0045\\\\=0.0090

Thus, the probability that the sample proportion will differ from the population proportion by greater than 0.03 is 0.009.

User Afshan
by
6.9k points