Question

Minimize   C = x − 8y + z subject to   x − 2y + 3z ≤...

Minimize  

C = x − 8y + z

subject to  
x 2y + 3z 20
2x + y 2z 30
2x + y + 3z 40
x ≥ 0, y ≥ 0, z ≥ 0  

Homework Answers

Answer #1

solution:

Using simplex method

Minimize C = x -8y + z subject to
x -2y + 3z <= 20
2x + y - 2z <= 20
2x + y +3z <= 40
x ≥ 0, y ≥ 0, z ≥ 0

Tableau #1
x y z s1 s2 s3 -c
1 -2 3 1 0 0 0 20   
2 1 -2 0 1 0 0 20   
2 1 3 0 0 1 0 40   
1 -8 1 0 0 0 1 0

Tableau #2
x y z s1 s2 s3 -c
5 0 -1 1 2 0 0 60   
2 1 -2 0 1 0 0 20   
0 0 5 0 -1 1 0 20   
17 0 -15 0 8 0 1 160

Tableau #3
x y z s1 s2 s3 -c
5 0 0 1 1.8 0.2 0 64   
2 1 0 0 0.6 0.4 0 28   
0 0 1 0 -0.2 0.2 0 4
17 0 0 0 5 3 1 220

Optimal Solution:

C = -220;

x = 0, y = 28, z = 4

Answer: C is minimize at x = 0 , y =28 and z =4 and its minimum value = -220

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
Use the technique developed in this section to solve the minimization problem. Minimize   C = x...
Use the technique developed in this section to solve the minimization problem. Minimize   C = x − 7y + z subject to   x − 2y + 3z ≤ 10 2x + y − 2z ≤ 15 2x + y + 3z ≤ 20 x ≥ 0, y ≥ 0, z ≥ 0   The minimum is C =   at (x, y, z) =
b) Minimize Subject to: Z = 5x – 2y x + y ≤ 50 3x +...
b) Minimize Subject to: Z = 5x – 2y x + y ≤ 50 3x + 8y ≥ 90          y ≥ 10            x ≤ 32           x, y ≥ 0         Total cost First constraint Second constraint Third constraint Fourth constraint Non-negativity constraint
Solve each system of equations x-2y+3z=7 2x+y+z=4 -3x+2y-2z=-10
Solve each system of equations x-2y+3z=7 2x+y+z=4 -3x+2y-2z=-10
Using Lagrange multipliers Minimize f(x,y,z)=x^2+4y^2+2z^2 subject to x+2y+z=10
Using Lagrange multipliers Minimize f(x,y,z)=x^2+4y^2+2z^2 subject to x+2y+z=10
Use the simplex method to solve the linear programming problem. Maximize P = x + 2y...
Use the simplex method to solve the linear programming problem. Maximize P = x + 2y + 3z subject to 2x + y + z ≤ 14 3x + 2y + 4z ≤ 24 2x + 5y − 2z ≤ 10 x ≥ 0, y ≥ 0, z ≥ 0   The maximum is P =   at (x, y, z) = ( ) .
Solve a.      x + y + z = 2, x – y + z = 3, x...
Solve a.      x + y + z = 2, x – y + z = 3, x + y + 2z = 0 b.      5x + y – 2z = 2, x + 2y + 3z = 2, 2x – y = 3
1. Solve the following system of equations by the elimination method: 2x+y-z=7 x+2y+z=8 x-2y+3z=2 2. Solve...
1. Solve the following system of equations by the elimination method: 2x+y-z=7 x+2y+z=8 x-2y+3z=2 2. Solve the following system of equations by using row operations on a matrix: 2x+y-z=7 x+2y+z=8 x-2y+3z=2
Use Gaussian Elimination to solve and show all steps: 1. (x+4y=6) (1/2x+1/3y=1/2) 2. (x-2y+3z=7) (-3x+y+2z=-5) (2x+2y+z=3)
Use Gaussian Elimination to solve and show all steps: 1. (x+4y=6) (1/2x+1/3y=1/2) 2. (x-2y+3z=7) (-3x+y+2z=-5) (2x+2y+z=3)
#7 Solve for x, y and z 6x+3y+z=-27 x-3y+2z+10 17x-2y+3z=-65
#7 Solve for x, y and z 6x+3y+z=-27 x-3y+2z+10 17x-2y+3z=-65
Consider the following linear system: x + 2y + 3z = 6 2x - 3y +...
Consider the following linear system: x + 2y + 3z = 6 2x - 3y + 2z = 14 3x + y - z = -2 Use Gaussian Elimination with Partial Pivoting to solve a solution in an approximated sense.