document.write( "Question 468240: If Tom gives Mary 15 cents, they will have equal amount of money. But if Mary then gives Tom 50 cents, he will have twice as much money as she does. How much money does each have? \n" ); document.write( "
Algebra.Com's Answer #321273 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
If Tom gives Mary 15 cents, they will have equal amount of money. But if Mary then gives Tom 50 cents, he will have twice as much money as she does. How much money does each have.
\n" ); document.write( "...
\n" ); document.write( "let x=Money Tom originally started with
\n" ); document.write( "let y=Money Mary originally started with
\n" ); document.write( "..
\n" ); document.write( "x=y+15
\n" ); document.write( "(x+50)=2(y+15)
\n" ); document.write( "x+50=2x
\n" ); document.write( "x=50
\n" ); document.write( "y=x-15=50-15=35
\n" ); document.write( "ans:
\n" ); document.write( "After the exchange:
\n" ); document.write( "Tom had 50ç plus the 50ç Mary gave him=$1.00
\n" ); document.write( "Mary had 35ç plus the 15ç Tom gave her=50ç
\n" ); document.write( "
\n" );