Respuesta :
Answer:
The 90% confidence interval for the difference of proportions is (0.01775,0.18225).
Step-by-step explanation:
Before building the confidence interval, we need to understand the central limit theorem and subtraction of normal variables.
Central Limit Theorem
The Central Limit Theorem establishes that, for a normally distributed random variable X, with mean [tex]\mu[/tex] and standard deviation [tex]\sigma[/tex], the sampling distribution of the sample means with size n can be approximated to a normal distribution with mean [tex]\mu[/tex] and standard deviation [tex]s = \frac{\sigma}{\sqrt{n}}[/tex].
For a skewed variable, the Central Limit Theorem can also be applied, as long as n is at least 30.
For a proportion p in a sample of size n, the sampling distribution of the sample proportion will be approximately normal with mean [tex]\mu = p[/tex] and standard deviation [tex]s = \sqrt{\frac{p(1-p)}{n}}[/tex]
Subtraction between normal variables:
When two normal variables are subtracted, the mean is the difference of the means, while the standard deviation is the square root of the sum of the variances.
p1 -> 1993
20 out of 100, so:
[tex]p_1 = \frac{20}{100} = 0.2[/tex]
[tex]s_1 = \sqrt{\frac{0.2*0.8}{100}} = 0.04[/tex]
p2 -> 1997
10 out of 100, so:
[tex]p_2 = \frac{10}{100} = 0.1[/tex]
[tex]s_2 = \sqrt{\frac{0.1*0.9}{100}} = 0.03[/tex]
Distribution of p1 – p2:
[tex]p = p_1 - p_2 = 0.2 - 0.1 = 0.1[/tex]
[tex]s = \sqrt{s_1^2+s_2^2} = \sqrt{0.04^2 + 0.03^2} = 0.05[/tex]
Confidence interval:
[tex]p \pm zs[/tex]
In which
z is the z-score that has a p-value of [tex]1 - \frac{\alpha}{2}[/tex].
90% confidence level
So [tex]\alpha = 0.1[/tex], z is the value of Z that has a p-value of [tex]1 - \frac{0.1}{2} = 0.95[/tex], so [tex]Z = 1.645[/tex].
The lower bound of the interval is:
[tex]p - zs = 0.1 - 1.645*0.05 = 0.01775 [/tex]
The upper bound of the interval is:
[tex]p + zs = 0.1 + 1.645*0.05 = 0.18225 [/tex]
The 90% confidence interval for the difference of proportions is (0.01775,0.18225).