21.1k views
2 votes
In a survey of 2306 adult Americans aged 18 and older, it was found that 418 of them have donated blood in the past two years. Construct a 99% confidence interval estimate of the percentage of adult Americans aged 18 and older that have donated blood in the past two years. Please be sure to round each value to the nearest thousandth (third decimal place) when making calculations and submitting your solutions in the text entry boxes provided. Do not use commas.

1 Answer

1 vote

Answer:

The 99% confidence interval estimate of the percentage of adult Americans aged 18 and older that have donated blood in the past two years is between 16.061% and 20.193%

Explanation:

In a sample with a number n of people surveyed with a probability of a success of
\pi, and a confidence level of
1-\alpha, we have the following confidence interval of proportions.


\pi \pm z\sqrt{(\pi(1-\pi))/(n)}

In which

z is the zscore that has a pvalue of
1 - (\alpha)/(2).

In a survey of 2306 adult Americans aged 18 and older, it was found that 418 of them have donated blood in the past two years.

This means that
n = 2306, \pi = (418)/(2306) = 0.18127

99% confidence level

So
\alpha = 0.01, z is the value of Z that has a pvalue of
1 - (0.01)/(2) = 0.995, so
Z = 2.575.

The lower limit of this interval is:


\pi - z\sqrt{(\pi(1-\pi))/(n)} = 0.18127 - 2.575\sqrt{(0.18127*0.81873)/(2306)} = 0.16061

The upper limit of this interval is:


\pi + z\sqrt{(\pi(1-\pi))/(n)} = 0.18127 + 2.575\sqrt{(0.18127*0.81873)/(2306)} = 0.20193

Confidence interval for the percentage:

Proportions multiplied by 100%. So

0.16061*100% = 16.061%

0.20193 = 20.193%

The 99% confidence interval estimate of the percentage of adult Americans aged 18 and older that have donated blood in the past two years is between 16.061% and 20.193%

User John Huynh
by
5.3k points