document.write( "Question 1119177: A medical researcher wishes to evaluate the effectiveness of a drug in prolonging the life of a red cell in a culture medium. Seven cultures are treated with saline (an inactive control substance) and seven others are treated with the new drug. The following survival times in days are recorded;
\n" ); document.write( "Control Group      Treated Group
\n" ); document.write( "129                       121
\n" ); document.write( "102                       119
\n" ); document.write( "138                       119
\n" ); document.write( "126                       126
\n" ); document.write( "121                       121
\n" ); document.write( "100                       115
\n" ); document.write( "113                       117
\n" ); document.write( " 
\n" ); document.write( "Conduct the necessary test to determine if the treatment with the new drug does in fact prolong the life of a red cell. Use a  = 0.05.
\n" ); document.write( "

Algebra.Com's Answer #734891 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
This is a 2 sample t-test. Assume normality and variances may be considered homogeneous
\n" ); document.write( "Ho: mu1>=mu2 or mu1-mu2>=0
\n" ); document.write( "Ha: mu1< mu2 or mu1-mu2<0
\n" ); document.write( "alpha=0.05
\n" ); document.write( "test stat is a t 0.975, df=12
\n" ); document.write( "critical value |t|<-1.782
\n" ); document.write( "t= (mu1-mu2)/sqrt((s1^2)/(n1-1))+(s2^2)/(n2-1))
\n" ); document.write( "t=(118.43-119.71)/sqrt((14.13/6)+(3.5/6))
\n" ); document.write( "=-1.28/sqrt(2.355+0.583)
\n" ); document.write( "=-1.28/5.94
\n" ); document.write( "=-0.2155
\n" ); document.write( "Fail to reject Ho at the 0.05 level. Insufficient evidence to say whether there has been a change.
\n" ); document.write( "
\n" ); document.write( "
\n" );