document.write( "Question 1051616: Bob plans to invest a total of $7,000 in a CD which returns 2.55% interest and a mutual fund which from past average he hopes returns 8%. How much should be invested in each account if the resulting annual interest earned from both accounts is $342? \n" ); document.write( "
Algebra.Com's Answer #667108 by jorel555(1290) ![]() You can put this solution on YOUR website! Let n be the amount invested at 8%. Then: \n" ); document.write( ".08n+.0255(7000-n)=342 \n" ); document.write( ".0545n=163.5 \n" ); document.write( "n=3000 \n" ); document.write( "$3000 should be invested at 8%, and $4000 at 2.55%. ☺☺☺☺ \n" ); document.write( " |