document.write( "Question 927571: A total of $5000 is invested: part at 7% and the remainder at 12%. How much is invested at each rate if the annual interest is $400? \n" ); document.write( "
Algebra.Com's Answer #563077 by srinivas.g(540)![]() ![]() You can put this solution on YOUR website! Let x be the amount invested in an account that paid 7 % per year \n" ); document.write( " Let y be the amount invested in an account that paid 12 % per year \n" ); document.write( " x+y= $ 5000.......................eq(1) \n" ); document.write( "interest on amount = 10 % of X \n" ); document.write( " = \n" ); document.write( " {{0.07x}}} \n" ); document.write( "Interest on amount y = 12 % of y \n" ); document.write( " = \n" ); document.write( " = \n" ); document.write( "Total interest for whole amount = $ 400 \n" ); document.write( "hence \n" ); document.write( " 0.07 x+0.12 y =400.............eq(2) \n" ); document.write( "solve eq(1) and eq(2) to get x& Y values
\n" ); document.write( "\n" ); document.write( "Result\":\r \n" ); document.write( "\n" ); document.write( "X= $4000 \n" ); document.write( "y= $1000 \n" ); document.write( " |