155k views
3 votes
An article reported that, in a study of a particular wafer inspection process, 356 dies were examined by an inspection probe and 244 of these passed the probe. Assuming a stable process, calculate a 95% (two-sided) confidence interval for the proportion of all dies that pass the probe. (Round your answers to three decimal places.)

User Amit Merin
by
3.6k points

1 Answer

4 votes

Answer:

The 95% confidence interval for the proportion of all dies that pass the probe is (0.637, 0.733).

Explanation:

In a sample with a number n of people surveyed with a probability of a success of
\pi, and a confidence level of
1-\alpha, we have the following confidence interval of proportions.


\pi \pm z\sqrt{(\pi(1-\pi))/(n)}

In which

z is the z-score that has a p-value of
1 - (\alpha)/(2).

356 dies were examined by an inspection probe and 244 of these passed the probe.

This means that
n = 356, \pi = (244)/(356) = 0.685

95% confidence level

So
\alpha = 0.05, z is the value of Z that has a p-value of
1 - (0.05)/(2) = 0.975, so
Z = 1.96.

The lower limit of this interval is:


\pi - z\sqrt{(\pi(1-\pi))/(n)} = 0.685 - 1.96\sqrt{(0.685*0.315)/(356)} = 0.637

The upper limit of this interval is:


\pi + z\sqrt{(\pi(1-\pi))/(n)} = 0.685 + 1.96\sqrt{(0.685*0.315)/(356)} = 0.733

The 95% confidence interval for the proportion of all dies that pass the probe is (0.637, 0.733).

User MaxArt
by
3.5k points