Applying the steps to find the confidence interval of a proportion, it is found that the 90% confidence interval for the proportion of adult Twitter users that get at least some news on Twitter is (0.4892, 0.5356).
In a sample with a number n of people surveyed with a probability of a success of [tex]\pi[/tex], and a confidence level of [tex]\alpha[/tex], we have the following confidence interval of proportions.
[tex]\pi \pm z\sqrt{\frac{\pi(1-\pi)}{n}}[/tex]
In which
z is the z-score that has a p-value of [tex]\frac{1+\alpha}{2}[/tex].
From a SRS of 1251 adult Twitter users, 641 of them get at least some news on Twitter, hence:
[tex]n = 1251, \pi = \frac{641}{1251} = 0.5124[/tex]
90% confidence level
So [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 [tex]z = 1.645[/tex].
The lower limit of this interval is:
[tex]\pi - z\sqrt{\frac{\pi(1-\pi)}{n}} = 0.5124 - 1.645\sqrt{\frac{0.5124(0.4876)}{1251}} = 0.4892[/tex]
The upper limit of this interval is:
[tex]\pi + z\sqrt{\frac{\pi(1-\pi)}{n}} = 0.5124 + 1.645\sqrt{\frac{0.5124(0.4876)}{1251}} = 0.5356[/tex]
The 90% confidence interval for the proportion of adult Twitter users that get at least some news on Twitter is (0.4892, 0.5356).
A similar problem is given at https://brainly.com/question/16807970