Solved Problems

  1. Solved Problem 9-1 Don Yale, president of Hardrock Concrete Company, has plants in three locations and is currently working on three major construction projects, located at different sites. The shipping cost per truckload of concrete, plant capacities, and project requirements are provided in the accompanying table.

    Formulate Hardrock’s transportation problem as a linear program and solve using software.

    TO FROM PROJECT A PROJECT B PROJECT C PLANT CAPACITIES
    PLANT 1 $10 $4 $11 70
    PLANT 2 $12 $5 $8 50
    PLANT 3 9 $7 $6 30
    PROJECT REQUIREMENTS 40 50 60 150

    Solution

    Define the variables as

    Xij=number of units shipped from Plant i  to Project j

    where

    i = 1, 2, 3 with 1 = Plant 1, 2 = Plant 2, and 3 = Plant 3j = 1, 2, 3 with 1 = Project A, 2 = Project B, and 3 = Project C

    The linear program formulation is

    Minimize total cost=10X11+4X12+11X13+12X21+5X22+8X23+9X31+7X32+6X33

    subject to

    X11 + X21 + X31 = 40(Project A requirements)X12 + X22 + X32 = 50(Project B requirements)X13 + X23 + X33 = 60(Project C requirements)X11 + X12 + X13 70(Plant 1 capacity)X21 + X22 + X23 50(Plant 2 capacity)X31 + X32 + X33 30(Plant 3 capacity)    All variables ≥ 0

    The computer output found using Excel QM gives the optimal solution. From Plant 1, ship 20 units to Project A and 50 units to Project B. From Plant 2, ship 50 units to Project C. From Plant 3, ship 20 units to Project A and 10 units to Project B. The total cost of this solution is $1,040. While not shown in the computer output, there are alternate optimal solutions to this problem.

    A spreadsheet with two tables and an instruction is shown.

    Program for Solved Problem 9-1

  2. Solved Problem 9-2 Prentice Hall, Inc., a publisher headquartered in New Jersey, wants to assign three recently hired college graduates—Jones, Smith, and Wilson—to regional sales districts in Omaha, Dallas, and Miami. But the firm also has an opening in New York and would send one of the three there if it were more economical than a move to Omaha, Dallas, or Miami. It will cost $1,000 to relocate Jones to New York, $800 to relocate Smith there, and $1,500 to move Wilson. What is the optimal assignment of personnel to offices?

    OFFICE HIREE OMAHA MIAMI DALLAS
    JONES $800 $1,100 $1,200
    SMITH $500 $1,600 $1,300
    WILSON $500 $1,000 $2,300

    Because there are three new hires and four offices when New York is included, the problem is not balanced. It is impossible for all four cities to have a person assigned (i.e., there is no feasible solution). Therefore, a dummy source (new hire) is added, and the costs are zero for this dummy. Thus, the variables could be omitted from the objective function, but they are included for the sake of completeness.

    Define the variables as

    Xij=1 if new hire i is assigned to office j

    where

    i = 1, 2, 3, 4 with 1 = Jones, 2 = Smith, 3 = Wilson, and 4 = Dummy hirej = 1, 2, 3, 4 with 1 = Omaha, 2 = Miami, 3 = Dallas, and 4 = New York

    The linear program formulation is

    Minimize total cost = 800X11 + 1100X12 + 1200X13 + 1000X14 + 500X21 + 1600X22 +1300X23 + 800X24 + 500X31 + 1000X32 + 2300X33 + 1500X34 + 0X41 + 0X42 + 0X43 + 0X44

    subject to

    X11 + X21 + X31 + X411(Omaha office)X12 + X22 + X32 + X42(Miami office)X13 + X23 + X33 + X43(Dallas office)X14 + X24 + X34 + X44(New York office)X11 + X12 + X13 + X14  =  (Jones)X21 + X22 + X23 + X24  = 1 (Smith)X31 + X32 + X33 + X34  = 1 (Wilson)X41 + X42 + X43 + X44  = 1 (Dummy hire)       All variables  ≥0

    The solution found using Excel QM is shown below, and it provides the optimal solution: Jones is assigned to Miami (X12=1), Smith is assigned to New York (X24=1), Wilson is assigned to Omaha (X31=1), and no one (the dummy) is assigned to Dallas (X43=1). The total cost is $2,400.

    A spreadsheet with two tables and an instruction is shown.

    Program for Solved Problem 9-2

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset