.
James invested Php20,000 for one year and earned Php1470 interest.
if part of the money is invested at 10%and the remainder is invested at 6%,
how much is invested at each rate?
~~~~~~~~~~~~~~~~~~
x dollars invested at 10%,
(20000-x) dollars invested at 6%.
The total annual interest equation is
0.1x + 0.06(20000-x) = 1470 dollars.
Simplify and find x
0.04x + 1200 = 1470
0.04x = 1470 - 1200
0.04x = 270
x = 270/0.04 = 6750.
ANSWER. $6750 invested at 10%; the rest 20000 - 6750 = 13250 dollars invested at 6%.
CHECK. 0.1*6750 + 0.06*13250 = 1470 dollars, total annual interest. ! correct !
Solved.
--------------------
To see many other similar solved problems using one equation in one unknown, look into the lesson
- Typical investment problems
in this site.
To see many other similar solved problems using systems of two equations in two unknowns, look into the lesson
- Using systems of equations to solve problems on investment
in this site.