document.write( "Question 347353: suppose you invested 10,000$, part at 6% annual interest and the rest at 9% annual intrest. if you recived 684$ in intrest after one year, how much did you invest at each rate? \n" ); document.write( "
Algebra.Com's Answer #248600 by scott8148(6628)\"\" \"About 
You can put this solution on YOUR website!
(6%)(x) + (9%)(10000 - x) = 684 \n" ); document.write( "
\n" );