document.write( "Question 916526: The ratio of boys to girls in a class is 4 : 5.
\n" );
document.write( " There are 3 more girls than boys.
\n" );
document.write( " Calculate the total number of students in the class. \n" );
document.write( "
Algebra.Com's Answer #556099 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! x the number of boys \n" ); document.write( " \n" ); document.write( "4(x+3) = 5x \n" ); document.write( " 12 = x, number of boys and 15 Girls \n" ); document.write( "15 students in the class \n" ); document.write( ".... \n" ); document.write( "And...checking \n" ); document.write( "12/15 = 4/5 \n" ); document.write( " |