document.write( "Question 903889: A man makes three investments totaling $24,000 with interest rates at 6%, 7%, and 8%. The total annual income is $1720, and the income from 7% investment is $40 less than the combined income from the other investments. Find the amount of each investment. \n" ); document.write( "
Algebra.Com's Answer #548381 by richwmiller(17219)\"\" \"About 
You can put this solution on YOUR website!
a+b+c=24000,
\n" ); document.write( ".06a+.07*b+.08c=1720,
\n" ); document.write( ".06a-.07*b+.08c=40
\n" ); document.write( ".06a-.07*b-.08c=40\r
\n" ); document.write( "\n" ); document.write( "1,1,1,24000
\n" ); document.write( ".06,.07,.08,1720
\n" ); document.write( ".06,-.07,.08,40\r
\n" ); document.write( "\n" ); document.write( "4000,12000,8000\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );