document.write( "Question 59484: A man has a savings account that pays 1% annual interest and a mutual fund account that pays 11% annually. His total interest from the two accounts is $1540, and the total amount of money in the two accounts is $20,000. How much money does he have in the savings account? \n" ); document.write( "
Algebra.Com's Answer #40769 by tutorcecilia(2152)\"\" \"About 
You can put this solution on YOUR website!
(1%)(x)+(11%)($20,000-x)=$1540
\n" ); document.write( ".01x+.11(20,000-x)=1540
\n" ); document.write( ".01x+2200-.11x=1540 [Solve for x]
\n" ); document.write( "-.10x=-660
\n" ); document.write( "x=$6600 in the savings account.
\n" ); document.write( ".
\n" ); document.write( "Check by plugging all of the values into the original equation.
\n" ); document.write( "
\n" );