138k views
5 votes
A manufacturer of small appliances purchases plastic handles for coffeepots from an outside vendor. If a handle is cracked, it is considered defective and must be discarded. A large shipment of plastic handles is received. The proportion of defective handles p is of interest. How many handles from the shipment should be inspected to estimate p to within 0.1 with 95% confidence? (Enter your answer as a whole number.)

User NadtheVlad
by
5.7k points

1 Answer

2 votes

Answer:


n=(0.5(1-0.5))/(((0.1)/(1.96))^2)=96.04

And rounded up we got:


n\approx 97

Explanation:

Data given and previous concepts

ME=0.1 represent the margin of error desired

Confidence =0.95 or 95%


\alpha=0.05 represent the significance level

z represent the quantile from the normal standard distribution

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{(\hat p(1-\hat 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 95% of confidence, our significance level would be given by
\alpha=1-0.95=0.05 and
\alpha/2 =0.025. And the critical value would be given by:


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

The confidence interval for the mean is given by the following formula:


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

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.1 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)

Since we don't have a prior estimate for the proportion
\hat p we can use as estimator 0.5 and replacing into equation (b) the values from part a we got:


n=(0.5(1-0.5))/(((0.1)/(1.96))^2)=96.04

And rounded up we have that n=97

User Amir Rasti
by
5.5k points