The tableau below is the initial tableau for a linear programming problem in \(x\), \(y\) and \(z\). The objective is to maximise the profit, \(P\).
$$\begin{array}{c|c|c|c|c|c|c|c}
\text{basic variable} & x & y & z & r & s & t & \text{Value} \\
\hline
r & 12 & 4 & 5 & 1 & 0 & 0 & 246 \\
\hline
s & 9 & 6 & 3 & 0 & 1 & 0 & 153 \\
\hline
t & 5 & 2 & -2 & 0 & 0 & 1 & 171 \\
\hline
P & -2 & -4 & -3 & 0 & 0 & 0 & 0
\end{array}$$
Using the information in the tableau, write down
- the objective function, [2]
- the three constraints as inequalities with integer coefficients. [3]
Taking the most negative number in the profit row to indicate the pivot column at each stage,
- solve this linear programming problem. Make your method clear by stating the row operations you use. [9]
- State the final values of the objective function and each variable. [3]
One of the constraints is not at capacity.
- Explain how it can be identified. [1]
(Total 18 marks)