A cargo plane has three compartments for storing cargo: front, center, and back. These compartments have capacity limits on both weight and space as summarized below:
Compartment Weight Capacity (Tons) Space Capacity (Cubic Feet)
Front 9.0 320
Center 5.0 700
Back 3.0 400
The weight of the cargo in each compartment must be the same proportion of that compartment's weight capacity to maintain the balance of the plane. The following four cargos have been offered for shipment on an upcoming flight as space is available:
Cargo Weight (Tons) Volume (Cubic Feet)
Cako 3.0 320
Hulume 4.0 700
Ptolit 9.0 400
MQ 3.0 390
Any fraction of these cargos can be accepted. The objective is to determine how much (if any) each cargo should be accepted and how to distribute each among the compartments to maximize the total profit for the flight. Formulate a linear programming model for the problem. Specify the input data, decision variables, objective function, and constraints. (20 pts)