MCQOPTIONS
Saved Bookmarks
| 1. |
Consider the following LPP :Min Z = 2x1 + x2 + 3x3Subject to :x1 - 2x2 + x3 ≥ 42x1 + x2 + x3 ≤ 8x1 - x3 ≥ 0x1, x2, x3 ≥ 0The solution of this LPP using the Dual Simplex Method is : |
| A. | x1 = 0, x2 = 0, x3 = 3 and Z = 9 |
| B. | x1 = 0, x2 = 6, x3 = 0 and Z = 6 |
| C. | x1 = 4, x2 = 0, x3 = 0 and Z = 8 |
| D. | x1 = 2, x2 = 0, x3 = 2 and Z = 10 |
| Answer» D. x1 = 2, x2 = 0, x3 = 2 and Z = 10 | |