Assignment - 4 Prof - Ramkrishna-1
Assignment - 4 Prof - Ramkrishna-1
Assignment 4
Submission Deadline: 25 Dec 2024
1. Solve the following linear programming problem using the simplex method:
1
(a) Write the x- and y-intercepts of each line in a table, in the format of points (e.g., (x, 0) and
(0, y)).
(b) Draw a clearly labeled graph that includes:
• The boundary lines.
• The feasible region, shaded and labeled appropriately.
(c) Clearly identify the feasible region on the graph.
max cT x + dT y
Subject to:
A1 x ≤ b1 , A2 x + B2 y ≤ b2 , l ≤ y ≤ u,
where there are no explicit bounds on x.
7. Consider the inequality-constrained linear program defined by:
min 3x1 + x2 + x3
subject to:
2x1 + x2 + x3 ≥ 2, (1)
x1 + x2 + x3 ≥ 1, (2)
and
x1 , x2 , x3 ≥ 0. (3)
8. Consider the following primal linear programming problem:
max P = 2x + 9y
Subject to:
3x + 5y ≥ 3
9x + 5y ≤ 8
x ≥ 0, y≥0
• A. Change 9x + 5y ≤ 8 to 9x + 5y ≥ 8
• B. Change Maximize P = 2x + 9y to Minimize P = 2x + 9y
• C. Remove x ≥ 0, y ≥ 0
• D. Change 3x + 5y ≥ 3 to 3x + 5y ≤ 3
• E. None of the above changes would allow us to use the simplex method.