Mining Engineering > GATE 2020 > Linear Programming
A linear programming problem is stated below.
Maximize Z=3x1+5x2
subject to, 2x1+x2≤8
6x1+8x2≤30
x1,x2≥0
The objective function has
Maximize Z=3x1+5x2
subject to, 2x1+x2≤8
6x1+8x2≤30
x1,x2≥0
The objective function has
Explanation
Correct : c
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.