
Mike D. answered 08/08/20
Effective, patient, empathic, math and science tutor
Nathan
Well suppose they invest x in the first, and y in the second, then automatically they invest 400000 - x - y in the third
After first year interest will be 0.03 x + 0.035 y + 0.06 (400000 - x - y). That's the objective function .
Constraints :
x, y, 400000 - x - y all < 250,000
x >= y + 400000 - x - y
400000 - x - y <= y
x,y, 400000 - x - y >= 0 (obviously).
So 8 constraints.
Draw the 8 constraint lines. For all the vertices of the region enclosed evaluate the objective function and take the vertex where that is maximised. From that you know x, y and you can calculate the third.
Mike
Mark M.
What of the constraint "mount invested at 3% will not be less than the total of the other two and that the amount invested at 6% should not exceed the amount invested at 3.5%"?08/08/20