document.write( "Question 471040: Nancy wants to invest her $50 000.00. She invests part of it in corporate bonds paying 15% interest per year and the other part in a bank certificate that pays 7% interest per year. How much should she invest at each rate to yield $6,000 interest per year? \n" ); document.write( "
Algebra.Com's Answer #323108 by jorel1380(3719) You can put this solution on YOUR website! .07m+.15(50000-m)=6000 \n" ); document.write( "7m+15(50000-m)=600000 \n" ); document.write( "7m+750000-15m=600000 \n" ); document.write( "8m=150000 \n" ); document.write( "m=18750 \n" ); document.write( "50000-m=31250 \n" ); document.write( "Nancy needs to invest $18,750 at 7% and $31250 at 15%.. \n" ); document.write( " |