document.write( "Question 921163: In a class there are 22 girls and 38 boys. The mean score of girls in an examination is 78 and the mean score of boys is 71. What is the mean score of the entire class ? \n" ); document.write( "
Algebra.Com's Answer #558754 by srinivas.g(540)\"\" \"About 
You can put this solution on YOUR website!
sum of scores of all boys = no of boys * mean score of boys
\n" ); document.write( " = 38*71
\n" ); document.write( " =2698
\n" ); document.write( "sum of scores of all girls = no of girls * mean score of girls
\n" ); document.write( " = 22*78
\n" ); document.write( " =1716
\n" ); document.write( "total =2698+1716 =4414
\n" ); document.write( "mean = total / total no of boys girls
\n" ); document.write( " =4414/(22+38)
\n" ); document.write( " =4414/60
\n" ); document.write( " =73.567
\n" ); document.write( "mean score of entire class = 73.567
\n" ); document.write( "
\n" );