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)\"\" \"About 
You can put this solution on YOUR website!
x the number of boys
\n" ); document.write( "\"x%2F%28x%2B3%29+=+4%2F5\" Cross Multiplying to solve
\n" ); document.write( "4(x+3) = 5x
\n" ); document.write( " 12 = x, number of boys and 15 Girls \"12%2B3\"
\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( "
\n" );