In: Statistics and Probability
Given the following primal problem:
maximize z = 2x1 + 4x2 + 3x3
subject to
x1 + 3x2 + 2x3 ≥ 20
x1 + 5x2 ≥ 10
x1 + 2x2 + x3 ≤ 18
x1 , x2 , x3 ≥ 0
1. Write this LP in standart form of LP.
2.Find the optimal solution to this problem by applying the Dual Simplex method for finding the initial basic feasible solution to the primal of this LP. Then, find the optimal solution applying the Primal Simplex method. (By Tableau)