SOLUTION: An investor invested a total of $3000 in two mutual funds. One fund ears 5% profit while the other earned 2% profit. If the investor's profit was $93, how much was invested in ea
Algebra ->
Customizable Word Problem Solvers
-> Finance
-> SOLUTION: An investor invested a total of $3000 in two mutual funds. One fund ears 5% profit while the other earned 2% profit. If the investor's profit was $93, how much was invested in ea
Log On
Question 770141: An investor invested a total of $3000 in two mutual funds. One fund ears 5% profit while the other earned 2% profit. If the investor's profit was $93, how much was invested in each fund? Answer by ramkikk66(644) (Show Source):
An investor invested a total of $3000 in two mutual funds. One fund ears 5% profit while the other earned 2% profit. If the investor's profit was $93, how much was invested in each fund?
Ans:
Let amount invested in 1st fund be x
Then amount invested in 2nd fund is 3000-x
Profit in 1st fund = x*5% = x*5/100 = 0.05*x
Profit in 2nd fund = (3000 - x)*2% = (3000 - x)*2/100 = 60 - 0.02*x
Total profit is given to be 93
So we get the equation
So amount invested in 1st fund = $1100
Amount invested in 2nd fund = $3000 - $1100 = $1900
Check:
Interest in 1st = 1100 * 0.05 = $55
Interest in 2nd = 1900 * 0.02 = $38
Total = 55 + 38 = $93 - correct!
:)