Assume x1, x2, x3 and x4 are the investments in plan A in year 1 to 4. Plan B allows investments for periods that are multiples of 2. Hence, assume y1 as the investment for 4 years and y2 as the investment for 2 years.
Total investment constraint : x1+x2+x3+x4+y1+y2 = 1,000,000
Total earning at the end of 4th year from
plan A : EA = (x1*1.74 - x1) + (x2*1.73 -x2) + (x3*1.72 -x3) + (x4*1.7 - x4)
plan B : EB = (y1*32 -y1) + (y2*3 -y2)
Objective is to Max (EA+ EB) subject to the investment constraint and
x1 , x2, x3, x4 , y1 , y2 >= 0
Since the total investment is 1,000,000. We can simplify / looks it differently. Total earning will be
= return - investment = x1*1.74 + x2*1.73 + x3*1.72 + x4*1.7 + y1*32 + y2*3 - 1,000,000
Comments
Leave a comment