document.write( "Question 624654: john has 5 times as much money as bryan. if john gives $64 to bryan, they will have thesame amount of money. how much money does john have at first? \n" ); document.write( "
Algebra.Com's Answer #392930 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! john has 5 times as much money as bryan. if john gives $64 to bryan, they will have thesame amount of money. how much money does john have at first? \n" ); document.write( "** \n" ); document.write( "let x=money bryan had at first \n" ); document.write( "5x=money john had at first \n" ); document.write( ".. \n" ); document.write( "x+64=5x-64 \n" ); document.write( "4x=128 \n" ); document.write( "x=32 \n" ); document.write( "5x=160 \n" ); document.write( "money john had at first=$160 \n" ); document.write( " |