document.write( "Question 271160:  The ratio of girls to boys in a class is 4 : 5. lf there are 5 more boys than girls, which   of the following  is the  number  of students  in this class?\r
\n" );
document.write( "\n" );
document.write( "(A) 9
\n" );
document.write( "(B) 18
\n" );
document.write( "(c) 45
\n" );
document.write( "(D) 90
\n" );
document.write( "(E) 180\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
| Algebra.Com's Answer #198567 by ankor@dixie-net.com(22740)     You can put this solution on YOUR website! The ratio of girls to boys in a class is 4:5. \n" ); document.write( "If there are 5 more boys than girls, which of the following is the number of students in this class? \n" ); document.write( ": \n" ); document.write( "Let x = the multiplier \n" ); document.write( "then \n" ); document.write( "4x = no. of girls \n" ); document.write( "5x = no. of boys \n" ); document.write( ": \n" ); document.write( "\"there are 5 more boys than girls,\" \n" ); document.write( "5x = 4x + 5 \n" ); document.write( "5x - 4x = 5 \n" ); document.write( "x = 5 is the multiplier \n" ); document.write( "then \n" ); document.write( "4(5) = 20 girls \n" ); document.write( "5(5) = 25 boys \n" ); document.write( "total: 45 students \n" ); document.write( " |