document.write( "Question 877093: Joanne, a recent retiree, requires $5,000 per year in extra income. She has $60,000 to invest and can invest in bonds paying 15 percent per year or in a Certificate of Deposit paying 7 percent per year. How much money should be invested in each realize exactly $5,000 in interest per year \n" ); document.write( "
Algebra.Com's Answer #529231 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
Joanne, a recent retiree, requires $5,000 per year in extra income. She has $60,000 to invest and can invest in bonds paying 15 percent per year or in a Certificate of Deposit paying 7 percent per year. How much money should be invested in each realize exactly $5,000 in interest per year
\n" ); document.write( "***
\n" ); document.write( "let x=amount invested in 15% bonds
\n" ); document.write( "60000-x=amount invested in 7% CD's
\n" ); document.write( ".15x+.07(60000-x)=5000
\n" ); document.write( ".15x+4200-.07x=5000
\n" ); document.write( ".08x=800
\n" ); document.write( "x=10000
\n" ); document.write( "60000-x=50000
\n" ); document.write( "amount invested in 15% bonds=$10,000
\n" ); document.write( "amount invested in 7% CD's=$50,000
\n" ); document.write( "
\n" );