document.write( "Question 599011: A high school graduating class is made up of 485 students. There are 69 more girls than boys. How many boys are in the class? \n" ); document.write( "
Algebra.Com's Answer #378769 by flame8855(424)![]() ![]() You can put this solution on YOUR website! let b be number of boys \n" ); document.write( "let g be number of girls\r \n" ); document.write( "\n" ); document.write( "b + g = 485 \n" ); document.write( "g= b +69\r \n" ); document.write( "\n" ); document.write( "solve two equations :\r \n" ); document.write( "\n" ); document.write( "b = 208 boys \n" ); document.write( " |