document.write( "Question 1171701: Two independent samples of observations were collected. For the first sample of 60 elements, the mean was 86 and the standard deviation 6. The second sample of 75 elements had a mean of 82 and a standard deviation of 9.
\n" );
document.write( "(a) Compute the estimated standard error of the difference between the two means.
\n" );
document.write( "(b) Using £ = 0.01, test whether the two sample can reasonably be considered to have come from populations with the same mean.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #797418 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! SE is sqrt((s1^2/n1)+(s2^2/n2)) \n" ); document.write( "=sqrt((36/60)+(81/75)) \n" ); document.write( "=1.296 \n" ); document.write( "difference in means is 4 \n" ); document.write( "the t-value for df=133 is 3.08 \n" ); document.write( "p-value for two way test is 0.0025 \n" ); document.write( "fail to reject Ho; the two samples should be treated as if they came from different populations. \n" ); document.write( " |