Using the two-phase simplex method I am asked to
Minimise: z= 3x2-x3+8
Subject to:
x1+x2+x3=10,
2x1+3x2+x3=15
x1,x2,x3>=0
I am not sure how to go about this question as I have only used this method with maximsie problems. My initial thought was that the problem is already in canonical form, so there is no need to add slack, surplus or artificial variables and the problem can be solved using the simplex method? However I have tried this and it doesnt work. The answers to this question are x1=5, x2=0, x3=5 and z=3. If anyone could show how they get to this stage I would really appreciate it. Ps. sorry for the poor markdown I am still new e.g. x2 means 'x small 2' not 'x squared'.