219k views
3 votes
An environmental agency worries that many cars may be violating clean air emissions standards. The agency hopes to check a sample of vehicles in order to estimate that percentage with a margin of error of 5​% and 90​% confidence. To gauge the size of the​ problem, the agency first picks 60 cars and finds 9 with faulty emissions systems. How many should be sampled for a full​ investigation?

1 Answer

3 votes

Answer:


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

And replacing into equation (b) the values from part a we got:


n=(0.15(1-0.15))/(((0.05)/(1.64))^2)=137.17

And rounded up we have that n=138

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


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

Solution to the problem

The proportion estimated for this case is given by:


\hat p = (X)/(n)= (9)/(60)= 0.15

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 90% of confidence, our significance level would be given by
\alpha=1-0.90=0.1 and
\alpha/2 =0.05. And the critical value would be given by:


z_(\alpha/2)=-1.64, z_(1-\alpha/2)=1.64

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.05 (equivalent to 5%) 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)

And replacing into equation (b) the values from part a we got:


n=(0.15(1-0.15))/(((0.05)/(1.64))^2)=137.17

And rounded up we have that n=138

User Dejan
by
4.2k points