Correct option is C
We are given the linear programming problem:Minimize Z=x−y, subject to:x+y≤3y−x≤1x≥0,y≥0We first identify the feasible region defined by the intersection of the constraints. The constraint x+y=3is a line from (0,3) to (3,0), and y=x+1 intersects it at x+(x+1)=3=>x=1,y=2.Other feasible boundary points are the intercepts: (0,0),(0,1),(3,0), all lying in the first quadrant.The feasible region is thus a convex polygon bounded by the points (0,0),(0,1),(1,2),(3,0).We evaluate the objective function Z=x−y at the corner points:At (0,0),Z=0At (0,1),Z=−1At (1,2),Z=−1At (3,0),Z=3The minimum value of Z=−1, occurs at two points, (0,1) and (1,2).This indicates multiple optimal solutions along the line segment joining these two points.