document.write( "Question 1002414: You've invested $9000 between two accounts paying 7% and 9% 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 #619335 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
You've invested $9000 between two accounts paying 7% and 9% annual interest. If the total interest earned for the year was $730, how much was invested at each rate?
\n" ); document.write( "let x=amt invested at the 7% interest rate
\n" ); document.write( "9000-x=amt invested at the 9% interest rate
\n" ); document.write( ".07x+.09(9000-x=730
\n" ); document.write( ".07x+810-.09x=730
\n" ); document.write( ".02x=80
\n" ); document.write( "x=4000
\n" ); document.write( "9000-x=5000
\n" ); document.write( "amt invested at the 7% interest rate=$4000
\n" ); document.write( "amt invested at the 9% interest rate=$5000
\n" ); document.write( "
\n" );