First, let's rewrite the problem in standard form:
Maximize \(P = 10x + 25y\)
Subject to:
\(3x + 2y + s_1 = 21\)
\(x + 5y + s_2 = 20\)
\(x, y, s_1, s_2 \geq 0\)
Now, let's build the table of basic solutions:
| x | y | \(s_1\) | \(s_2\) | P
Show more…