document.write( "Question 1090755: Tim and Jeff have some money. If Jeff gives $5 to Tim, then they will have the same amount of money.
\n" );
document.write( "If Tim gives $5 to Jeff, then Jeff would have twice as much as Tom. how much money does each have at first? \n" );
document.write( "
Algebra.Com's Answer #705196 by jorel1380(3719)![]() ![]() You can put this solution on YOUR website! Let t and j be Tim's money and Jeff's money, respectively. Then: \n" ); document.write( "j-5=t+5 \n" ); document.write( "j+5=2(t-5) \n" ); document.write( "So: \n" ); document.write( "j=t+10 \n" ); document.write( "t+10+5=2t-10 \n" ); document.write( "t=25 \n" ); document.write( "j=35 \n" ); document.write( "Tim has $25; Jeff has $35 \n" ); document.write( "☺☺☺☺ \n" ); document.write( " \n" ); document.write( " |