Differentiate Simplex Method Maximization and Minimization Problems
Differentiate Simplex Method Maximization and Minimization Problems
Maximization problems deals with problems that aim to find the maximum value of the
objective function. In this type of problem, all decision variables x 1 , x 2 , … , x 3are constrained to
be non-negative and all further constraints have the form b x 1+ b x 2+ …+b x n ≤ c with non-
negative c. On the other hand, minimization problems have contraints in the form of ax +by ≥ c.
The basic procedure used to solve such a problem is to convert it to a maximization problem in
standard form, and then apply the simplex method.
Even though the Simplex Method is much more complex than the graphical method in
solving linear programming problems, it is much more accurate and can solve more
complex problems compared to the graphical method. The Simplex method can solve
two or more variables while the graphical method can only solve problems involving two
variables at maximum. Lastly, even though the Simplex method is much longer than the
graphical method, it is still easy to understand and follow.
Maximize Z = 3x + 2y
subject to: 2x + y ≤ 18
2x + 3y ≤ 42
3x + y ≤ 24
x ≥ 0 , y ≥ 0