document.write( "Question 322202: The standard deviation of a variable is 15. if a sample of 100 individuals is selected, compute the standard error of the mean. What size sample is necessary to double the standard error of the mean? \r
\n" );
document.write( "\n" );
document.write( "I got the answer to that question. It is n=25.\r
\n" );
document.write( "\n" );
document.write( "This is the question I need help with...\r
\n" );
document.write( "\n" );
document.write( "What size sample is needed to cut the standard error of the mean in half?\r
\n" );
document.write( "\n" );
document.write( "Hope you can help, Thank you! :) \n" );
document.write( "
Algebra.Com's Answer #230667 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The standard deviation of a variable is 15. \n" ); document.write( "if a sample of 100 individuals is selected, compute the standard error of the mean. \n" ); document.write( "--- \n" ); document.write( "standard error = 15/sqrt(100) = 1.5 \n" ); document.write( "------- \n" ); document.write( "What size sample is necessary to double the standard error of the mean? \n" ); document.write( "--- \n" ); document.write( "Solve: 10/sqrt(n) = 2*1.5 \n" ); document.write( "10/sqrt(n) = 3 \n" ); document.write( "sqrt(n) = 10/3 \n" ); document.write( "n = (10/3)^2 \n" ); document.write( "n = 100/9 = 11.11 \n" ); document.write( "Round up to n = 12 \n" ); document.write( "--------------------------- \n" ); document.write( " \n" ); document.write( "What size sample is needed to cut the standard error of the mean in half? \n" ); document.write( "Solve 10/sqrt(n) = 3/4 \n" ); document.write( "sqrt(n) = 10/(3/4) \n" ); document.write( "sqrt(n) = 40/3 \n" ); document.write( "n = (40/3)^2 \n" ); document.write( "n = 178 when rounded \n" ); document.write( "=================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |