SOLUTION: A sample of 400 nursing applications included 220 from women. Find the 95% confidence interval of the true proportion of women who applied to the nursing program.
Algebra ->
Statistics
-> Confidence-intervals
-> SOLUTION: A sample of 400 nursing applications included 220 from women. Find the 95% confidence interval of the true proportion of women who applied to the nursing program.
Log On
Question 1062600: A sample of 400 nursing applications included 220 from women. Find the 95% confidence interval of the true proportion of women who applied to the nursing program. Answer by rothauserc(4718) (Show Source):
You can put this solution on YOUR website! sample proportion(p) is 220/400 = 0.55
:
standard error(se) = sqrt( p * (1-p) / n ) = sqrt ( 0.55 * 0.45 / 400 ) = 0.0249
:
Note that n is the sample size = 400
:
margin of error(me) = critical value * se
:
our confidence interval is 95%
:
alpha(a) = 1 - (95/100) = 0.05
:
critical probability(p*) = 1 - (0.05/2) = 0.975
:
We use the normal distribution(since n > 30) to determine the critical value as a z-score, find the z-score having a cumulative probability equal to the critical probability (p*).
:
cv = 1.96
:
me = 1.96 * 0.0249 = 0.0488
:
*********************************
Our 95% confidence interval is
:
0.55 + or - 0.0488
*********************************
: