document.write( "Question 306093: Problem 4, the following data were collected as part of a study of coffee consumption among male and female undergraduate students. The following reflects cups per day consumed. \r
\n" );
document.write( "\n" );
document.write( "Male: 3 4 6 8 2 1 0 2
\n" );
document.write( "Female: 5 3 1 2 0 4 3 1
\n" );
document.write( "
\n" );
document.write( "Generate a 95% confidence interval for the difference in mean numbers of cups of coffee consumed between men and woman
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #219225 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Problem 4, the following data were collected as part of a study of coffee consumption among male and female undergraduate students. The following reflects cups per day consumed. \n" ); document.write( "Male::: 3 4 6 8 2 1 0 2 \n" ); document.write( "Female: 5 3 1 2 0 4 3 1 \n" ); document.write( "---------------------------- \n" ); document.write( "Differ::-2,1,5,6,2,-3,-3,1 \n" ); document.write( "------------------------------- \n" ); document.write( "sample mean of the differences: 0.875 \n" ); document.write( "std of the differences::::::::: 3.44 \n" ); document.write( "------------------------------------------ \n" ); document.write( "Margin of Error: (invT(0.975,7)*3.44/sqrt(8) = 2.3646*1.2162 = 2.8759 \n" ); document.write( "--- \n" ); document.write( "Generate a 95% confidence interval for the difference in mean numbers of cups of coffee consumed between men and woman \n" ); document.write( "95% CI: 0.875-2.8759 < u(diff) < 0.875+2.8759 \n" ); document.write( "================================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "================================================== \n" ); document.write( " \n" ); document.write( " |