SOLUTION: Last year your town invested a total of $25,000 into two separate funds. The return on one fund was 4% and the return on the other was 6%. If the town earned a total of $1,300 int

Algebra ->  Matrices-and-determiminant -> SOLUTION: Last year your town invested a total of $25,000 into two separate funds. The return on one fund was 4% and the return on the other was 6%. If the town earned a total of $1,300 int      Log On


   



Question 1117341: Last year your town invested a total of $25,000 into two separate funds. The return on one fund was 4% and the return on the other was 6%. If the town earned a total of $1,300 interest, how much money was invested in each fund?
What variable will you use? What will they represent?
What equations can u write to model this situation?
How can you use a matrix to solve this system

Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
Last year your town invested a total of $25,000 into two separate funds. The return on one fund was 4% and the return on the other was 6%. If the town earned a total of $1,300 interest, how much money was invested in each fund?Q
-----
Quantity Equation:: f + s = 25000
Interest Equation:: 4f + 6s = 130000
-----------------------------------------------
What variable will you use? What will they represent?
f is the amount of 4% money
s is the amount of 6% money
-------------------------------------
What equations can u write to model this situation?
See above.
===================
How can you use a matrix to solve this system
The coefficient matrix is 2 by 2
Find it's inverse and multiply the column vector [25000 130000]
to see the values of "f" and "s".
f = $10000 ; s = $15000
-----
Cheers,
Stan H.
----
-------