
Diana C. answered 11/09/14
Tutor
4.9
(13)
Math and Computer Programming Tutor
Here's the information we are given:
FundA = 2* FundB
FundA return is FundA * .05
FundB return is FundB * .08
We are looking for the total profit, which is the sum of both returns.
Profit = (FundA * .05) + (FundB * .08)
We can substitute 2 * FundB for FundA and solve for FundB:
Profit = ((FundB * 2) * .05) + (FundB * .08)
Plug in numbers to make an equation:
2160 = FundB * 2 * .05 + FundB* .08
Collect terms:
$2160 = FundB(2*.05 + .08)
$2160 = FundB(.18)
Divide to isolate FundB:
$2160/.18 = FundB
FundB = $12000