SOLUTION: $15,074 is invested part at 14% and the rest at 5% if the interest earned from the amount invested at 14% exceeds the interest earned from the amount invested at 5% by $1694.07 how

Algebra ->  Linear-equations -> SOLUTION: $15,074 is invested part at 14% and the rest at 5% if the interest earned from the amount invested at 14% exceeds the interest earned from the amount invested at 5% by $1694.07 how      Log On


   



Question 1101355: $15,074 is invested part at 14% and the rest at 5% if the interest earned from the amount invested at 14% exceeds the interest earned from the amount invested at 5% by $1694.07 how much is invested at each rate? Round to two decimal places if necessary
Found 2 solutions by richwmiller, ikleyn:
Answer by richwmiller(17219) About Me  (Show Source):
You can put this solution on YOUR website!
corrected.
x+y=15074
.14x-.05y=1694.07



Answer by ikleyn(52788) About Me  (Show Source):
You can put this solution on YOUR website!
.
$15,074 is invested part at 14% and the rest at 5%. If the interest earned from the amount invested at 14% exceeds the interest
earned from the amount invested at 5% by $1694.07 how much is invested at each rate? Round to two decimal places if necessary
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

From the condition, you have THIS system of 2 equations in 2 unknowns

    x +     y = 15074            (1)    (counting investments)
0.14x - 0.05y =  1694.07         (2)    (the difference between earnings)


To make your calculations easier, multiply eq(2) by 100 (both sides). The modified system is

    x +     y = 15074            (3)   
  14x -    5y = 169407           (4)  


Now multiply eq(3) by 5. The modified system takes the form

   5x +    5y = 5*15074          (5)
  14x -    5y = 169407           (4)  


Next add the equations (5) and (6) (both sides).  The terms with 5y will cancel each other, and you will get a single equation for x:


  19x = 5*15074 + 169407 = 244777.

    x = 244777%2F19 = 12883.


Answer.  It was invested $12883 at %14.  The rest 15074 - 12883 = 2191 was invested at  5%.


Check.  0.14*12883 - 0.05*2191 = 1694.07.   ! Correct !

Solved.

-------------
On investment problems, see the lesson
    - Using systems of equations to solve problems on investment
in this site.

Also,  you have this free of charge online textbook in ALGEBRA-I in this site
    - ALGEBRA-I - YOUR ONLINE TEXTBOOK.

The referred lesson is the part of this online textbook under the topic "Systems of two linear equations in two unknowns".


Save the link to this online textbook together with its description

Free of charge online textbook in ALGEBRA-I
https://www.algebra.com/algebra/homework/quadratic/lessons/ALGEBRA-I-YOUR-ONLINE-TEXTBOOK.lesson

to your archive and use it when it is needed.


==================

Be aware ! Writing by @richwmiller was heavily incorrect.