document.write( "Question 291590: H0: µ ≤ 10
\n" );
document.write( "H1: µ > 10
\n" );
document.write( "The sample mean is 12, and the sample size is 36. The population follows the normal distribution and the standard deviation is 3. Use a .02 significance level.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #210827 by stanbon(75887) ![]() You can put this solution on YOUR website! H0: µ ≤ 10 \n" ); document.write( "H1: µ > 10 \n" ); document.write( "The sample mean is 12, and the sample size is 36. The population follows the normal distribution and the standard deviation is 3. Use a .02 significance level. \n" ); document.write( "--------------------- \n" ); document.write( "t(12) = (12-10)/[3/sqrt(12)] = 2.3094... \n" ); document.write( "--- \n" ); document.write( "p-value: P(t> 2.3094 when df=11) = 0.02067 \n" ); document.write( "--- \n" ); document.write( "Whoa! That p-value is only 67/1000th above the significance mark. \n" ); document.write( "--- \n" ); document.write( "Conclusion: Since the p-value is greater than 2%, fail to reject Ho. \n" ); document.write( "---- \n" ); document.write( "Also, you should do more testing. \n" ); document.write( "=============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |