Simplex Method – Full Solution
Step 1: Formulate the LPP in Standard Form
Maximize Z = 23x + 32y
Subject to constraints:
10x + 6y ≤ 2500
5x + 10y ≤ 2000
x + 2y ≤ 500
x, y ≥ 0
Introduce slack variables s■, s■, s■:
10x + 6y + s■ = 2500
5x + 10y + s■ = 2000
x + 2y + s■ = 500
Objective function in standard form:
Z − 23x − 32y = 0
Step 2: Initial Simplex Tableau
Basis x y s1 s2 s3 RHS
s1 10 6 1 0 0 2500
s2 5 10 0 1 0 2000
s3 1 2 0 0 1 500
Z -23 -32 0 0 0 0
Step 3: Entering and Leaving Variables
Most negative value in Z-row is −32 → entering variable y.
Ratios:
2500/6 ≈ 416.67
2000/10 = 200 (minimum)
500/2 = 250
Leaving variable = s■, pivot element = 10.
Final Optimal Solution
After performing pivot operations until all Z-row values are non■negative, the optimal solution is:
x = 1300/7 ≈ 185.71
y = 750/7 ≈ 107.14
Maximum value:
Z = 23x + 32y = 7700
Basic variables at optimum: x, y, s■
Non■basic variables: s■ = 0, s■ = 0