8-8. Let Xij = number of new leases in month i for j-months, i = 1, . . . , 6; j = 3, 4, 5
Minimize cost = 1260X13 + 1260X23 + 1260X33 + 1260X43 + 840X53 + 420X63 + 1600X14 +
1600X24 + 1600X34 + 1200X44 + 800X54 + 400X64+ 1850X15 + 1850X25 +
1480X35 + 1110X45 + 740X55 + 370X65
subject to: X13 + X14 + X15 420 – 390
X13 + X14 + X15 + X23 + X24 + X25 400 – 270
Solving this on the computer results in the following solution:
X15 = 30 5-month leases in March
X25 = 100 5-month leases in April
8-9. The linear program has the same constraints as in problem 8-8. The objective function
changes and is now:
Minimize cost = 1260(X13 + X23 + X33 + X43 + X53 + X63) + 1600(X14 + X24 + X34 + X44 + X54 +
X64) + 1850(X15 + X25 + X35 + X45 + X55 + X65)
Solving this on the computer results in the following solution:
X15 = 30 5-month leases in March
X25 = 100 5-month leases in April