document.write( "Question 1056588: A powder diet is tested on 49 people, and a liquid diet is tested on 36 different people. Of interest is whether the liquid
\n" );
document.write( "diet yields a higher mean weight loss than the powder diet. The powder diet group had a mean weight loss of 42 pounds
\n" );
document.write( "with a standard deviation of 12 pounds. The liquid diet group had a mean weight loss of 45 pounds with a standard deviation
\n" );
document.write( "of 14 pounds. \n" );
document.write( "
Algebra.Com's Answer #671722 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A powder diet is tested on 49 people, and a liquid diet is tested on 36 different people. Of interest is whether the liquid diet yields a higher mean weight loss than the powder diet. The powder diet group had a mean weight loss of 42 pounds \n" ); document.write( "with a standard deviation of 12 pounds. The liquid diet group had a mean weight loss of 45 pounds with a standard deviationof 14 pounds. \n" ); document.write( "--------------- \n" ); document.write( "Ho:: u1 - u2 = 0 \n" ); document.write( "Ha:: u1 - u2 > 0 \n" ); document.write( "------------------- \n" ); document.write( "z(42-45)/sqrt[14^2/36 + 12^2/13] = -0.74 \n" ); document.write( "----- \n" ); document.write( "p-value = 2*p(z < -0.74) = 2normalcdf(-100,-0.74) = 2*0.23 = 0.46 \n" ); document.write( "---- \n" ); document.write( "Since the p-value is greater than 5%, fail to reject Ho \n" ); document.write( "The test results support support the conclusion that there is \n" ); document.write( "no difference in mean weight loss. \n" ); document.write( "--------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "----------- \n" ); document.write( " |