document.write( "Question 264825: Could you please give me an idea on how to work this problem, I am so sketchy on where to start and what to do. Thank you. \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "A sample of 35 golfers showed that their average score on a particular golf course was 80 with a standard deviation of 6.
\n" );
document.write( "Answer each of the following (show all work):
\n" );
document.write( "(A) Find the 95% confidence interval of the mean score for all 35 golfers.
\n" );
document.write( "(B) Find the 95% confidence interval of the mean score for all golfers if this is a sample of 50 golfers instead of a sample of 35.
\n" );
document.write( "(C) Which confidence interval is smaller and why?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #194913 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A sample of 35 golfers showed that their average score on a particular golf course was 80 with a standard deviation of 6. \n" ); document.write( "Answer each of the following (show all work): \n" ); document.write( "(A) Find the 95% confidence interval of the mean score for all 35 golfers. \n" ); document.write( "The sample mean = xbar = 80 \n" ); document.write( "The standard error se = invNorm(0.025)*s/sqrt(n) = 1.96*6/sqrt(35) = 1.9878 \n" ); document.write( "95% CI: xbar-se < u < xbar+se\r \n" ); document.write( "\n" ); document.write( "95% CI: 80-1.9878 < u < 80+1.9878 \n" ); document.write( "95% CI: 78.0122 < u < 81.9878 \n" ); document.write( "---------------------------------------- \n" ); document.write( "(B) Find the 95% confidence interval of the mean score for all golfers if this is a sample of 50 golfers instead of a sample of 35. \n" ); document.write( "xbar = 80 \n" ); document.write( "standard error = 1.96*6/sqrt(50) = 1.6631 \n" ); document.write( "95% CI: 78.337 < u < 81.6631 \n" ); document.write( "------------------------------------- \n" ); document.write( "(C) Which confidence interval is smaller and why? \n" ); document.write( "The last one which has a larger sample size. \n" ); document.write( "Why? As sample size increases the standard error decreases \n" ); document.write( "because sqrt(n) is in the denominator. As n get larger \n" ); document.write( "the s/sqrt(n) gets smaller so the CI interval gets smaller; \n" ); document.write( "the CI interval is always twice the standard error in width. \n" ); document.write( "----- \n" ); document.write( "If any of the above is not clear, please say so. \n" ); document.write( "===================================================== \n" ); document.write( "============================================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |