Match the LIST-I with LIST-II LIST-I (Name of Methods) LIST-II (Problem Type)…
2026
Match the LIST-I with LIST-II
LIST-I (Name of Methods) | LIST-II (Problem Type) |
A. Branch and bound method | I. Integer Programming Problem |
B. The North-west corner rule | II. Quadratic Programming Problem |
C. Lagrange Multiplier Method | III. Transportation Problem |
D. Wolfe's Modified Method | IV. Non-Linear programming problem |
Choose the correct answer from the options given below:
- A.
A-III, B-II, C-IV, D-I
- B.
A-I, B-III, C-IV, D-II
- C.
A-II, B-I, C-IV, D-III
- D.
A-IV, B-I, C-II, D-III
Attempted by 21 students.
Show answer & explanation
Correct answer: B
The correct matching is A-I, B-III, C-IV, D-II. The Branch and bound method is primarily used for Integer Programming Problems (A-I). The North-west corner rule is a standard technique for Transportation Problems (B-III). Lagrange Multiplier Method addresses Non-Linear programming problems (C-IV), while Wolfe's Modified Method is specific to Quadratic Programming Problems (D-II).