document.write( "Question 310138:  Twenty students randomly assigned to an experimental group receive an
\n" );
document.write( "instructional program; 30 in a control group do not. After 6 months, both groups
\n" );
document.write( "are tested on their knowledge. The experimental group has a mean of 38 on the
\n" );
document.write( "test (with an estimated population standard deviation of 3); the control group
\n" );
document.write( "has a mean of 35 (with an estimated population standard deviation of 5). Using
\n" );
document.write( "the .05 level, what should the experimenter conclude? (a) Use the steps of
\n" );
document.write( "hypothesis testing, (b) sketch the distributions involved, and (c) explain your
\n" );
document.write( "answer to someone who is familiar with the t test for a single sample but not
\n" );
document.write( "with the t test for independent means.
\n" );
document.write( " \n" );
document.write( "
| Algebra.Com's Answer #221844 by stanbon(75887)      You can put this solution on YOUR website! 20 students randomly assigned to an experimental group receive an \n" ); document.write( "instructional program; 30 in a control group do not. \n" ); document.write( "After 6 months, both groups are tested on their knowledge. \n" ); document.write( "------------------------------------------------------ \n" ); document.write( "The experimental group has a mean of 38 on the test (with an estimated population standard deviation of 3); \n" ); document.write( "----------------------------------------------- \n" ); document.write( "The control group has a mean of 35 (with an estimated population standard deviation of 5). \n" ); document.write( "----------------------------------- \n" ); document.write( "Using the .05 level, what should the experimenter conclude? \n" ); document.write( "(a) Use the steps of hypothesis testing, \n" ); document.write( "--------------------- \n" ); document.write( "Ho: u(ex)-u(ct) = 0 \n" ); document.write( "Ha: u(ex)-u(ct) is not equal to zero \n" ); document.write( "------------------------------------------ \n" ); document.write( "test stat: t = (38-35)/sqrt[9/20 + 25/30] = 2.6482 \n" ); document.write( "--- \n" ); document.write( "p-value = 2*P(t > 2.6482 with df = 48) = 0.0109 \n" ); document.write( "------------------------------------------------------------- \n" ); document.write( "Conclusion: \n" ); document.write( "At the 5% significance level, reject Ho because the p-value \n" ); document.write( "is less than 5%. \n" ); document.write( "================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "Note: I'll leave the remainder of the problem to you. \n" ); document.write( " \r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(b) sketch the distributions involved, and (c) explain your \n" ); document.write( "answer to someone who is familiar with the t test for a single sample but not \n" ); document.write( "with the t test for independent means.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |