document.write( "Question 403959: Jane wishes to invest $10,000 for 1 year.Part of it is to be invested at 5% and the rest at 6% If $560 interest is earned, how much is invested at each rate? \n" ); document.write( "
Algebra.Com's Answer #285551 by rfer(16322)\"\" \"About 
You can put this solution on YOUR website!
0.05x+0.06(10000-x)=560
\n" ); document.write( "0.05x+600-0.06x=560
\n" ); document.write( "-0.01x=-40
\n" ); document.write( "x=1000
\n" ); document.write( "10000-x=9000
\n" ); document.write( "
\n" );