document.write( "Question 971751: Two classes take a statistic exam. In the first class, 25 students had a mean score of 80. The two classes together had 40 students with a mean score of 83. Compute the mean score of the second class. \n" ); document.write( "
Algebra.Com's Answer #594154 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
mean = total/number\r
\n" ); document.write( "\n" ); document.write( "total= mean * number
\n" ); document.write( "total = 83*40 = 3320
\n" ); document.write( "But class of 25 had a mean of 80, so their total was 2000.\r
\n" ); document.write( "\n" ); document.write( "There are 15 in the other class, and their total had to be 1320.\r
\n" ); document.write( "\n" ); document.write( "The mean in the other class is 1320/15.\r
\n" ); document.write( "\n" ); document.write( "It equals 88.\r
\n" ); document.write( "\n" ); document.write( "Mean of class 1 was 80; class 2, smaller, had a mean of 88. The combined mean should be weighted closer to class 1, and it is.
\n" ); document.write( "
\n" );