document.write( "Question 1150935: A sample of scores on an examination given in Statistics 201 are:\r
\n" );
document.write( "\n" );
document.write( "Men : 72 69 98 66 85 76 79 80 77
\n" );
document.write( "Women : 81 67 90 78 81 80 76 \r
\n" );
document.write( "\n" );
document.write( "At the .01 significance level, is the mean grade of the women higher than that of the men? \n" );
document.write( "
Algebra.Com's Answer #772515 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "mu1 = population mean of the men's test scores \n" ); document.write( "mu2 = population mean of the women's test scores\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "H0: Null hypothesis \n" ); document.write( "H0: mu1 = mu2 \n" ); document.write( "H0: mu1 - mu2 = 0 \n" ); document.write( "H1: Alternative hypothesis \n" ); document.write( "H1: mu1 < mu2 \n" ); document.write( "H1: mu1 - mu2 < 0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The claim \"the mean grade of the women is higher than that of the men\" is in the alternative hypothesis.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "This is a one-tailed test to the left due to the \"less than\" sign in the alternative hypothesis. This means when it comes to computing the area under the curve, we'll be shading to the left of the test statistic.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-------------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "alpha = 0.01\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "men's scores = M = {72,69,98,66,85,76,79,80,77} \n" ); document.write( "womens scores = W = {81,67,90,78,81,80,76} \n" ); document.write( "n1 = sample size of men's scores \n" ); document.write( "n1 = 9 \n" ); document.write( "n2 = sample size of women's scores \n" ); document.write( "n2 = 7\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We're doing a two sample T test. This is not a paired T test because the n1 and n2 values are different. We use a T distribution because n1 and n2 are both smaller than 30. Also, we dont know sigma1 and sigma2 (the population standard deviations of each group), so that is another reason why we are not doing a two sample Z test.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The degrees of freedom (df) is the smaller of n1-1 and n2-1 \n" ); document.write( "n1-1 = 9-1 = 8 \n" ); document.write( "n2-1 = 7-1 = 6 \n" ); document.write( "The df is 6\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Use a calculator to find that \n" ); document.write( "xbar1 = mean of men's scores \n" ); document.write( "xbar1 = 78 \n" ); document.write( "xbar2 = mean of women's scores \n" ); document.write( "xbar2 = 79 \n" ); document.write( "v1 = sample variance of men's scores \n" ); document.write( "v1 = 90 \n" ); document.write( "v2 = sample variance of women's scores \n" ); document.write( "v2 = 47.33333\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Compute the standard error SE \n" ); document.write( "SE = sqrt(v1/n1 + v2/n2) \n" ); document.write( "SE = sqrt(90/9 + 47.33333/7) \n" ); document.write( "SE = 4.094130467598\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Now compute the test statistic \n" ); document.write( "t = ((xbar1-xbar2)-(mu1-mu2))/SE \n" ); document.write( "t = ((78-79)-(0))/4.094130467598 \n" ); document.write( "t = -1/4.094130467598 \n" ); document.write( "t = -0.24425210869909 \n" ); document.write( "t = -0.2443\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Use this calculator \n" ); document.write( "https://stattrek.com/online-calculator/t-distribution.aspx \n" ); document.write( "with df = 6, to find that \n" ); document.write( "P(T < -0.2443) = 0.4076\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So we can say \n" ); document.write( "p-value = 0.4076\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "T Distribution Diagram: \n" ); document.write( " ![]() \n" ); document.write( "Image generated by GeoGebra (free graphing software).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "This p-value is very large, much larger than the significance level alpha = 0.01, so we fail to reject the null hypothesis. \n" ); document.write( "In other words, we dont have enough statistically significant evidence to overturn the null hypothesis. We have no choice but to accept the null hypothesis.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Interpretation: The men and women have the same average test scores.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The answer to the question \"is the mean grade of the women higher than that of the men?\" is \"no, the mean grade of the women is not higher than that of the men\".\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Side notes: \n" ); document.write( "
\n" ); document.write( " \n" ); document.write( " |