document.write( "Question 424042: There are 37 students in an algebra class. There are 9 more girls than boys. How many girls and how many boys are in the class? \n" ); document.write( "
Algebra.Com's Answer #295721 by htmentor(1343)\"\" \"About 
You can put this solution on YOUR website!
Let B = number of boys
\n" ); document.write( "Then the number of girls = B + 9
\n" ); document.write( "The equation we need to solve is B + (B + 9) = 37
\n" ); document.write( "Solve for B: B = (37 - 9)/2 = 14
\n" ); document.write( "So the number of boys is 14 and the number of girls is 14 + 9 = 23.
\n" ); document.write( "
\n" );