document.write( "Question 838398: There are 250 students in class. The number of boys is 40 more than twice the number of girls. How many boys and how many girls are in the class? \n" ); document.write( "
Algebra.Com's Answer #505077 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( "there are 250 students
\n" ); document.write( "\"highlight_green%28x%29\" boys and \"highlight_green%28250-x%29\" girls
\n" ); document.write( " x = 2(250-x) + 40 ****
\n" ); document.write( " 3x = 540
\n" ); document.write( " x = 180, the number of boys. There are 70 girls. (250-180)
\n" ); document.write( "CHECKING our answer***
\n" ); document.write( " 180 = 140 + 40 \n" ); document.write( "
\n" );