document.write( "Question 914957: A sample of 40 sales receipts from a grocery store has x = $137 and s = $30.2. Assist the
\n" );
document.write( "owner of the grocery store to these values to test, at the 5% level of significance, whether
\n" );
document.write( "or not the mean sales at the grocery store is different from $150.
\n" );
document.write( "(a) State the null and alternative hypotheses for the test.
\n" );
document.write( "(b) Calculate the test statistics.
\n" );
document.write( "(c) Determine the rejection region(s) for the test.
\n" );
document.write( "(d) State the conclusion for the test giving reasons for your answer. \n" );
document.write( "
Algebra.Com's Answer #555367 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! Ho: u = 150 \n" ); document.write( "Ha: u < 150 (claim) \n" ); document.write( "sample mean (n = 40) = 137, s = 30.20 \n" ); document.write( "z(137) = (137-150)/30.20/sqrt(40) = -2.7225 \n" ); document.write( "normalcdf(-100,-2.7225) = .003 \n" ); document.write( "5% level of significance... \n" ); document.write( ".003 < .05, reject Ho. \n" ); document.write( " The test results support the claim. \n" ); document.write( " \n" ); document.write( " |