129k views
1 vote
Sample Size for Proportion As a manufacturer of golf equipment, the Spalding Corporation wants to estimate the proportion of golfers who are left0handed. (The company can use this information in planning for the number of right0handed and left0 handed sets of golf clubs to make.) How many golfers must be surveyed if we want 99% confidence that the sample proportion has a margin of error of 0.025?

User Elezar
by
7.7k points

1 Answer

7 votes

Answer:


n=(0.5(1-0.5))/(((0.025)/(2.58))^2)=2662.56

And rounded up we have that n=2663

Explanation:

Previous concepts

A confidence interval is "a range of values that’s likely to include a population value with a certain degree of confidence. It is often expressed a % whereby a population means lies between an upper and lower interval".

The margin of error is the range of values below and above the sample statistic in a confidence interval.

Normal distribution, is a "probability distribution that is symmetric about the mean, showing that data near the mean are more frequent in occurrence than data far from the mean".

The population proportion have the following distribution


\hat p \sim N(p,\sqrt{(p(1-p))/(n)})

Solution to the problem

In order to find the critical value we need to take in count that we are finding the interval for a proportion, so on this case we need to use the z distribution. Since our interval is at 99% of confidence, our significance level would be given by
\alpha=1-0.99=0.01 and
\alpha/2 =0.005. And the critical value would be given by:


t_(\alpha/2)=-2.58, t_(1-\alpha/2)=2.58

The margin of error for the proportion interval is given by this formula:


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

And on this case we have that
ME =\pm 0.025 and we are interested in order to find the value of n, if we solve n from equation (a) we got:


n=(\hat p (1-\hat p))/(((ME)/(z))^2) (b)

We can assume an estimated proportion of
\hat p =0.5 since we don't have prior info provided. And replacing into equation (b) the values from part a we got:


n=(0.5(1-0.5))/(((0.025)/(2.58))^2)=2662.56

And rounded up we have that n=2663

User Jturcotte
by
7.5k points