document.write( "Question 890584: In a school, 1200 of the students are boys. If 50% of the boys and 40% of the girls have paid their school fees, find the number of girls, given that 46% of the population has paid their school fees. \n" ); document.write( "
Algebra.Com's Answer #539099 by Theo(13342)![]() ![]() You can put this solution on YOUR website! let b represent the number of boys. \n" ); document.write( "let g represent the nmber of girls.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( ".5b + .4g = .46(b+g)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "that's the equation you need to start with.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "now you know that b = 1200, so replace b with 1200 to get:\r \n" ); document.write( "\n" ); document.write( ".5(1200) + .4g = .46(1200+g)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "simplify this to get 600 + .4g = 552 + .46g\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "subtract .4g from both sides of this equation and subtract 552 from both sides of this equation to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "48 = .06g\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "solve for g to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "g = 800\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "b + g now becomes 1200 + 800 = 2000 \n" ); document.write( ".5b + .4g becomes 600 + 320 = 920 \n" ); document.write( "920 / 2000 = .46\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "looks like we're good.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the answer to the question is that there are 800 girls in the school.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |