Mechanical Engineering > GATE 2013 SET-1 > Operations Research
A linear programming problem is shown below.
Maximize 3x + 7y
Subject to
3x + 7y ≤ 10
4x + 6y ≤ 8
x, y ≥ 0
It has
Maximize 3x + 7y
Subject to
3x + 7y ≤ 10
4x + 6y ≤ 8
x, y ≥ 0
It 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.