document.write( "Question 1001684: The total number of students studying in an university is 35,000, if the certain years boys raises by 6% and girls by 4% the population will be 36760. What is the number of boys and girls. \n" ); document.write( "
Algebra.Com's Answer #618789 by Theo(13342) You can put this solution on YOUR website! b = number of boys \n" ); document.write( "g = number of girls.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "b + g = 35000\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "1.06b + 1.04g = 36760\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "1.06b is the number of boys plus 6% times the number of boys. \n" ); document.write( "1.04g is the number of girls plus 4% times the number of girls.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "6% is equal to 6/100 = .06 \n" ); document.write( "4% is equal to 4/100 = .04\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you have 2 equations that need to be solved simultaneously.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "they are:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "b + g = 35000 \n" ); document.write( "1.06b + 1.04g = 36760\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "from the first equation, solve for b to get b = 35000 - g \n" ); document.write( "replace b with 35000 - g in the second equation to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "1.06*(35000 - g) + 1.04g = 36760 \n" ); document.write( "remove parentheses to get: \n" ); document.write( "1.06*35000 - 1.06g + 1.04g = 36760 \n" ); document.write( "simplify to get: \n" ); document.write( "37100 - .02g = 36760 \n" ); document.write( "subtract 37100 from both sides of the equation to get: \n" ); document.write( "-.02g = 36760 - 37100 \n" ); document.write( "simplify to get: \n" ); document.write( "-.02g = -340 \n" ); document.write( "divide both sides of the equation by -.02 to get: \n" ); document.write( "g = -340 / -.02 = 17000\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "since b + g = 35000, then b must be equal to 35000 - 17000 = 18000\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "b = 18000 \n" ); document.write( "g = 17000 \n" ); document.write( "b + g = 18000 + 17000 = 35000 - correct.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "1.06b + 1.04g = 19080 + 17680 = 36760 - correct.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "solution is confirmed as good.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "number of boys is 18000 and number of girls is 17000.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |