document.write( "Question 1097661: An auditor of a small business has sampled 50 of 750 accounts. The sample mean total receivables is $525, and the sample standard deviation is $80. Find a 95% confidence interval for the total sales of the population of account representatives. \n" ); document.write( "
Algebra.Com's Answer #712084 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! alpha(a) = 1 - (95/100) = 0.05 \n" ); document.write( ": \n" ); document.write( "critical probability(p*) = 1 - (a/2) = 0.975 \n" ); document.write( ": \n" ); document.write( "since our sample size is > 30, we can use the normal distribution and consult the z-tables to find the critical value(CV) associated with p* \n" ); document.write( ": \n" ); document.write( "CV is 1.96 \n" ); document.write( ": \n" ); document.write( "standard error(SE) = standard deviation of the sample / square root(sample size) \n" ); document.write( ": \n" ); document.write( "SE = 80 / sqrt(50) = 11.31 \n" ); document.write( ": \n" ); document.write( "margin of error(ME) = CV * SE \n" ); document.write( ": \n" ); document.write( "ME = 1.96 * 11.31 = 22.17 \n" ); document.write( ": \n" ); document.write( "95% confidence interval = 525 + or - 22.17, which is (502.83, 547.17) \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( " |