The manager of a large manufacturing company wants to estimate the proportion of items that have been
manufactured with defects. How many items are required for a random sample to obtain a margin of error of at most
0.04 with 90% confidence?
Find the z-table here.
• 65
• 423
• 601
• 1,037

Respuesta :

Using the z-distribution, as we are working with a proportion, it is found that 423 items are required.

What is a confidence interval of proportions?

A confidence interval of proportions is given by:

[tex]\pi \pm z\sqrt{\frac{\pi(1-\pi)}{n}}[/tex]

In which:

  • [tex]\pi[/tex] is the sample proportion.
  • z is the critical value.
  • n is the sample size.

The margin of error is given by:

[tex]M = z\sqrt{\frac{\pi(1-\pi)}{n}}[/tex]

In this problem, we have a 90% confidence level, hence[tex]\alpha = 0.9[/tex], z is the value of Z that has a p-value of [tex]\frac{1+0.9}{2} = 0.95[/tex], so the critical value is z = 1.645.

The margin of error is of M = 0.04, there is no prior estimate for the proportion, hence [tex]\pi = 0.5[/tex], then we solve for n to find the minimum sample size.

[tex]M = z\sqrt{\frac{\pi(1-\pi)}{n}}[/tex]

[tex]0.04 = 1.645\sqrt{\frac{0.5(0.5)}{n}}[/tex]

[tex]0.04\sqrt{n} = 1.645(0.5)[/tex]

[tex]\sqrt{n} = \frac{1.645(0.5)}{0.04}[/tex]

[tex](\sqrt{n})^2 = \left(\frac{1.645(0.5)}{0.04}\right)^2[/tex]

[tex]n = 422.8[/tex]

Rounding up, 423 items are required.

More can be learned about the z-distribution at https://brainly.com/question/25890103