Question
Mathematics Question on Linear Programming Problem and its Mathematical Formulation
Minimise Z=j=1∑ni=1∑mcij⋅xij Subject to i=1∑mxij=bj,j=1,2,……n j=1∑nxij=bj,j=1,2,……,m is a LPP with number of constraints
A
m−n
B
mn
C
m+n
D
nm
Answer
m+n
Explanation
Solution
Constraints will be
x11+x21+...+xm1=b1
x12+x22+...+xm2=b2
x1n+x2n+...+xmn=bn
x11+x12+...+xln=b1
x21+x22+...+x2n=b2
xm1+xm2+...+xmn=bn
So the total number of constraints =m+n