Converting Model To Standard
Converting Model To Standard
We convert this model into standard form by adding slack variables to each constraint as
follows.
[Page A-3]
The slack variables, s1 and s2, represent the amount of unused labor and clay, respectively. For
example, if no bowls and mugs are produced, and x1 = 0 and x2 = 0, then the solution to the
problem is
x1 + 2x2 + s1 = 40
0 + 2(0) + s1 = 40
s1 = 40 hr of labor
and
s2 = 120 lb of clay
mk:@MSITStore:C:\Users\MSFuser\Desktop\private%20document\Prentice.Hall.Intro... 2/26/2025
Converting the Model into Standard Form Page 2 of 5
In other words, when we start the problem and nothing is being produced, all the resources are
unused. Since unused resources contribute nothing to profit, the profit is zero.
It is at this point that we begin to apply the simplex method. The model is in the required form,
with the inequality constraints converted to equations for solution with the simplex method.
x1 + 2x2 + s1 = 40
and
0 + 2x2 + 0 = 40
0 + 3x2 + s2 = 120
2x2 = 40
x2 = 20
[Page A-4]
mk:@MSITStore:C:\Users\MSFuser\Desktop\private%20document\Prentice.Hall.Intro... 2/26/2025
Converting the Model into Standard Form Page 3 of 5
3x2 + s2 = 120
3(20) + s2 = 120
s2 = 60
This solution corresponds with point A in Figure A-1. The graph in Figure A-1 shows that at
point A, x1 = 0, x2 = 20, s1 = 0, and s2 = 60, the exact solution obtained by solving
simultaneous equations. This solution is referred to as a basic feasible solution. A feasible
solution is any solution that satisfies the constraints. A basic feasible solution satisfies the
constraints and contains as many variables with nonnegative values as there are model
constraintsthat is, m variables with nonnegative values and n m values set equal to zero.
Typically, the m variables have positive nonzero solution values; however, when one of the m
variables equals zero, the basic feasible solution is said to be degenerate. (The topic of
degeneracy will be discussed at a later point in this module.)
A basic feasible solution satisfies the model constraints and has the same number
of variables with non-negative values as there are constraints.
Consider a second example where x2 = 0 and s2 = 0. These values result in the following set of
equations.
x1 + 2x2 + s1 = 40
mk:@MSITStore:C:\Users\MSFuser\Desktop\private%20document\Prentice.Hall.Intro... 2/26/2025
Converting the Model into Standard Form Page 4 of 5
and
x1 + 0 + s1 = 40
4x1 + 0 + 0 = 120
Solve for x1 :
4x1 = 120
x1 = 30
30 + s1 = 40
s1 = 10
This basic feasible solution corresponds to point C in Figure A-1, where x1 = 30, x2 = 0, s1 =
10, and s2 = 0.
[Page A-5]
Finally, consider an example where s1 = 0 and s2 = 0. These values result in the following set of
equations.
x1 + 2x2 + s1 = 40
and
x1 + 2x2 + 0 = 40
These equations can be solved using row operations. In row operations, the equations can be
multiplied by constant values and then added or subtracted from each other without changing
the values of the decision variables. First, multiply the top equation by 4 to get
mk:@MSITStore:C:\Users\MSFuser\Desktop\private%20document\Prentice.Hall.Intro... 2/26/2025
Converting the Model into Standard Form Page 5 of 5
x1 + 2(8) = 40
x1 = 24
Row operations are used to solve simultaneous equations where equations are
multiplied by constants and added or subtracted from each other.
All three of these example solutions meet our definition of basic feasible solutions. However,
two specific questions are raised by the identification of these solutions.
1. In each example, how was it known which variables to set equal to zero?
The answers to both of these questions can be found by using the simplex method. The simplex
method is a set of mathematical steps that determines at each step which variables should
equal zero and when an optimal solution has been reached.
mk:@MSITStore:C:\Users\MSFuser\Desktop\private%20document\Prentice.Hall.Intro... 2/26/2025