document.write( "Question 335962: the ninth grade class has 17 more girls than boys. there are 431 students in all. how many boys are there? How many girls are there?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #240947 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
Hint: Let b = # of boys and g = # of girls. So if \"the ninth grade class has 17 more girls than boys\", then \"g=b%2B17\" (ie add 17 to the # of boys to get the # of girls). Also, because \"there are 431 students in all\", we know that \"b%2Bg=431\" \n" ); document.write( "
\n" );