document.write( "Question 295197: Given the following data set;\r
\n" );
document.write( "\n" );
document.write( " 48, 32, 37, 35, 36, 42, 41, 40\r
\n" );
document.write( "\n" );
document.write( " \r
\n" );
document.write( "\n" );
document.write( " Given a=0.05, test the hypothesis that the mean of the population from which this sample was chosen is less than 42
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #212771 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Given the following data set; \n" ); document.write( "48, 32, 37, 35, 36, 42, 41, 40 \r \n" ); document.write( "\n" ); document.write( "Given a=0.05, test the hypothesis that the mean of the population from which this sample was chosen is less than 42 \n" ); document.write( "---------------- \n" ); document.write( "1st: Find the sample mean and sample std: \n" ); document.write( "Add the numbers and devide by 8 to get x-bar = 38.875 \n" ); document.write( "std = 4.970 \n" ); document.write( "------------------- \n" ); document.write( "2nd: Hypothesis: \n" ); document.write( "Ho: u = 42 \n" ); document.write( "Ha: u < 42 \n" ); document.write( "----------------- \n" ); document.write( "Critical Value for left tail test for mean with alpha =5% and df = 7: \n" ); document.write( "t = invT(0.05,7) = -1.8946 \n" ); document.write( "------ \n" ); document.write( "Test Statistic: \n" ); document.write( "t(38.875) = (38.875-42)/4.970/sqrt(8)] = -1.7784 \n" ); document.write( "--------- \n" ); document.write( "p-value: P(t< -1.7784) = 0.05929 \n" ); document.write( "---------- \n" ); document.write( "Conclusion: \n" ); document.write( "Since the p-value is greater than 5%, fail to reject Ho. \n" ); document.write( "Note: This is the same as saying the test std is not in the reject interval. \n" ); document.write( "--- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |