document.write( "Question 175356: DENNIS SAVINGS WAS 2/5 MORE THAN JULIA. AFTER DENNIS HAD GIVEN $500 TO JULIA HE HAD 1/5 OF JULIAS MONEY. FIND THEIR TOTAL SAVINGS?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #130425 by gonzo(654)\"\" \"About 
You can put this solution on YOUR website!
let x = what dennis has now.
\n" ); document.write( "let y = what julia has now.
\n" ); document.write( "---
\n" ); document.write( "dennis savings is 2/5 more than what julia has.
\n" ); document.write( "x = y + 2y/5 = 7y/5
\n" ); document.write( "---
\n" ); document.write( "after dennis gives 500 to julia, he has 1/5 of what julia has after she receives the 500.
\n" ); document.write( "x - 500 = (y + 500)/5
\n" ); document.write( "---
\n" ); document.write( "you have 2 equations that you need to solve simultaneously.
\n" ); document.write( "they are:
\n" ); document.write( "x = 7y/5 (first equation)
\n" ); document.write( "x-500 = (y+500)/5 (second equation)
\n" ); document.write( "---
\n" ); document.write( "since you already have x = 7y/5, you can solve by substituting 7y/5 for x in the second equation.
\n" ); document.write( "you get:
\n" ); document.write( "7y/5 - 500 = (y+500)/5
\n" ); document.write( "multiply each side of the equation by 5 to clear the fractions and get:
\n" ); document.write( "7y - 2500 = y + 500
\n" ); document.write( "subtract y from both sides of the equation to get:
\n" ); document.write( "6y - 2500 = 500
\n" ); document.write( "add 2500 to both sides of the equation to get:
\n" ); document.write( "6y = 3000
\n" ); document.write( "divide both sides of the equation by 6 to get:
\n" ); document.write( "y = 500
\n" ); document.write( "---
\n" ); document.write( "substitute 500 for y in the first equation to get:
\n" ); document.write( "x = 7*(500)/5 = 7*100 = 700
\n" ); document.write( "---
\n" ); document.write( "you have:
\n" ); document.write( "x = 700
\n" ); document.write( "y = 500
\n" ); document.write( "---
\n" ); document.write( "this means that:
\n" ); document.write( "dennis has 700
\n" ); document.write( "julia has 500
\n" ); document.write( "---
\n" ); document.write( "first part of problem states that dennis had 2/5 more than what julia had.
\n" ); document.write( "700 = 500 + 2/5 * 500 = 500 + 200 = 700
\n" ); document.write( "this part is good.
\n" ); document.write( "---
\n" ); document.write( "second part of problem states that dennis has 1/5 what julia has after he gives her 500.
\n" ); document.write( "700 - 500 = 200 = 1/5 * (500 + 500) = 1/5 * (1000) = 200
\n" ); document.write( "this part is good.
\n" ); document.write( "---
\n" ); document.write( "answer has been checked and is good.
\n" ); document.write( "dennis had 700 and julia had 500 before dennis gave her the 500.
\n" ); document.write( "dennis had 200 and julia had 1000 after dennis gave her the 500.
\n" ); document.write( "---
\n" ); document.write( "
\n" );