The question involves solving a linear programming problem (LPP) using duality and involves matrix algebra. Let's break down the problem step-by-step:
Step 1: Understanding the LPP
We have the primal problem:
\(Z = 3x_1 + 5x_2\) (Objective)
Subject to: \(x_1 + x_3 = 4\), \(2x_2 + x_4 = 12\), \(3x_1 + 2x_2 + x_5 = 18\), \(x_1, x_2, x_3, x_4, x_5 \geq 0\).
Step 2: Formulate the Dual Problem
The dual problem corresponds to each constraint in the primal. If \( x_B = (x_3, x_2, x_1)^T \) is the basis, the dual variables would be associated with these constraints:
\(p, q, r\) for the constraints respectively.
The dual problem:
Maximize \(W = 4p + 12q + 18r\)
Subject to:
\[\begin{align*} p + 3r &\leq 3, \\ 2q + 2r &\leq 5, \\ p, q, r &\geq 0 \end{align*}\]Step 3: Analyze the Given Options
Given that \(B^{-1} = \begin{bmatrix} \alpha & \beta & -\beta \\ 0 & \gamma & 0 \\ 0 & -\beta & \beta \end{bmatrix}\), we can analyze the equations given. The dual vectors operate as coefficients in these:
In conclusion, the correct answers are:
\(\alpha + 3\beta + 2\gamma = 3\)
\(p + q + r = \frac{5}{2}\)
These statements respect structural principles of duality and basis computation.
For the feasible region shown below, the non-trivial constraints of the linear programming problem are 