(Solved): Consider the following linear program with 5 variables \( (v, w, x, y \), and \( z) \) : Maximize \ ...
Consider the following linear program with 5 variables \( (v, w, x, y \), and \( z) \) : Maximize \[ 3 x+4 z \] Subject to: \[ \begin{array}{c} w+v-x=6 \\ 3 w \geq 2 x-z \\ y \leq 8-z \\ w, x, y \geq 0 \end{array} \] Convert this program to the "graphical" standard form shown below.