document.write( "Question 188371This question is from textbook An Applied Approach
\n" );
document.write( ": Two investments earn an annual income of $575. One investment earns an annual simple interest rate of 8.5%, and the other investment earns an annual simple interest rate of 6.4%. The total amount invested is $8,000. How much is invested in each account? \n" );
document.write( "
Algebra.Com's Answer #141219 by Mathtut(3670)![]() ![]() ![]() You can put this solution on YOUR website! let x and y be the amount invested at 8.5% and 6.4 % respectively \n" ); document.write( ": \n" ); document.write( "x+y=8000............eq 1 \n" ); document.write( ".085x+.064y=575.....eq 2 \n" ); document.write( ": \n" ); document.write( "rewrite eq 1 to x=8000-y and plug it into eq 2 \n" ); document.write( ": \n" ); document.write( ".085(8000-y)+.064y=575 \n" ); document.write( ": \n" ); document.write( "680-.085y+.064y=575 \n" ); document.write( ": \n" ); document.write( "-.021y=-105 \n" ); document.write( ": \n" ); document.write( "y=5000 invested at 6.4% \n" ); document.write( ": \n" ); document.write( "x=8000-5000=3000 invested at 8.5% \n" ); document.write( " |