To determine the required sample size for constructing a confidence interval with a specified margin of error, we can use the formula for the margin of error (ME) in the context of proportion estimates:
\[ ME = z \cdot \sqrt{\frac{p(1 - p)}{n}} \]
Where:
- \( ME \) is the margin of error
- \( z \) is the z-score corresponding to the desired confidence level
- \( p \) is the estimated proportion
- \( n \) is the sample size
Given:
- Confidence level = 98%, which corresponds to a z-score of approximately 2.33 (this can be found in a z-table or calculated using statistical software).
- Estimated proportion \( p = 0.28 \)
- Desired margin of error \( ME = 0.02 \)
We need to rearrange the margin of error formula to solve for \( n \):
\[ n = \left(\frac{z \cdot \sqrt{p(1 - p)}}{ME}\right)^2 \]
Now, substitute the known values into the equation.
- Calculate \( p(1 - p) \):
\[ p(1 - p) = 0.28 \times (1 - 0.28) = 0.28 \times 0.72 = 0.2016 \]
- Substitute into the sample size formula:
\[ n = \left(\frac{2.33 \cdot \sqrt{0.2016}}{0.02}\right)^2 \]
- Calculate \( \sqrt{0.2016} \):
\[ \sqrt{0.2016} \approx 0.4485 \]
- Now plug this back into the formula:
\[ n = \left(\frac{2.33 \cdot 0.4485}{0.02}\right)^2 \]
- Calculate:
\[ \frac{2.33 \cdot 0.4485}{0.02} \approx \frac{1.0444}{0.02} \approx 52.22 \]
- Now square that result to find \( n \):
\[ n \approx (52.22)^2 \approx 2731.04 \]
Since the sample size must be a whole number, we round up to ensure the margin of error will be within the specified level.
Thus, the required sample size is:
\[ \boxed{2732} \]