Reading sections are from the Introductory Statistics Textbook
To find a confidence interval for a proportion, follow these steps:
Let’s work through the same scenario from Lesson 19.1:
A local college wants to estimate the true proportion of its students who work a part-time job. A random sample of 200 students is taken, and 130 of them report working part-time. What is the true proportion of students at this college who work part-time?
We’ll find a 95% confidence interval. As we did in Lesson 18.3, we walk through all five steps.
These are the two requirements needed to satisfy the Central Limit Theorem for proportions:
First, compute the sample proportion:
\(\hat{p} = \frac{x}{n} = \frac{130}{200} = 0.65\) \(\hat{q} = 1 - \hat{p} = 0.35\)
Since both conditions are satisfied, the Central Limit Theorem passes, and we can continue with this problem.
We are given a confidence level of 95%.
The equation for the margin of error for a proportion is
\[E = z_c\sqrt{\tfrac{\hat{p}\hat{q}}{n}} = z_c\sqrt{\tfrac{\hat{p}(1-\hat{p})}{n}}\]Plugging these in,
\[\begin{align*} E &= z_c\sqrt{\frac{\hat{p}\hat{q}}{n}} = z_c\sqrt{\tfrac{\hat{p}(1-\hat{p})}{n}} \\ &= 1.96\sqrt{\frac{(0.65)(0.35)}{200}} \\ &= 1.96\sqrt{\frac{0.2275}{200}} \\ &= 1.96 \times 0.03373 \\ &\approx \mathbf{0.066} \end{align*}\]The boundaries of the confidence interval are the sample proportion ($\hat{p}$) plus or minus the margin of error ($E$).
The confidence interval is,
\[\mathbf{(0.584,\ 0.716)}\]The goal was to find the true proportion of students who work part-time. Although we couldn’t find an exact value, we found the confidence interval — a range of values in which the true proportion is likely to fall.
Here is a proper interpretation of the confidence interval:
We are 95% confident that the true proportion of students at this college who work a part-time job is between 0.584 and 0.716 (between 58.4% and 71.6%).
Notice that it is common and natural to express the confidence interval as percentages when the variable is a proportion or a percentage.
To calculate the Confidence Interval for a proportion on a TI-83/84,
STATTESTS menuA:1-PropZInt...The calculator will display the confidence interval bounds, the sample proportion \(\hat{p}\), and the sample size \(n\). You can verify your margin of error by computing half the width of the interval:
\[E = \frac{\text{Upper Bound} - \text{Lower Bound}}{2}\]To compute the confidence interval in Desmos, you can calculate the margin of error directly and add/subtract it from \(\hat{p}\):
For example, for the practice problem above with \(\hat{p} = 0.65\), \(n = 200\), and \(z_c = 1.96\), type:
\[0.65 - 1.96\sqrt{\frac{0.65 \times 0.35}{200}}\]and
\[0.65 + 1.96\sqrt{\frac{0.65 \times 0.35}{200}}\]Replace the values with those from your specific problem.