Formulate the problem as a linear programming model and solv
     Formulate the problem as a linear programming model and solve using the computer. The interstate Truck Rental firm has accumulated extra trucks at three of its truck leasing outlets, shown in the following table.     
 
  
  Solution
Objective function :
Minimize Z = 70x11 + 80x12+45x13+90x14+120x21+40x22+30x23+75x24+110x31+60x32+70x33+80x34.
Subject toconstraint,
x11+x12+x13+x14 = 70 ; x21+x22+x23+x24 = 115 ; x31+x32+x33+x34 = 60 . (Supply Constraint)
x11+x21+x31=80 ; x12+x22+x32=50 ; x13+x23+x33=90 ; x14+x24+x34 =25 . (Demand Constraint)
| A | B | C | D | Supply | |
| 1 | 70 | 80 | 45 | 90 | 70 | 
| 2 | 120 | 40 | 30 | 75 | 115 | 
| 3 | 110 | 60 | 70 | 80 | 60 | 
| Demand | 80 | 50 | 90 | 25 | 245 | 

