Question
Mathematics Question on Linear Programming Problem and its Mathematical Formulation
Which of the following is the correct formulation of the linear programming problem ?
Max Z=2x1−x2 ;subject to x1+x2≤10;x1≤3;x1≥0;x2≤0
Max Z=3x1+2x2 ;subject to x1+2x2≥11;3x1+x2≥24;x1≥0;x1,x2≤0
Min Z=x1+5x2 ;subject to 2x1+5x2≤10;x1+3x2≤9;x1,x2≥0
Min Z=4x1+3x2 ;subject to x1+9x2≥8;2x1+5x2≤9;x1≤0,x2≥0
Max Z=2x1+5x2 ;subject to 4x1+9x2≤8;2x1+3x2≤9;x1≥0;x1,x2≤0
Max Z=2x1+5x2 ;subject to 4x1+9x2≤8;2x1+3x2≤9;x1≥0;x1,x2≤0
Solution
By considering all the given options we found the option which is correct formulation for the Linear Programming problem is :
Max Z=2x1+5x2 ;subject to 4x1+9x2≤8;2x1+3x2≤9;x1≥0;x1,x2≤0
let us discuss how:
As in this problem, we want to maximize the objective function Z=2x1+5x2 , subject to the given constraints are ;
- 4x1+9x2≤8
- 2x1+3x2≤9
- x1≥0 (non-negativity constraint)
- x2≤0 (non-positivity constraint)
These constraints define the feasible region , and the objective is to find the values of x1 and x2 that maximize Z within this feasible region.