A clothing shop makes suits and blazers. Three main resources are used: material, rack space, and labor. The shop has developed this linear programming model for determining the number of suits
and blazers to make ( and ) to maximize profits
maximize Z = 100x1 + 150x2 (profit, $)
Subject to
10x1 + 20x2 smaller than or equal to 300 (material, yd.2
)
x1 + x2 smaller than or equal to 20 (rack space)
10x1 + 4x2 smaller than or equal to160 (labor, hr.)
x1, x2 bigger than or equal to 0
$.
Comments