document.write( "Question 401813: Investing 20000 part at 4% and part at 6%.If the annual income from investments was equal how much was invested at each rate \n" ); document.write( "
Algebra.Com's Answer #284339 by rfer(16322)\"\" \"About 
You can put this solution on YOUR website!
0.04x=0.06(20000-x)
\n" ); document.write( "0.04x=1200-0.06x
\n" ); document.write( "0.1x=1200
\n" ); document.write( "x=12000 at 4%
\n" ); document.write( "20000-x=8000 at 6%
\n" ); document.write( "
\n" );