document.write( "Question 384075: a total of 11,000 was invested. part of the 11,000 was invested at 4%, and the rest was invested at 7%. if the investments earn 680 per yr, how much was invested at each rate? \n" ); document.write( "
Algebra.Com's Answer #272057 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! a total of 11,000 was invested. part of the 11,000 was invested at 4%, \n" ); document.write( " and the rest was invested at 7%. \n" ); document.write( " if the investments earn 680 per yr, how much was invested at each rate? \n" ); document.write( ": \n" ); document.write( "Let x = amt invested at 7% \n" ); document.write( "then \n" ); document.write( "(11000-x) = amt invested at 4% \n" ); document.write( ": \n" ); document.write( ".07x + .04(11000-x) = 680 \n" ); document.write( ": \n" ); document.write( "You should be able to do this now. \n" ); document.write( " |