document.write( "Question 796939: 2. Ms. Hill invested $3000. She earned 14% on part of her investment and 6% on the rest. If she earned a total of $260 in interest for the year, how much did she invest at each rate? \n" ); document.write( "
Algebra.Com's Answer #481648 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Ms. Hill invested $3000. She earned 14% on part of her investment and 6% on the rest. If she earned a total of $260 in interest for the year, how much did she invest at each rate? \n" ); document.write( "--------------- \n" ); document.write( "x = amount at 14% \n" ); document.write( "x*0.14 + (3000-x)*0.06 = 260 \n" ); document.write( " \n" ); document.write( " |