document.write( "Question 864799:  At a university, the average cost of books per student has been $600 per student per semester. The Dean of Students believes that the costs are increasing and that the average is now greater than $600.  He surveys a sample of 40 students and finds that for the most recent semester their average cost was $645 with a standard deviation of $75.  What is the test value for this hypothesis test? \r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
| Algebra.Com's Answer #521290 by stanbon(75887)      You can put this solution on YOUR website! At a university, the average cost of books per student has been $600 per student per semester. The Dean of Students believes that the costs are increasing and that the average is now greater than $600. He surveys a sample of 40 students and finds that for the most recent semester their average cost was $645 with a standard deviation of $75. What is the test value for this hypothesis test? \n" ); document.write( "------------------ \n" ); document.write( "Ho: u <= 600 \n" ); document.write( "Ha: u > 600 (claim) \n" ); document.write( "----- \n" ); document.write( "test stat:: t(645) = (645-600)/[75/sqrt(40)] = 3.79 \n" ); document.write( "==================== \n" ); document.write( "Note:: If you use a z-test \n" ); document.write( "test stat = 45/75 = 0.6 \n" ); document.write( "============================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "===================== \n" ); document.write( " |