document.write( "Question 324064: A standard placement test has a mean of 115 and a standard deviation of = 10. Determine the minimum sample size if we want to be 90% certain that we are within 2 points of the true mean. \n" ); document.write( "
Algebra.Com's Answer #231915 by stanbon(75887) ![]() You can put this solution on YOUR website! A standard placement test has a mean of 115 and a standard deviation of = 10. Determine the minimum sample size if we want to be 90% certain that we are within 2 points of the true mean. \n" ); document.write( "---- \n" ); document.write( "Since E = zs/sqrt(n) \n" ); document.write( "--- \n" ); document.write( "sqrt(n) = zs/E \n" ); document.write( "--- \n" ); document.write( "So, n = [zs/E]^2 \n" ); document.write( "--- \n" ); document.write( "z for 90% CI = 1.645 \n" ); document.write( "s = 10 \n" ); document.write( "E = 2 \n" ); document.write( "--- \n" ); document.write( "n = [1.645*10/2]^2 = 68 when rounded up \n" ); document.write( "============================================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |