Find the dual program of the following linear programming problem.
𝑀𝑎𝑥𝑖𝑚𝑖𝑧𝑒 𝑧 = 5𝑥1 − 2𝑥2
𝑠𝑢𝑏𝑗𝑒𝑐𝑡 𝑡𝑜
3𝑥1 + 2𝑥2 ≥ 16
𝑥1 − 𝑥2 ≤ 4
𝑥1 ≥ 5
𝑥1 ≥0,𝑥2 𝑖𝑠 𝑢𝑛𝑐𝑜𝑛𝑠𝑡𝑟𝑎𝑖𝑛𝑒𝑑
All constraints can be converted to by multiplying by -1. So we have;
Since the primal has two variables and three constraints, then the dual will have three variables and two constraints. Also, the variable is unrestricted in the primal, therefore the second constraint in the dual shall be equality.
Dual program is;
Comments