Mechanical Engineering > GATE 2016 SET-1 > Linear Programming
Maximize Z = 15X1 + 20X2
subject to
12X1 + 4X2 ≥ 36
12X1 - 6X2 ≤ 24
X1, X2 ≥ 0
The above linear programming problem has
subject to
12X1 + 4X2 ≥ 36
12X1 - 6X2 ≤ 24
X1, X2 ≥ 0
The above linear programming problem has
Explanation
Correct : b
Similar Questions
What is the worst-case time complexity of insertion in an AVL tree?
Which operations on a binary search tree have O(h) complexity?
Compare search complexities of sorted array vs balanced BST.