document.write( "Question 912893: there are 38 students in a class. find the number of boys and girls in the class if the number of girls exceeds one half of the boys by 17 \n" ); document.write( "
| Algebra.Com's Answer #554147 by ewatrrr(24785)     You can put this solution on YOUR website! x the number of boys \n" ); document.write( "girls + boys = 38 \n" ); document.write( " \n" ); document.write( "x + 34 + 2x = 76 \n" ); document.write( "3x = 42 \n" ); document.write( "x = 14, the number of boys. Girls 24 \n" ); document.write( "And...checking \n" ); document.write( "sum = 38 \n" ); document.write( " |