document.write( "Question 567642: Betsy a retiree, requires $5000 per year in extra income.she has $60000 to invest and can invest in B-rated bonds paying 13% per year or in a certificate of deposit paying 3% per year. How much money should be invested in each to realize exactly $5000 in interest per year?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #366654 by Earlsdon(6294)![]() ![]() ![]() You can put this solution on YOUR website! Let x = the amount Betsy will invest in the B-rated bonds paying 13% per annum. \n" ); document.write( "The remaining amount, $60,000-x, she will invest in the certificate of deposit paying 3% per annum. \n" ); document.write( "We can express the earnings on these two investments, after converting the percentages to their decimal equivalents, as: \n" ); document.write( "0.13x+0.03(60000-x) and this is to earn a total of $5,000 \n" ); document.write( "Now we can write the necessary equation to solve for x. \n" ); document.write( "0.13x+0.03(60000-x) = 5000 Simplify. \n" ); document.write( "0.13x+1800-0.03x = 5000 Combine the x-terms. \n" ); document.write( "0.1x+1800 = 5000 Subtract 1800 from both sides. \n" ); document.write( "0.1x = 3200 Divide both sides by 0.1 \n" ); document.write( "x = 32000 \n" ); document.write( "So Betsy needs to invest $32,000 in the B-rated bonds paying 13% interest and the remainder ($60,000-$32,000 = $28,000) in the certificate of deposit paying 3% interest to obtain $5,000 in interest per annum. \n" ); document.write( " |