
226 4 LINEAR PROGRAMMING: AN ALGEBRAIC APPROACH
3. Read off your answers. From the spreadsheet, we see that the objective function
attains a maximum value of 708 (cell C8) when x 48, y 84, and z 0 (cells
C4:C6).
Solve the linear programming problems.
1. Maximize P 2x 3y 4z 2w
subject to x 2y 3z 2w 6
2x 4y z w 4
3x 2y 2z 3w 12
x 0, y 0, z 0, w 0
2. Maximize P 3x 2y 2z w
subject to 2 x y z 2w 8
2x y 2z 3w 20
x y z 2w 8
4x 2y z 3w 24
x 0, y 0, z 0, w 0
3. Maximize P x y 2z 3w
subject to 3 x 6y 4z 2w 12
x 4y 8z 4w 16
2x y 4z w 10
x 0, y 0, z 0, w 0
4. Maximize P 2x
4y 3z 5w
subject to x 2y 3z 4w 8
2x 2y 4z 6w 12
3x 2y z 5w 10
2x 8y 2z 6w 24
x 0, y 0, z 0, w 0
TECHNOLOGY EXERCISES
4.2 The Simplex Method: Standard Minimization Problems
Minimization with ⱕ Constraints
In the last section, we developed a procedure, called the simplex method, for solving
standard linear programming problems. Recall that a standard maximization problem
satisfies three conditions:
1. The objective function is to be maximized.
2. All the variables involved are nonnegative.
3. Each linear constraint may be written so that the expression involving the variables
is less than or equal to a nonnegative constant.
In this section, we see how the simplex method may be used to solve certain
classes of problems that are not necessarily standard maximization problems. In par-
ticular, we see how a modified procedure may be used to solve problems involving the
minimization of objective functions.
We begin by considering the class of linear programming problems that calls for
the minimization of objective functions but otherwise satisfies Conditions 2 and 3 for
standard maximization problems. The method used to solve these problems is illus-
trated in the following example.
EXAMPLE 1
Minimize C 2x 3y
subject to 5x 4y 32
x 2y 10
x 0, y 0
Solution
This problem involves the minimization of the objective function and is
accordingly not a standard maximization problem. Note, however, that all other
87533_04_ch4_p201-256 1/30/08 9:52 AM Page 226