Question

In: Operations Management

3. Consider the following all-integer linear program: Max 1x1+1x2 s.t. 4x1+6x2 ?22 1x1+5x2 ?15 2x1+1x2 ?9...

3. Consider the following all-integer linear program: Max 1x1+1x2 s.t. 4x1+6x2 ?22 1x1+5x2 ?15 2x1+1x2 ?9 x1, x2 ?0 and integer

a. Graph the constraints for this problem. Use dots to indicate all feasible integer solutions.

b. Solve the LP Relaxation of this problem.

c. Find the optimal integer solution.

Solutions

Expert Solution

The Formulation

Maximize Z= 1x1+1X2

Subject to

4x1+6x2<= 22

1x1+5x2<=15

2x1+1x2<=9

x1, x2>=0 and integer

a) Graph of the constraints

step

First, make the constraints to equality and put one variable as zero to find the value of other variable and vice versa

For example in the first constraint put 4x1+6x2=22

then put x2= 0 so x1 = 22/4 = 5.5 and again putting x1 = 0, x2= 3.67 and then plot the two points in the graph to get the constraint line

Repeat the procedure for all other constraints

The graph is shown below

As this is a maximization problem and we got 4 feasible points from which there are 2 integer points i.e. (4,1) and (0,3)

b) LP relaxation solving involves not considering x1 and x2 as integer and finding the optimal solution from all the 4 feasible points

point (0,3) value of objective= 1*0+1*3= 3

Point(1.42, 2.78)= 1.42+2.78 =4.2

Point(4,1) = 4+1 = 5

Point(4.5,0) = 4.5+0 = 4.5

so optimal solution is (4,1) as the maximized value is 5

c) optiml integer solution only consdier the feasible integer points

Among all the integer points (4,1) gives highest value of 5 so it is the optimal integer solution

Please comment if any doubt

Rate me

thanks


Related Solutions

Consider the following all-integer linear program: Max 5x1 +8x2 s.t.   6x1 + 5x2 <= 30 9x1...
Consider the following all-integer linear program: Max 5x1 +8x2 s.t.   6x1 + 5x2 <= 30 9x1 + 4x2 <= 36 1x1 + 2x2 <=10 x1, x2 $ 0 and integer a. Graph the constraints for this problem. Use dots to indicate all feasible integer solutions. b. Find the optimal solution to the LP Relaxation. Round down to find a feasible integer solution. c. Find the optimal integer solution. Is it the same as the solution obtained in part (b) by...
Consider the following linear programming problem Maximize $4X1 + $5X2 Subject To 2X1 + 5X2 ≤...
Consider the following linear programming problem Maximize $4X1 + $5X2 Subject To 2X1 + 5X2 ≤ 40 hr Constraint A 3X1 + 3X2 ≤ 30 hr Constraint B X1, X2 ≥ 0 Constraint C if A and B are the two binding constraints. (Round to ONLY two digits after decimal points) a) What is the range of optimality of the objective function?   Answer ≤ C1/C2  ≤  Answer b) Suppose that the unit revenues for X1 and X2 are changed to $100 and...
Consider the following linear programming problem Maximize $4X1 + $5X2 Subject To 2X1 + 5X2 ≤...
Consider the following linear programming problem Maximize $4X1 + $5X2 Subject To 2X1 + 5X2 ≤ 40 hr Constraint A 3X1 + 3X2 ≤ 30 hr Constraint B X1, X2 ≥ 0 Constraint C if A and B are the two binding constraints. (Round to ONLY two digits after decimal points) a) What is the range of optimality of the objective function?   .......... ≤ C1/C2  ≤  ............ b) Suppose that the unit revenues for X1 and X2 are changed to $100 and...
Consider the following linear program:    MAX Z = 25A + 30B    s.t. 12A +...
Consider the following linear program:    MAX Z = 25A + 30B    s.t. 12A + 15B ≤ 300    8A + 7B ≤ 168 10A + 14B ≤ 280    Solve this linear program graphically and determine the optimal quantities of A, B, and the    value of Z. Show the optimal area.
Consider the following linear program:    MAX Z = 25A + 30B    s.t. 12A + 15B ≤...
Consider the following linear program:    MAX Z = 25A + 30B    s.t. 12A + 15B ≤ 300    8A + 7B ≤ 168   10A + 14B ≤ 280    Solve this linear program graphically and determine the optimal quantities of A, B, and the    value of Z. Show the optimal area.
4-Consider the following problem: max − 3x1 + 2x2 − x3 + x4 s.t. 2x1 −...
4-Consider the following problem: max − 3x1 + 2x2 − x3 + x4 s.t. 2x1 − 3x2 − x3 + x4 ≤ 0 − x1 + 2x2 + 2x3 − 3x4 ≤ 1 − x1 + x2 − 4x3 + x4 ≤ 8 x1, x2, x3, x4 ≥ 0 Use the Simplex method to verify that the optimal objective value is unbounded. Make use of the final tableau to construct an unbounded direction..
Consider the following linear program: Max 4A + 6B s.t. 9A + 3B ≥ 20 3A...
Consider the following linear program: Max 4A + 6B s.t. 9A + 3B ≥ 20 3A + 5B ≤ 15 2A ≤ 6 A, B ≥ 0
44. Consider the following linear program Max 1a+1b s.t. 5a+3b<15 3a+5b,<15 a,b >0 A. What is...
44. Consider the following linear program Max 1a+1b s.t. 5a+3b<15 3a+5b,<15 a,b >0 A. What is the optimal solution for this problem? B. Suppose that the objective function is changed to 1a+2b. Find the new optimal solution. I am using excel for this homework question so I need the formulas to help not just the answers and I also trying to figure desmos to graph the question.
Consider the linear system of equations 2x1 − 6x2 − x3 = −38 −3x1 − x2...
Consider the linear system of equations 2x1 − 6x2 − x3 = −38 −3x1 − x2 + 7x3 = −34 −8x1 + x2 − 2x3 = −20 With an initial guess x (0) = [0, 0, 0]T solve the system using Gauss-Seidel method.
3) (15 pts) Consider the following LP formulation: max z = x1 + 2x2 s.t. −...
3) (15 pts) Consider the following LP formulation: max z = x1 + 2x2 s.t. − x1 + x2 ≤ 2 x2 ≤ 3 kx1 + x2 ≤ 2k + 3 x1, x2 ≥ 0 The value of the parameter k ≥ 0 has not been determined yet. The solution currently being used is x1 = 2, x2 = 3. Use graphical analysis to determine the values of k such that this solution is actually optimal.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT