Deanna L. answered 04/14/14
Tutor
5.0
(222)
Electrical engineering major and music lover with MIT degree
Manaal,
This problem has twelve decision variables, showing how many tv's are shipped from each of the three plants to the four markets. Call shipping units for plant one X1,x2,x3,x4; shipping units for plant two y1, y2, y3, y4; and finally shipping units for plant three z1,z2,z3,z4.
The objective is to minimize shipping cots so that would be
10.1x1+8.5x2+12x3+14x4.....+9.4z1+9.6z2+9.7z3+126z4
The first set of constraints for transportation is supply (production) and demand.
Supply: at most here.
X1+x2+x3+x4<=600
Y1+y2+y3+y4<=620
Z1+z2+z3+z4<=580
And demand for each of themarkets: at least here.
X1+y1+z1>=500
X2+y2+z2>=700
X3+y3+z3>=350
X4+y4+z4>=250
At least 300 tc's from plant three to market 2: z2>=300
No tv's from plant two to market four: y4=0
You can use excel solver to minimize the objective function. just don't include that last variable as a decision variable in excel so as to force it to 0.
Hope that helps,
Deanna