Linear programming problem using the simplex method. Max $P= 7x + 5y + 6z$
Subject to: $$x + y − z \le 3 x + 2y + z \le 8 x + y ≤ 5$$ $x \ge 0, y \ge 0, z \ge 0$
My try: I know how to solve by simplex method but here constraints are linked .So, plz just give me a hint so that could solve it.Thank you.