Given that two machines A and B produced 200 and 300 items respectively. From these samples, machine A produced 18 defective items and machine B produced 15 defective items. Construct a 95% confidence interval for the difference in the proportion of defective items produced by machine A and B. How do you interpret the interval?
1
Expert's answer
2021-06-16T10:34:05-0400
The sample proportion 1 is computed as follows, based on the sample size n1=200
and the number of defective items x1=18:
p1^=n1x1=20018=0.09
The sample proportion 2 is computed as follows, based on the sample size n2=300
and the number of defective items x2=15:
p2^=n2x2=30015=0.05
The critical value for α=0.95 is zc=z1−α/2=1.96. The corresponding confidence interval is computed as shown below:
Therefore, based on the data provided, the 95% confidence interval for the difference between the population proportions p1−p2 is −0.0067<p1−p2<0.0867, which indicates that we are 95% confident that the true difference between population proportions is contained by the interval (−0.0067,0.0867).
Comments