Respuesta :
Answer:
The 99% confidence interval for the difference in two proportions is (0.0456, 0.1944).
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.
Western residents:
39% out of 640, so:
[tex]p_1 = 0.39[/tex]
[tex]s_1 = \sqrt{\frac{0.39*0.61}{640}} = 0.0193[/tex]
Eastern residents:
51% out of 540, so:
[tex]p_2 = 0.51[/tex]
[tex]s_2 = \sqrt{\frac{0.51*0.49}{540}} = 0.0215[/tex]
Distribution of the difference:
[tex]p = p_2 - p_1 = 0.51 - 0.39 = 0.12[/tex]
[tex]s = \sqrt{s_2^2+s_1^2} = \sqrt{0.0215^2+0.0193^2} = 0.0289[/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].
99% confidence level
So [tex]\alpha = 0.01[/tex], z is the value of Z that has a p-value of [tex]1 - \frac{0.01}{2} = 0.995[/tex], so [tex]Z = 2.575[/tex].
The lower bound of the interval is:
[tex]p - zs = 0.12 - 2.575*0.0289 = 0.0456[/tex]
The upper bound of the interval is:
[tex]p + zs = 0.12 + 2.575*0.0289 = 0.1944[/tex]
The 99% confidence interval for the difference in two proportions is (0.0456, 0.1944).