document.write( "Question 1132718: Jonathan has $3,500. He deposited part of the money in his savings account and part in his checking account. If the amount he deposited into his savings account is $800 more than twice the amount he deposited into his checking account, how much did he deposit into his checking account? \n" ); document.write( "
Algebra.Com's Answer #749822 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! checking=x \n" ); document.write( "savings=2x+800 \n" ); document.write( "they add to $3500 \n" ); document.write( "3x+800=3500 \n" ); document.write( "3x=2700 \n" ); document.write( "x=$900 in checking ANSWER \n" ); document.write( " |