Solve the following LPP using Two-Phase Method. (15 marks)
MIN Z = x1 + x2
subject to:
2x1 + x2 = 4
x1 + 7x2 = 7
and x1, x2 >= 0
What is the final optimal answer?
a) x1 = 21/13, x2 = 10/13, Min Z = 31/13
b) x1 = 13, x2 = 10, Min Z = 25
c) x1 = 3, x2 = 10, Min Z = 3