document.write( "Question 346733: If it was known that a population of 1000 parts has a standard deviation of 0.02 seconds, what size sample would be required to maintain an error no greater than 0.005 seconds with a confident level of 95%? \n" ); document.write( "
Algebra.Com's Answer #248045 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! If it was known that a population of 1000 parts has a standard deviation of 0.02 seconds, what size sample would be required to maintain an error no greater than 0.005 seconds with a confident level of 95%? \n" ); document.write( "---------------------------------------------------------- \n" ); document.write( "sqrt(n) = z*s/E \n" ); document.write( "--- \n" ); document.write( "n = [z*s/E]^2 \n" ); document.write( "--- \n" ); document.write( "n = [1.96*0.02/0.005]^2 \n" ); document.write( "--- \n" ); document.write( "n = [7.84]^2 \n" ); document.write( "--- \n" ); document.write( "n = 61.47 \n" ); document.write( "--- \n" ); document.write( "Round up to n = 62 \n" ); document.write( "===================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "===================== \n" ); document.write( " |