document.write( "Question 1150617: In Tae Kwon Do class, 40% of the students are boys. There are 18 fewer boys than girls. How many students are in the Tae Kwon Do class altogether? \n" ); document.write( "
Algebra.Com's Answer #772005 by VFBundy(438)![]() ![]() You can put this solution on YOUR website! Number of girls = x \n" ); document.write( "Number of boys = x - 18 \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "Cross-multiply: \n" ); document.write( " \n" ); document.write( "x - 18 = 0.4(2x - 18) \n" ); document.write( " \n" ); document.write( "x - 18 = 0.8x - 7.2 \n" ); document.write( " \n" ); document.write( "0.2x = 10.8 \n" ); document.write( " \n" ); document.write( "x = 54 \n" ); document.write( " \n" ); document.write( "Number of girls = x = 54 \n" ); document.write( "Number of boys = x - 18 = 54 - 18 = 36 \n" ); document.write( " \n" ); document.write( "There are 54 girls in the class and 36 boys in the class. Therefore, there are 90 students in the class altogether. |