In: Statistics and Probability
ximize their expected return each month. Assume interest rates remain fixed and once their investment plan is selectedthey do not change their mind. The investment plans offered are:
Fidelity 9.1% return per year
Optima 16.1% return per year CaseWay 7.3% return per yearSafeway 5.6% return per year
National 12.3% return per year
Since Optima and National are riskier, the Sweets want a limit of 30% per month of their total investments placed in these twoinvestments. Since Safeway and Fidelity are low risk, they want at least 40% of their investment total placed in theseinvestments.
Formulate the LP model for this problem.
Solution
Since the amount of total investment is not specified, we take it to be S......................................................................... (1)
Let x1, x2, x3, x4, x5 be the amount invested in Fidelity, Optima, CaseWay, Safeway and National respectively……….....…..(2)
Then, total annual return would be: 0.091x1 + 0.161x2 + 0.073x3 +0.056x4 + 0.123x5 …..................................................…. (3)
Since the Sweets want to maximize this return, the objective function would be:
Maximize z = 0.091x1 + 0.161x2 + 0.073x3 +0.056x4 + 0.123x5 ……………………….......................................................…. (4)
Since Optima and National are riskier, the Sweets want a limit of 30% per month of their total investments placed in these two investments. => x2 + x5≤ 0.3S [vide (1) and (2)].................................................................................................... (5)
Since Safeway and Fidelity are low risk, they want at least 40% of their investment total placed in these investments. =>
x4 + x1≥ 0.4S [vide (1) and (2)]............................................................................................................................................... (6)
(5) and (6) form the constraints.
Thus, the LP formulation of the given problem is:
Maximize z = 0.091x1+ 0.161x2+ 0.073x3+0.056x4+ 0.123x5
Subject to
x2 + x5≤ 0.3S
x4 + x1≥ 0.4S
x1, x2, x3, x4, x5 ≥ 0.
Answer