document.write( "Question 1208627: If I give my brother $8$ dollars, then we will have the same amount of money. If instead he gives me $19$ dollars, then I'll have twice as much money as he will have. How much money does my brother currently have (in dollars)? \n" ); document.write( "
Algebra.Com's Answer #846996 by math_tutor2020(3816)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Answer: $73\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Explanation\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x = amount of money you start with \n" ); document.write( "y = amount of money your brother starts with\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Giving your brother $8 will decrease your amount to x-8. \n" ); document.write( "Meanwhile his amount will increase to y+8. \n" ); document.write( "At this point the two amounts are equal. \n" ); document.write( "x-8 = y+8 \n" ); document.write( "x-8-8 = y \n" ); document.write( "y = x-16 \n" ); document.write( "We'll substitute this into another equation. \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If instead your brother gives you $19, then your amount increases to x+19 and his amount drops to y-19. \n" ); document.write( "At this point your amount is twice that of his. \n" ); document.write( "your amount = 2*(his amount) \n" ); document.write( "x+19 = 2*(y-19) \n" ); document.write( "x+19 = 2*(x-16-19) ....... plug in y = x-16 \n" ); document.write( "x+19 = 2*(x-35) \n" ); document.write( "x+19 = 2x-70 \n" ); document.write( "x-2x = -70-19 \n" ); document.write( "-x = -89 \n" ); document.write( "x = 89 dollars is what you started with.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "y = x-16 \n" ); document.write( "y = 89-16 \n" ); document.write( "y = 73 dollars is what your brother started with.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "---------------------------- \n" ); document.write( "Check:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If you give him $8, then your amount = 89-8 = 81\r\n" ); document.write( "his amount = 73+8 = 81Showing you both would end up with the same amount of money ($81) \n" ); document.write( "This verifies the first condition.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If he gives you $19, then your amount = 89+19 = 108\r\n" ); document.write( "his amount = 73-19 = 54Notice that 108 is twice that of 54 \n" ); document.write( "54*2 = 108 \n" ); document.write( "Both conditions have been verified. \n" ); document.write( " \n" ); document.write( " |