document.write( "Question 152802: 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( "
Algebra.Com's Answer #112312 by orca(409)\"\" \"About 
You can put this solution on YOUR website!
Let x be the number of girls in the band, then the number of boys is x - 12.
\n" ); document.write( "As the band has a total of 106 students, we have:
\n" ); document.write( "x + (x - 12) = 106
\n" ); document.write( "Solving the equation for x, we have
\n" ); document.write( "x + x - 12 = 106
\n" ); document.write( "2x = 118
\n" ); document.write( "x = 59
\n" ); document.write( "So there are 59 girls in the band.
\n" ); document.write( "
\n" ); document.write( "
\n" );