Use the simplex method to obtain the optimal solution of the following linear programming model
𝑀𝑎𝑥𝑖𝑚𝑖𝑧𝑒 𝑍 = 35𝑥1 + 50𝑥2
𝑠𝑢𝑏𝑗𝑒𝑐𝑡 𝑡𝑜
3𝑥1 + 𝑥2 ≤ 30
𝑥1 + 2𝑥2 ≤ 15
4𝑥1 + 4𝑥2 ≤ 40 𝑥1,
𝑥2 ≥ 0
Problem is
Max subject to:
and ;
The problem is converted to canonical form by adding slack, surplus and artificial variables as appropiate
1. As the constraint-1 is of type '≤' we should add slack variable
2. As the constraint-2 is of type '≤' we should add slack variable
3. As the constraint-3 is of type '≤' we should add slack variable
After introducing slack variables
subject to:
and
Negative minimum Zj-Cj is -50 and its column index is 2. So, the entering variable is .
Minimum ratio is 7.5 and its row index is 2. So, the leaving basis variable is .
∴ The pivot element is 2.
Entering = , Departing = , Key Element =2
Negative minimum Zj-Cj is -10 and its column index is 1. So, the entering variable is .
Minimum ratio is 5 and its row index is 3. So, the leaving basis variable is .
∴ The pivot element is 2.
Entering = , Departing = , Key Element =2
Since all Zj-Cj≥0
Hence, optimal solution is arrived with value of variables as :
=5, =5
Max Z=425
Comments