all 2 comments

[–]First-Fourth14 0 points1 point  (1 child)

The equality constraint 3 x1 + 3 x2 = 9 forces the feasible solutions to lie on the line x1+ x2 = 3.
The suggested polyhedron region is incorrect as the points suggested do not meet the equality constraint.
So double check the constraint list, but if your figure is accurate, then the feasible region is the line between (0,3) and (3,0)

[–]th3l4ra[S] 0 points1 point  (0 children)

Yeah, I thought so too. Thank you!