Respuesta :
Using the z-distribution, the 90% confidence interval for the difference of proportions is given by: (-0.0534, 0.0434).
What is the mean and the standard error for the distribution of differences?
For each sample, the mean and the standard error are given as follows:
- [tex]p_1 = \frac{30}{235} = 0.1277, s_1 = \sqrt{\frac{0.1277(0.8723)}{235}} = 0.0218[/tex].
- [tex]p_2 = \frac{39}{294} = 0.1327, s_1 = \sqrt{\frac{0.1327(0.8673)}{294}} = 0.0198[/tex].
For the distribution of differences, they are given by:
- [tex]\overline{p} = p_1 - p_2 = 0.1277 - 0.1327 = -0.005[/tex].
- [tex]s = \sqrt{s_1^2 + s_2^2} = \sqrt{0.0218^2 + 0.0198^2} = 0.0294[/tex]
What is the confidence interval?
The interval is given by:
[tex]\overline{p} \pm zs[/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.
Hence the bounds of the interval are:
[tex]\overline{p} - zs = -0.005 - 1.645(0.0294) = -0.0534[/tex]
[tex]\overline{p} + zs = -0.005 + 1.645(0.0294) = 0.0434[/tex]
More can be learned about the z-distribution at https://brainly.com/question/25890103
#SPJ1