document.write( "Question 668204: If Ben gives Abe four dollars, Abe will have three times as many dollars as Ben. If Abe gives Ben four dollars, they will have the same amount. How many dollars does each have?\r
\n" ); document.write( "\n" ); document.write( "Write a linear system of two equations.
\n" ); document.write( "Solve the system by addition or substitution.
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #415760 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
let a = Abe's amt
\n" ); document.write( "let b = Ben's amt
\n" ); document.write( ":
\n" ); document.write( " If Ben gives Abe four dollars, Abe will have three times as many dollars as Ben.
\n" ); document.write( "a + 4 = 3(b-4)
\n" ); document.write( "a + 4 = 3b - 12
\n" ); document.write( "a = 3b -12 - 4
\n" ); document.write( "a = 3b - 16
\n" ); document.write( ":
\n" ); document.write( "If Abe gives Ben four dollars, they will have the same amount.
\n" ); document.write( "a - 4 = b + 4
\n" ); document.write( "a = b + 4 + 4
\n" ); document.write( "a = b + 8
\n" ); document.write( ":
\n" ); document.write( "Replace a with (b+8) in the 1st equation
\n" ); document.write( "b + 8 = 3b - 16
\n" ); document.write( "8 + 16 = 3b - b
\n" ); document.write( "24 = 2b
\n" ); document.write( "b = $12 has Ben
\n" ); document.write( "then obviously
\n" ); document.write( "a = $20
\n" ); document.write( "
\n" );