document.write( "Question 329384: In a school choir, the ratio of boys to girls is 3 : 5. If there are a total of 24 singers in the choir, how many girls are in the choir?\r
\n" );
document.write( "\n" );
document.write( "(A) 6 (B) 9 (C) 14 (D) 15 (E) 40 \n" );
document.write( "
Algebra.Com's Answer #236059 by Tutorteddy.Com(12)![]() ![]() ![]() You can put this solution on YOUR website! Let the number of girls in the choir be 'g'. \n" ); document.write( "Then, the number of boys is 24 - g. \n" ); document.write( "Given, (24 - g):g = 3:5 \n" ); document.write( "=> 5 X (24 - g) = 3 X g \n" ); document.write( "=> 120 - 5g = 3g \n" ); document.write( "=> -5g - 3g = -120 \n" ); document.write( "=> -8g = -120 \n" ); document.write( "=> g = -120/-8 = 15 \n" ); document.write( "Hence, the number of girls is 15. \n" ); document.write( " |