document.write( "Question 1206271: Betsy, a recent retiree, requires $6,000 per year in extra income. She has $50,000 to invest and can invest in B-rated bonds paying 17% per year or in a certificate of deposit (CD) paying 7% per year. How much money should be invested in each to realize exactly $6,000 in interest per year? \n" ); document.write( "
Algebra.Com's Answer #843580 by Theo(13342)![]() ![]() You can put this solution on YOUR website! she needs 6000 per year. \n" ); document.write( "she has: \n" ); document.write( "50,000 total to invest. \n" ); document.write( "b-rated bonds pay 17% per year \n" ); document.write( "certificates of deposit pay 7% per year. \n" ); document.write( "let x = value in b-rated bonds. \n" ); document.write( "let y = value in certificates of deposit. \n" ); document.write( "you have two equations that need to be solved simultaneously. \n" ); document.write( "they are: \n" ); document.write( "x + y = 50,000 \n" ); document.write( ".17x + .07y = 6,000 \n" ); document.write( "the overall interest rate will be 12% because .12 * 50,000 = 6000. \n" ); document.write( "this was just a check to make sure that the highest interest rate investment would be enough to cover her interest requirements. \n" ); document.write( "it does. \n" ); document.write( "multiply both sides of the first equation by .17 and leave the second equation as is to get: \n" ); document.write( ".17x + .17y = 8500 \n" ); document.write( ".17x + .07y = 6000 \n" ); document.write( "subtract the second equation from the first to get: \n" ); document.write( ".10y = 2500 \n" ); document.write( "solve for y to get: \n" ); document.write( "y = 25000\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "looks like she should invest 25000 in b-rated bonds and 25000 in certificates of deposit. \n" ); document.write( "original equations becomes: \n" ); document.write( "x + y = 25000 + 25000 = 50,000 \n" ); document.write( ".17x + .07y = 4250 + 1750 = 6000.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "your solution is she should invest 25000 in b-rated bonds paying 17% and 25000 in certificates of deposit paying 7% to get a total annual interest of 6000 from both.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |