Solve the following linear programming problem graphically:
Maximize \( z = x + y \), subject to constraints:
\[ 2x + 5y \leq 100, \quad 8x + 5y \leq 200, \quad x \geq 0, \quad y \geq 0. \]
Step 1: Plot the constraints
The given constraints are:
The feasible region is the intersection of all the above constraints, forming a polygon.
Step 2: Determine corner points
The corner points of the feasible region are obtained by solving the constraints pairwise:
Step 3: Evaluate the objective function
Substitute each corner point into the objective function \( z = x + y \):
| Corner Point | Value of \( z = x + y \) |
|---|---|
| \( O(0, 0) \) | 0 |
| \( A(25, 0) \) | 25 |
| \( B\left(\frac{50}{3}, \frac{40}{3}\right) \) | 30 |
| \( C(0, 20) \) | 20 |
Step 4: Identify the maximum value
The maximum value of \( z \) is 30, which occurs at \( B\left(\frac{50}{3}, \frac{40}{3}\right) \).
Conclusion:
\[ \boxed{z_{\max} = 30 \text{ at } \left(\frac{50}{3}, \frac{40}{3}\right)} \]