document.write( "Question 34418: On the first day of school, the percentage of boys in a particular class is 60%. During the school year, six girls move away, and are replaced in the class by six boys; this makes the class roster 75% boys. Find the number of boys and girls in the class on the first day of school. \n" ); document.write( "
Algebra.Com's Answer #20739 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Let the number of students in the class be \"x\". \n" ); document.write( "Number of boys is 0.60x \n" ); document.write( "Number of girls is 0.40x \n" ); document.write( "Later when the 6 boys are added you have \n" ); document.write( "Number of boys is 0.60x+6 \n" ); document.write( "Number of girls is 0.40x-6 \n" ); document.write( "So the number of students overall has not changed. \n" ); document.write( "Therefore the following equation applies: \n" ); document.write( "EQUATION: \n" ); document.write( " original # of boys + 6 = 75% of the class \n" ); document.write( " 0.60x + 6 = 0.75x \n" ); document.write( " 6= 0.15x \n" ); document.write( " x= 40 (Number of students in the class) \n" ); document.write( " 0.6x=24 (original number of boys) \n" ); document.write( " 0.4x=16 (original number of girls) \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |