document.write( "Question 1181944: A random sample of 25 laboratory mice was taken. The mean weight for this sample is 33gm
\n" );
document.write( "with a sample standard deviation of 5gm. Using 0.05 significance level, test the claim that the
\n" );
document.write( "average weight of the mice is 30gm
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #811929 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! Ho: mu is 30 gm \n" ); document.write( "Ha: mu NE 30 gm \n" ); document.write( "alpha p{reject Ho|Ho true}=0.05 \n" ); document.write( "test is t (0.975, df=24) \n" ); document.write( "critical value is reject for |t| > 2.064 \n" ); document.write( "t=(33-30)/5/sqrt(25) \n" ); document.write( "=3 \n" ); document.write( "reject Ho: the mean is not 30 gm, it is larger. \n" ); document.write( "p-value=0.012. \n" ); document.write( " |