document.write( "Question 1128740: Please help me solve this problem. \r
\n" );
document.write( "\n" );
document.write( "The standard IQ test has a mean of 97 and standard deviation of 17. We want to be 95% certain that we within 5IQ points of the true mean. Determine the required sample size. \n" );
document.write( "
Algebra.Com's Answer #745221 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! confidence interval is z*sigma sqrt (n). \n" ); document.write( "z=1.96, and CI is the +/- value, which is 5 here. \n" ); document.write( "5=1.96*17sqrt(n) \n" ); document.write( "square everything \n" ); document.write( "25=3.84*289/n \n" ); document.write( "n=3.8416*289/25=44.41 or sample size of 45 \n" ); document.write( " \n" ); document.write( " |