document.write( "Question 927560: Last year, Charlie had
\n" );
document.write( "$20,000
\n" );
document.write( " to invest. He invested some of it in an account that paid
\n" );
document.write( "10%
\n" );
document.write( " simple interest per year, and he invested the rest in an account that paid
\n" );
document.write( "7%
\n" );
document.write( " simple interest per year. After one year, he received a total of
\n" );
document.write( "$1640
\n" );
document.write( " in interest. How much did he invest in each account? \n" );
document.write( "
Algebra.Com's Answer #563062 by srinivas.g(540) You can put this solution on YOUR website! Let x be the amount invested in an account that paid 10 % per year \n" ); document.write( " Let y be the amount invested in an account that paid 7 % per year \n" ); document.write( " x+y= $ 20,000.......................eq(1) \n" ); document.write( "interest on amount = 10 % of X \n" ); document.write( " = \n" ); document.write( " = \n" ); document.write( " = \n" ); document.write( "Interest on amount y = 7 % of y \n" ); document.write( " = \n" ); document.write( " = \n" ); document.write( "Total interest for whole amount = $ 1640 \n" ); document.write( "hence \n" ); document.write( " 0.1 x+0.07 y =1640.............eq(2) \n" ); document.write( "solve eq(1) and eq(2) to get x& Y values \n" ); document.write( "
\n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |