Step 1: Formulate the problem.
We need to maximize \( Z = 3x + 9y \) under the constraints:
- \( x + 3y \leq 60 \),
- \( x + y \geq 10 \),
- \( x \leq y \),
- \( x \geq 0 \),
- \( y \geq 0 \).
Step 2: Graph the constraints.
Graph the inequalities on a coordinate plane:
- \( x + 3y \leq 60 \) is a line with slope \( -\frac{1}{3} \),
- \( x + y \geq 10 \) is a line with slope \( -1 \),
- The region of feasible points is where all inequalities are satisfied, which is the region on or below these lines.
Step 3: Identify the corner points.
The corner points of the feasible region are the points of intersection of the lines:
- \( x + 3y = 60 \) intersects \( x + y = 10 \) at \( (30, 10) \),
- The intercepts for the lines give additional points at \( (0, 10) \) and \( (60, 0) \).
Step 4: Calculate the value of \( Z \) at each corner point.
At \( (30, 10) \), \( Z = 3(30) + 9(10) = 90 \),
At \( (0, 10) \), \( Z = 3(0) + 9(10) = 90 \),
At \( (60, 0) \), \( Z = 3(60) + 9(0) = 180 \).
Step 5: Conclusion.
The maximum value of \( Z \) is \( 180 \), which occurs at the point \( (60, 0) \).
For the feasible region shown below, the non-trivial constraints of the linear programming problem are 
For the linear programming problem: \[ {Maximize} \quad Z = 2x_1 + 4x_2 + 4x_3 - 3x_4 \] subject to \[ \alpha x_1 + x_2 + x_3 = 4, \quad x_1 + \beta x_2 + x_4 = 8, \quad x_1, x_2, x_3, x_4 \geq 0, \] consider the following two statements:
S1: If \( \alpha = 2 \) and \( \beta = 1 \), then \( (x_1, x_2)^T \) forms an optimal basis.
S2: If \( \alpha = 1 \) and \( \beta = 4 \), then \( (x_3, x_2)^T \) forms an optimal basis. Then, which one of the following is correct?