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 #846997 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "First do a little logical analysis to determine that the two of us will have the same amounts if I give him $8 means I start with $16 more than him. So \n" ); document.write( "x = # of dollars he has to start \n" ); document.write( "x+16 = # of dollars I start with \n" ); document.write( "If he gives me $19, then \n" ); document.write( "x-19 = # of dollars he will have \n" ); document.write( "(x+16)+19 = x+35 = # of dollars I will have \n" ); document.write( "In that case, I will have twice as much money as he will: \n" ); document.write( "x+35 = 2(x-19) \n" ); document.write( "x+35 = 2x-38 \n" ); document.write( "x = 73 \n" ); document.write( "ANSWER: He starts with $73 \n" ); document.write( "CHECK: \n" ); document.write( "I start with x+16 = $89 and he starts with $73 \n" ); document.write( "If I give him $8, I will have $89-$8 = $81 and he will have $73+$8 = $81 -- same amounts \n" ); document.write( "If he gives me $19, I will have x+35 = $108 and he will have $73-$19 = $54 -- I have twice as much as he has \n" ); document.write( " \n" ); document.write( " |