document.write( "Question 320845: The eighth grade class has 75 students. The number of girls is 6 less than twice the number of boys. \n" ); document.write( "
Algebra.Com's Answer #229790 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
number of boys be x
\n" ); document.write( "girls = 6 less than twice the boys
\n" ); document.write( "= 2x-6
\n" ); document.write( "total students =75
\n" ); document.write( "..
\n" ); document.write( "x+2x-6=75
\n" ); document.write( "3x=81
\n" ); document.write( "x=81/3
\n" ); document.write( "x=27 number of boys.
\n" ); document.write( "
\n" );