document.write( "Question 1141191: A sample of 300 high school juniors found that 195 of them took the SAT more than once. Find the 99% confidence interval for the proportion of all high school juniors who took the SAT more than once. \n" ); document.write( "
| Algebra.Com's Answer #761776 by Boreal(15235)     You can put this solution on YOUR website! The point estimate of the probability is 195/300=0.65 \n" ); document.write( "the 99% CI is p hat, 0.65 +/- z (2.576 for 99% CI) *sqrt(p(1-p)/n), which is sqrt (0.65*0.35/300) \n" ); document.write( "this is 0.65+/-2.576*0.0275 \n" ); document.write( "=0.65+/-0.0709 \n" ); document.write( "(0.58, 0.72) \n" ); document.write( " |