document.write( "Question 221123: Suppose that the mean score of a class of 28 students was 74. The 18 male students in the class had a mean score of 66. What was the mean score for the 10 female students? \r
\n" );
document.write( "\n" );
document.write( "I don't understand how to find this answer. \n" );
document.write( "
Algebra.Com's Answer #165912 by ankor@dixie-net.com(22740) You can put this solution on YOUR website! Suppose that the mean score of a class of 28 students was 74. \n" ); document.write( " The 18 male students in the class had a mean score of 66. \n" ); document.write( " What was the mean score for the 10 female students? \n" ); document.write( ": \n" ); document.write( "Let x = mean score of the girls \n" ); document.write( ": \n" ); document.write( "write a total score equation \n" ); document.write( "boys + girls = total \n" ); document.write( "18*66 + 10x = 28*74 \n" ); document.write( ": \n" ); document.write( "1188 + 10x = 2072 \n" ); document.write( ": \n" ); document.write( "10x = 2072 - 1188 \n" ); document.write( ": \n" ); document.write( "10x = 884 \n" ); document.write( "x = \n" ); document.write( "x = 88.4 girls mean score \n" ); document.write( " |