document.write( "Question 829818: You invested $22,000 in two accounts paying 3% and 5% annual interest, respectively. If the total interest earned for the year was $980, how much was invested at each rate? \n" ); document.write( "
Algebra.Com's Answer #500125 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
You invested $22,000 in two accounts paying 3% and 5% annual interest, respectively. If the total interest earned for the year was $980, how much was invested at each rate?
\n" ); document.write( "***
\n" ); document.write( "let x=amt invested at 3% rate of interest.
\n" ); document.write( "22000-x=amt invested at 5% rate of interest.
\n" ); document.write( "..
\n" ); document.write( ".03x+.05(22000-x)=980
\n" ); document.write( ".03x+1100-.05x=980
\n" ); document.write( ".02x=120
\n" ); document.write( "x=6000
\n" ); document.write( "22000-x=16000
\n" ); document.write( "amt invested at 3% rate of interest=$6,000
\n" ); document.write( "amt invested at 5% rate of interest=$16,000
\n" ); document.write( "
\n" );