document.write( "Question 1182661: SAT scores are distributed with a mean of 1,500 and a standard deviation of 286.
\n" );
document.write( "You are interested in estimating the average SAT score of first year students at your college.
\n" );
document.write( "If you would like to limit the margin of error of your confidence interval to 25 points with a 90 percent confidence, how many students should you sample?
\n" );
document.write( "(Round up to a whole number of students) \n" );
document.write( "
Algebra.Com's Answer #812782 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! this is a z-CI \n" ); document.write( "error = z(0.975)*sigma/sqrt(n) \n" ); document.write( "25=1.645*286/sqrt(n) \n" ); document.write( "square both sides \n" ); document.write( "625=221342.02/n \n" ); document.write( "n=354.14 or 355 \n" ); document.write( " |