Solutions to Assignment 1


  • 2-6. Let x1, x2 and x3 be the ingredients in ounces.


  • 2-9 Let X1, X2 and X3 represent the amounts of three fertilizers used (in thousand pounds )
    
            Min 10 X1 + 8 X2 + 7 X3


  • 2-10
  •  Let xij be the quantity of product shipped from warehouse 
    i to retailer j (e.g., x32 would represent the amount shipped from warehouse 
    2 to retailer 3)
            Min 5x11 + 7x12 + 6x13 + 8x21 + 9x22 + 10x23 + 4x31
                    + 3x32 + 11x33
                    st
                    x11 + x12 + x13 <= 50 (capacity of whse 1)
                    x21 + x22 + x23 <= 275 (Capacity of whse 2)
                    x31 + x32 + x33 <= 175 (Capacity of whse 3)
                    x11 + x21 + x31 >= 100
                    x12 + x22 + x32 >= 250
                    x13 + x23 + x33 >= 175
                    xij >=0 (i= 1,2,3; j=1,2,3)

    [go back] [Any questions?]