document.write( "Question 221022: A standard placement test has a mean of 105 and a standard deviation of σ = 13. Determine the minimum sample size if we want to be 99% certain that we are within 3 points of the true mean \n" ); document.write( "
Algebra.Com's Answer #165873 by stanbon(75887) ![]() You can put this solution on YOUR website! A standard placement test has a mean of 105 and a standard deviation of σ = 13. Determine the minimum sample size if we want to be 99% certain that we are within 3 points of the true mean \n" ); document.write( "-------------------------------------- \n" ); document.write( "n = [z*sig/E]^2 \n" ); document.write( "--- \n" ); document.write( "invNorm(0.005) = -2.576 \n" ); document.write( "n = [2.576*13/3]^2 \n" ); document.write( "--- \n" ); document.write( "n = 124.6 \n" ); document.write( "--- \n" ); document.write( "Round up to n= 125 \n" ); document.write( "================================ \n" ); document.write( " |