Verify mobile number to view the solution
Solutions
Explanation
The standard form of linear programming problem(LPP) is
Objective Function (Max or Min) Z = c1x1 + cx + ………….+cx (1)
Subjected to constraints,
a11x1 + a12x2 + ------------------------ + a1nxn ≤ or ≥ b1
a21x1 + a22x2 + ------------------------ + a2nxn ≤ or≥ b2 (2)
.
.
am1x1 + am2x2 + -------------------------- + amnxn ≤ or≥ bm
And x1, x2,…………….xn ≥ 0 (3)
x1,x2,-------------------- xn are called decision variables.
c1 ,c2 ------------------------------- cn are called cost factors.
Any set X {x1,x2, --------------xn}of variables are called a feasible solution of the LPP problem If satisfies the set of constraints (2) and non-negativity constraints(3).