document.write( "Question 1008095: Last year, Ann had
\n" );
document.write( "$20,000
\n" );
document.write( " to invest. She invested some of it in an account that paid
\n" );
document.write( "7%
\n" );
document.write( " simple interest per year, and she invested the rest in an account that paid
\n" );
document.write( "5%
\n" );
document.write( " simple interest per year. After one year, she received a total of
\n" );
document.write( "$1240
\n" );
document.write( " in interest. How much did she invest in each account? \n" );
document.write( "
Algebra.Com's Answer #623837 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Last year, Ann had $20,000to invest. She invested some of it in an account that paid 7%simple interest per year, and she invested the rest in an account that paid 5%simple interest per year. After one year, she received a total of $1240 \n" ); document.write( "in interest. How much did she invest in each account? \n" ); document.write( "---- \n" ); document.write( "Using 2 equations: \n" ); document.write( "Quantity:: s + f = 20000 dollars \n" ); document.write( "Interest::7s +5f = 124000 dollars \n" ); document.write( "----------------------------------- \n" ); document.write( "Modify for elimination:: \n" ); document.write( "7s + 7f = 7*20000 \n" ); document.write( "7s + 5f = 124000 \n" ); document.write( "----- \n" ); document.write( "Subtract and solve for \"f\":: \n" ); document.write( "2f = 16000 \n" ); document.write( "f = $8000 (amt. invested at 5%) \n" ); document.write( "------------ \n" ); document.write( "Solve for \"s\":: \n" ); document.write( "s + f = 20000 \n" ); document.write( "s = $12000 (amt. invested at 7%) \n" ); document.write( "------------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "-------------- \n" ); document.write( " |