document.write( "Question 420955: The high school band has 12 more girls than boys. The band has a total of 106 students. How many girls are in the band?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #294017 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! The high school band has 12 more girls than boys. The band has a total of 106 students. How many girls are in the band? \n" ); document.write( ". \n" ); document.write( "Let b = number of boys \n" ); document.write( "then from \"The high school band has 12 more girls than boys.\" we get: \n" ); document.write( "b+12 = number of girls \n" ); document.write( ". \n" ); document.write( "b + b+12 = 106 \n" ); document.write( "2b+12 = 106 \n" ); document.write( "2b = 94 \n" ); document.write( "b = 47 (boys) \n" ); document.write( ". \n" ); document.write( "girls: \n" ); document.write( "b+12 = 47+12 = 59 \n" ); document.write( " |