Lab 42
Lab 42
Aim
• To explore the geometrical solution of
linear programming problem
• To understand the difference between
feasible region, infeasible region, bounded
and un- bounded regions.
Concepts
• Corner point method for solving linear
programming problem
• Solution of LPP having unbounded
feasible region
Activity 42.2 Corner points and solution
of a linear programming problem
Consider the Linear Programming Problem
Maximise z = x + 2y subject to the
constraints:
y-x≤1
x + 6y ≤ 15
4x - y ≤ 10
x ≥ 0, y ≥ 0
procedure
Corner x y z = x + 2y
Point coordinate coordinate
A 1.29 2.29 5.86
B 0 1 2
C 3 2 7
D 2.5 0 2.5
E 0 0 0
procedure
Construct the feasible region.
Plot the corner points of the feasible region.
Q. Find the values of the objective function
at the corner points.
Ans:
Corner x y z = 5x-2y
Point coordinate coordinate
(0,5) 0 5 -10
(0,3) 0 3 -6
(1,0) 1 0 5
(6,0) 6 0 30