87.1k views
4 votes
Suppose that an internal report submitted to the managers at a bank in Boston showed that with 95 percent confidence, the proportion of the bank's customers who also have accounts at one or more other banks is between .45 and .51. Given this information, what sample size was used to arrive at this estimate

User Ray C Lin
by
3.3k points

1 Answer

7 votes

Answer:

The sample size used to compute the 95% confidence interval is 1066.

Explanation:

The (1 - α)% confidence interval for population proportion is:


CI=\hat p\pm z_(\alpha/2)\sqrt{(\hat p(1-\hat p))/(n)}

The 95% confidence interval for proportion of the bank's customers who also have accounts at one or more other banks is (0.45, 0.51).

To compute the sample size used we first need to compute the sample proportion value.

The value of sample proportion is:


\hat p=(Upper\ limit+Lower\ limit)/(2)=(0.45+0.51)/(2)=0.48

Now compute the value of margin of error as follows:


MOE=(Upper\ limit-Lower\ limit)/(2)=(0.51-0.45)/(2)=0.03

The critical value of z for 95% confidence level is:


z_(\alpha/2)=z_(0.05/2)=z_(0.025)=1.96

Compute the value of sample size as follows:


MOE=z_(\alpha/2)\sqrt{(\hat p(1-\hat p))/(n)}\\0.03=1.96* \sqrt{(0.48(1-0.48))/(n)}\\((0.03)/(1.96))^(2)=(0.48(1-0.48))/(n)\\n=1065.404\\n\approx1066

Thus, the sample size used to compute the 95% confidence interval is 1066.

User Levi Botelho
by
3.1k points