document.write( "Question 1061993: There are 22 students taking the late bus home. There are 14 more girls than boys on the bus. How many girls and how many boys are taking the late bus? \n" ); document.write( "
| Algebra.Com's Answer #676765 by ikleyn(52879)     You can put this solution on YOUR website! .There are 22 students taking the late bus home. There are 14 more girls than boys on the bus. \n" ); document.write( "How many girls and how many boys are taking the late bus? \n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "Let B be the number of boys.\r\n" ); document.write( "\r\n" ); document.write( "Then the number of girls is (B+14).\r\n" ); document.write( "\r\n" ); document.write( "Equation: B + (B+14) = 22.\r\n" ); document.write( "\r\n" ); document.write( "2B + 14 = 22,\r\n" ); document.write( "\r\n" ); document.write( "2B = 22 - 14 ----> 2B = 8 ----> B = 4.\r\n" ); document.write( "\r\n" ); document.write( "Answer. 4 boys, 18 girls.\r\n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |