document.write( "Question 1008340: A simple random sample of 40 items resulted in a sample mean of 25. The population standard deviation is 5.
\n" );
document.write( "a. What is the standard deviation of the mean?
\n" );
document.write( "b. At 90% confidence, what is the margin of error?
\n" );
document.write( "c. What is 90% confidence interval estimate for the population mean?
\n" );
document.write( "d. At 95% confidence, what is the margin of error?
\n" );
document.write( "e. What is 95% confidence interval estimate for the population mean? \n" );
document.write( "
Algebra.Com's Answer #624088 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A simple random sample of 40 items resulted in a sample mean of 25. The population standard deviation is 5. \n" ); document.write( "a. What is the standard deviation of the sample means?:: 5/sqrt(40) \n" ); document.write( "----------------------- \n" ); document.write( "b. At 90% confidence, what is the margin of error? \n" ); document.write( "ME = 1.645*5/sqrt(40) \n" ); document.write( "-------------------------------- \n" ); document.write( "c. What is 90% confidence interval estimate for the population mean? \n" ); document.write( "25- ME < u < 25+ME \n" ); document.write( "--------------------------------- \n" ); document.write( "d. At 95% confidence, what is the margin of error? \n" ); document.write( "ME = 1.96*5/sqrt(40) \n" ); document.write( "---------------------------- \n" ); document.write( "e. What is 95% confidence interval estimate for the population mean? \n" ); document.write( "25-ME < u < 25+ME \n" ); document.write( "------------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |