document.write( "Question 918680: A weight loss program claims that on average people lose 10
\n" );
document.write( "pounds in 7 days. A researcher believes the extent of the weight
\n" );
document.write( "loss is exaggerated and decides to test this claim with a group of 14
\n" );
document.write( "individuals. After 7 days, the average weight loss was 8.6 pounds
\n" );
document.write( "with a sample standard deviation of 2.4 pounds.
\n" );
document.write( "a)Is this a directional or non-directional test? Explain\r
\n" );
document.write( "\n" );
document.write( "b) At a 5% significance level, is the claim of the weight loss program
\n" );
document.write( "supported?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #557204 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! H0: mu = 10 \n" ); document.write( "H1: mu < 10 (since claim is weight loss is less) \n" ); document.write( "Thus, Using a one tailed T Distribution \n" ); document.write( "test statistic: t(8.6) = -1.4/(2.4/sqrt(14) = -2.18 \n" ); document.write( "critical value: invT(.05, 13) = -1.77 \n" ); document.write( "-2.18 < -.177 \n" ); document.write( "b) At a 5% significance level, the claim of the weight loss program is supported \n" ); document.write( " |