document.write( "Question 561125: There are boys and girls in a class. If the number of girls is multiplied by two and added to the number of boys in the class, the sum is 30. If the number of girls is multiplied by two and the number of boys in the class is subtracted from it, the result is 6. How many boys are in the class? \n" ); document.write( "
Algebra.Com's Answer #364169 by mananth(16946) You can put this solution on YOUR website! boys --------x \n" ); document.write( "girls-------------y\r \n" ); document.write( "\n" ); document.write( "2y+x=30 \n" ); document.write( "2y-x=6\r \n" ); document.write( "\n" ); document.write( "add the two equations\r \n" ); document.write( "\n" ); document.write( "4y=36 \n" ); document.write( "/4 \n" ); document.write( "y=9----------girls\r \n" ); document.write( "\n" ); document.write( "plug x in first equation\r \n" ); document.write( "\n" ); document.write( "2y+x=30 \n" ); document.write( "18+x=30 \n" ); document.write( "x=30-18 \n" ); document.write( "x=12--- boys \n" ); document.write( " \n" ); document.write( " |