document.write( "Question 90065: Could someone please help me in solving this problem, the answer I came up with was $25,759.
\n" );
document.write( "A financial advisor suggests to a client that she invest part of her portfolio in municipal bonds earning 6.5% annual simple interest, and the remainder in corporate bonds earning 8.5% interest. If she has $30,000 in her portfolio, how much should she be putting in the corporate bonds if she is to earn $2,190 in interest each year.\r
\n" );
document.write( "\n" );
document.write( "I have even tried solvers.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #65405 by Earlsdon(6294)![]() ![]() ![]() You can put this solution on YOUR website! Let x = the amount to be invested in corporate bonds at 8.5% interest. \n" ); document.write( "Then, ($30,000-x) would be invested in municipal bonds at 6.5% interest. \n" ); document.write( "The total interest earned on these two investments is $2,190. \n" ); document.write( "After changing the percentages to their equivalent decimal amounts (8.5% = 0.085 and 6.5% = 0.065), you can write the following equation: \n" ); document.write( "x(0.085)+($30,000-x)(0.065) = $2,190 Simplify and solve for x. \n" ); document.write( "0.085x+$1,950-0.065x = $2,190 Combine like-terms. \n" ); document.write( "0.02x+$1,950 = $2,190 Subtract $1,950 from both sides. \n" ); document.write( "0.02x = $240 Finally, divide both sides by 0.02 \n" ); document.write( "x = $12,000 This is the amount the client should invest in corporate bonds. \n" ); document.write( "$30,000 - x = $30,000 - $12,000 = $18,000 is the amount the client would invest in municipal bonds.\r \n" ); document.write( "\n" ); document.write( "Check: \n" ); document.write( "(0.085)($12,000) + (0.065)($18,000) = $1,020 + $1,170 = $2,190 The total interest. \n" ); document.write( " |