document.write( "Question 641778: A physical education class has three times as many girls as boys. During a class basketball game, the girls average 18 points each and the class as a whole average 17 points per person. How many points does each boy score on average? \n" ); document.write( "
Algebra.Com's Answer #404248 by htmentor(1343)\"\" \"About 
You can put this solution on YOUR website!
Let b = the number of boys
\n" ); document.write( "Then the number of girls = 3b
\n" ); document.write( "The girls average will be the total points scored by girls (G) divided by the number of girls:
\n" ); document.write( "G/3b = 18
\n" ); document.write( "The class average will be the number of points scored by girls (G) plus the
\n" ); document.write( "number scored by boys (B) divided by the total numer of students:
\n" ); document.write( "(G + B)/(3b + b) = 17
\n" ); document.write( "But the number of points scored by boys = ab where a = the boys' average
\n" ); document.write( "From the 1st equation, G = 54b
\n" ); document.write( "(54b + ab)/4b = 17
\n" ); document.write( "We can cancel b from numerator and denominator:
\n" ); document.write( "(54 + a)/4 = 17
\n" ); document.write( "54 + a = 68
\n" ); document.write( "a = 14
\n" ); document.write( "So the boys average = 14
\n" ); document.write( "
\n" ); document.write( "
\n" );