document.write( "Question 1143470:  he standard iq test has a mean of 96 and a standard deviation of 14.  We want to be 90% certain that we are within 4 IQ points of the true mean.  Determine the required sample size.
\n" );
document.write( "a,  1
\n" );
document.write( "b.  6
\n" );
document.write( "c.  34
\n" );
document.write( "d.  130 \n" );
document.write( "
Algebra.Com's Answer #764445 by amarjeeth123(570)    ![]() You can put this solution on YOUR website! We have, \n" ); document.write( "z=1.64 for a confidence interval of 90% \n" ); document.write( "sigma=14 \n" ); document.write( "CI=4 \n" ); document.write( "CI=z*sigma/sqrt(n) \n" ); document.write( "Plugging in the values we get, \n" ); document.write( "4=1.64*14/sqrt(n) \n" ); document.write( "sqrt(n)=(1.64*14/4)=5.74 \n" ); document.write( "n=32.9 which is approximately 34. \n" ); document.write( "Answer=(c)34 \n" ); document.write( " \n" ); document.write( "  |