106k views
5 votes
A bank manager wants to determine the percent of time the bank's tellers are working and idle. He decides to use work sampling, and his initial estimate is that the tellers are idle 20% of the time. Approximately how many observations should be taken to be 95% confident that the results will not be more than 5% away from the true result?

User Beetle
by
4.6k points

1 Answer

5 votes

Answer:

246

Explanation:

In the statment is defined our Values.

First que have a 95% Confidence interval

That is exactly in a Standar normal distribution table equal to Z Score = 1.96

The proportion
\hat{p} = 0.20

And we can and Margin Error (ME) equal to 0.05

Using the formula for the Sample Size (N) through Proportion we have,


N= \frac{Z_(score)^2*\hat{p}*(1-\hat{p})} {ME^2}


N= (1.96^2* 0.20 * (1-0.20))/(0.05^2)


N= 245.86 or 246

User Hallski
by
5.0k points