document.write( "Question 89939: A small private school has 500 students. Two thirds of the soccer players are girls. One third of the boys play soccer. One hundred of the girls do not play soccer. How many boys are in this school? \n" ); document.write( "
Algebra.Com's Answer #65294 by scott8148(6628)\"\" \"About 
You can put this solution on YOUR website!
let b equal number of boys, so number of girls is 500-b\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "1/3 of the boys play soccer and twice as many girls as boys play soccer ... 100 of the girls do not play soccer\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "so 500-b-100 girls play soccer and this number is twice a large as the 1/3 of the boys that play\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "500-b-100=2(b/3) ... 400=5b/3 ... 1200=5b ... 240=b
\n" ); document.write( "
\n" );