document.write( "Question 577913: A teacher has two math classes. In one class there are 80 students and the average grade on a test was 30. In her other class there are 40 students and the average grade on the same test is 50. What is the average grade of all her students? \n" ); document.write( "
Algebra.Com's Answer #370391 by dfrazzetto(283)![]() ![]() You can put this solution on YOUR website! To find the cumulative (total) average of all students, we simply multiply each class average by the number of students, add the 2 sums together, and divide by the total number of students.\r \n" ); document.write( "\n" ); document.write( "total students = 80 + 40 = 120 students\r \n" ); document.write( "\n" ); document.write( "cumulative average = sum(class1 and class 2) / 120 students\r \n" ); document.write( "\n" ); document.write( "= (80x30 + 40x50) / 120 \n" ); document.write( "= (2400 + 2000) / 120 \n" ); document.write( "= (4400) / 120 \n" ); document.write( "=36.6666666666666666 = 36 2/3\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |