First, let's rewrite the given problem in a more readable format:
Maximize
$$P = x_1 + 2x_2 + 3x_3$$
Subject to:
$$x_1 + x_2 + x_3 \leq 14$$
$$4x_1 + 2x_2 + 3x_3 \leq 28$$
$$x_1 + 5x_2 + 5x_3 \leq 30$$
$$x_1, x_2, x_3 \geq 0$$
Now, we will convert the
Show more…