document.write( "Question 21598: There are 812 students in a school. There are 36 more girls than boys. How many girls are there?\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "this is what i have tried=\r
\n" );
document.write( "\n" );
document.write( "girls=x+36
\n" );
document.write( "boys=y\r
\n" );
document.write( "\n" );
document.write( "i dont know if that is right, nor do i know how to go on from there \n" );
document.write( "
Algebra.Com's Answer #10433 by Paul(988)![]() ![]() ![]() You can put this solution on YOUR website! Number of boys = x \n" ); document.write( "x+36+x=812 \n" ); document.write( "2x=776 \n" ); document.write( "x=388 \n" ); document.write( "388+36=424 \n" ); document.write( "hence tere are 424 girls and 388 boys in the school \n" ); document.write( " |