document.write( "Question 673624: Jason invested $12,000 in two funds. One of the funds returned 6% interest, and the other returned 8% interest after one year. If the total interest for the year was $880, how much did he invest in each fund? \n" ); document.write( "
Algebra.Com's Answer #418736 by sachi(548)\"\" \"About 
You can put this solution on YOUR website!
let investment in one of the fund is $x returned 6% interest, and investment in the other the fund is $(12000-x) returned 8% interest after one year.
\n" ); document.write( "so the total interest =6*x/100+8*(12000-x)/100=880 (as per question)
\n" ); document.write( "or 6x+8(12000-x)=88000
\n" ); document.write( "or -2x=88000-96000=-8000
\n" ); document.write( "or x=4000\r
\n" ); document.write( "\n" ); document.write( "so 1st investment is 4000 at 6% & other is 8000 at 8%
\n" ); document.write( "
\n" );