Investment Problem Presentation
Investment Problem Presentation
Similarly, the following constraint ensures that no more than 35% of the money
($262,500) is placed in the bonds for DynaStar (X2), Eagle Vision (X3), and
OptiPro (X5):
9) X2 + X3 + X5 ≤ 262,500
Finally, because none of the variables in the model can assume a value of less
than zero, we also need the following nonnegativity condition:
10) X1, X2, X3, X4, X5, X6 ≥ 0
3.9.4 IMPLEMENTING THE MODEL: LP MODEL
MAX: .0865X1 + .095X2 + .10X3 + .0875X4 + .0925X5 + .09X6 } total annual return
Subject to:
1) X1 ≤ 187,500 } 25% restriction per investment
2) X2 ≤ 187,500 } 25% restriction per investment
3) X3 ≤ 187,500 } 25% restriction per investment
4) X4 ≤ 187,500 } 25% restriction per investment
5) X5 ≤ 187,500 } 25% restriction per investment
6) X6 ≤ 187,500 } 25% restriction per investment
7) X1 + X2 + X3 + X4 + X5 + X6 = 750,000 } total amount invested
8) X1 + X2 + X4 + X6 ≥ 375,000 } long-term investment
9) X2 + X3 + X5 ≤ 262,500 } higher-risk investment
10)X1, X2, X3, X4, X5, X6 ≥ 0 } nonnegativity conditions
3.9.4 SOLVING USING EXCEL SOLVER
3.9.4 SOLVING USING EXCEL SOLVER
3.9.6 ANALYZING THE SOLUTION
The solution shown in Figure 3.22 indicates that the optimal investment plan places the
following:
• $112,500 in Acme Chemical (X1),
• $75,000 in DynaStar (X2),
• $187,500 in Eagle Vision (X3),
• $187,500 in MicroModeling (X4),
• $0 in OptiPro (X5), and
• $187,500 in Sabre Systems (X6).
It is interesting to note that more money is being invested in Acme Chemical than
DynaStar and OptiPro even though the return on Acme Chemical is lower than on the
returns for DynaStar and OptiPro. This is because DynaStar and OptiPro are both
“higher-risk” investments and the 35% limit on “higher-risk” investments is a binding
constraint (or is met as a strict equality in the optimal solution).
Thus, the optimal solution could be improved if we could put more than 35% of the
money into the higher-risk investments.