document.write( "Question 1085058: A poll was conducted that asked 1014 people how many books they had read in the past year. Results indicated that x(overbar)=13.1 books and s=16.6
\n" );
document.write( "books.
\n" );
document.write( "A. Construct a 95% confidence interval for the mean number of books people read.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #699162 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! The interval is 13.1+/- z*s/sqrt(n). I use z here, because n is so large that t approaches and is essentially = to z. \n" ); document.write( "+/- 1.96*16.6/sqrt (1024); that sqrt=32 \n" ); document.write( "+/-1.017 \n" ); document.write( "(12.1, 14.1) \n" ); document.write( " |