document.write( "Question 932093: in a certain school there are 35 more girls than boys. if the total student population of the school is 247, how many are boys? \n" ); document.write( "
Algebra.Com's Answer #565938 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
x the number of Boys. \"x%2B35\" the number of Girls.
\n" ); document.write( "x + x+35 = 247
\n" ); document.write( "2x = 212
\n" ); document.write( "x= 106, the number of Boys. Girls: 141 \"106%2B35\"
\n" ); document.write( "And...checking
\n" ); document.write( "Sum = 247
\n" ); document.write( "
\n" );