document.write( "Question 167760: john has retired and needs $ 6000 per annum to live. he has $50000 to invest and can invest in bonds at 15 % annual interest or in bank certificates at an annual rate of 7 % .how much money should he invest in each type of investment to get a income of 6000 $ per annum? what if he determines he actually requires an income of 7000 per year \n" ); document.write( "
Algebra.Com's Answer #123676 by checkley77(12844)\"\" \"About 
You can put this solution on YOUR website!
.15x+.07(50,000-x)=6000
\n" ); document.write( ".15x+3,500-.07x=6,000
\n" ); document.write( ".08x=6,000-3,500
\n" ); document.write( ".08x=2,500
\n" ); document.write( "x=2,500/.08
\n" ); document.write( "x=$31.250 needs to be invested @ 15%
\n" ); document.write( "50,000-31,250=18,750 invested @ 7%
\n" ); document.write( "-------------------------------------
\n" ); document.write( ".15x+.07(50,000-x)=7000
\n" ); document.write( ".15x+3,500-.07x=7,000
\n" ); document.write( ".08x=7,000-3,500
\n" ); document.write( ".08x=3,500
\n" ); document.write( "x=3,500/.08
\n" ); document.write( "x=43,750 amount invested @ 15%
\n" ); document.write( "50,000-43,750=6,250 invested @ 7%
\n" ); document.write( "
\n" ); document.write( "
\n" );