document.write( "Question 398774: You invested $11,000 in two accounts paying 5% and 8% annual interest. If the total interest earned for the year was $730, how much was invested at each rate? \n" ); document.write( "
Algebra.Com's Answer #282472 by rfer(16322)\"\" \"About 
You can put this solution on YOUR website!
0.05x+0.08(11000-x)=730
\n" ); document.write( "0.05x+880-0.08x=730
\n" ); document.write( "-0.03x=-150
\n" ); document.write( "x=5000 at 5%
\n" ); document.write( "11000-x=6000 at 8%
\n" ); document.write( "
\n" );