document.write( "Question 904545: Jasmine invest a total of 7,000 in two accounts. She invest part at 7% and the rest at 12%. The annual return on the two accounts was $690. Howmuch did she invest at each rate? \n" ); document.write( "
Algebra.Com's Answer #548777 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! x amount at 12% \n" ); document.write( ".12x + .07(7000-x) = 690 \n" ); document.write( " x = 200/.05 = $4000 amount at 12%. $3000 at 7% |