document.write( "Question 235413: Two groups of ten sprinters run 100 meters. The times required by sprinters in the first group are as follows:
\n" );
document.write( "12.0 12.9 10.1 14.6 11.9 11.3 13.0 12.9 13.3 10.0
\n" );
document.write( "The times required by sprinters in the second group are as follows:
\n" );
document.write( "11.6 12.5 12.3 10.2 16.3 17.0 19.1 18.7 12.3 16.4
\n" );
document.write( "Assuming that = 0.02, test the hypothesis that the means of the two populations are equal.
\n" );
document.write( "· State the null and alternate hypotheses
\n" );
document.write( "· Calculate the mean and standard deviation for each group
\n" );
document.write( "· Calculate the value of the test statistic.
\n" );
document.write( "· Determine the critical value(s).
\n" );
document.write( "· State your decision: Should the null hypothesis be rejected?\r
\n" );
document.write( "\n" );
document.write( "Thank you so very much for helping with this problem. I really do appreciate all of your hard work. \n" );
document.write( "
Algebra.Com's Answer #173588 by stanbon(75887) ![]() You can put this solution on YOUR website! Two groups of ten sprinters run 100 meters. The times required by sprinters in the first group are as follows: \n" ); document.write( "12.0 12.9 10.1 14.6 11.9 11.3 13.0 12.9 13.3 10.0 \n" ); document.write( "The times required by sprinters in the second group are as follows: \n" ); document.write( "11.6 12.5 12.3 10.2 16.3 17.0 19.1 18.7 12.3 16.4 \n" ); document.write( "Assuming that alpha = 0.02, test the hypothesis that the means of the two populations are equal. \n" ); document.write( "· State the null and alternate hypotheses \n" ); document.write( "Ho: u(1)-u(2) = 0 \n" ); document.write( "Ha: u(1)-u(2) is not 0 \n" ); document.write( "--------------------------------- \n" ); document.write( "· Calculate the mean and standard deviation for each group \n" ); document.write( "Grp 1: mean = 12.2 ; std = 1.445 \n" ); document.write( "Grp 2: mean = 14.64 ; std = 3.202 \n" ); document.write( "---------------------------------- \n" ); document.write( "· Calculate the value of the test statistic. \n" ); document.write( "I ran a 2-Sample Ttest and got the following: \n" ); document.write( "ts = t = -2.1965 \n" ); document.write( "-------------------------- \n" ); document.write( "· Determine the critical value(s). \n" ); document.write( "invT(0.01, with df=12.517) = -2.3266 \n" ); document.write( "---------------------------------------- \n" ); document.write( "· State your decision: Should the null hypothesis be rejected? \n" ); document.write( "Since the test statistic is not in the reject interval, do not \n" ); document.write( "reject Ho. \n" ); document.write( "---------------------------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |