In: Operations Management
NOTE: This problem does NOT need more information. All the information is here directly as written from the book. I have most done just needed some help with setting up in excel and solver. Again, it has all the information.
Help Solve this problem please, then use EXCEL to format this and solve using solve and explain. Biggest problem is once have variables (which i have half done) is setting up in Excel.
A farmer in the Midwst haas 1,000 acres of land on which she intends to plant corn, wheat, and soybeans. Each acre of corn costs $100 for preparation, requires 7 worker-days of labor, and yields a profit of $30. An acre of wheat costs $120 to prepare, requires 8 worker-days, and yields $20 profit. The farmer has taken out a loan of $80,000 for crop preparations and ahs contracted with a union for 6,000 worker-days o labor. A midwesters granary has agreed to purchase 200 acres of corn, 500 acres of wheat, and 300 acres of soybeans. The farmer has established the following goals, in order of their importance:
(1) Maintain good relations with the union, the labor contract must be honored; that is, the full 6,000 worker-days of labor contracted for must be used.
(2) Preparation costs should not exceed teh loan amount so that additional loans will not have to be secured.
(3) The farmer desires a profit of a least $105,000 to remain in good financial condition.
(4) Contracting for excess labor should be avoided.
(5) The farmer would like to use as much of the available acreage as possible.
(6) The farmer would like to meet the sales agreement with the granary. However, the goal should be weighted according to the profit returned by each crop.
Solve:
a) Formulate a goal programming model to determine the number of
acres of each crop the famer shoud plat to satisfy the goals in the
best possible way.
b) Solve this model using the computer (Excel and Solver)
a) Goal programming model is as follows:
Let, C, W, S be the acres of Corn, Wheat and Soybean to grow.
Deviation variables: Let dj+ and dj- be the positive and negative deviation variables for j-th goal
Objective: Min 6d1-+5d2++4d3-+3d4++2d5-+(3/9)d6-+(4/9)d7-+(2/9)d8-
s.t.
7C+10W+8S-d1++d1- = 6000
100C+120W+70S-d2++d2- = 80000
30C+40W+20S-d3++d3- = 105000
7C+10W+8S-d4++d4- = 6000
C+W+S-d5++d5- = 1000
C-d6++d6- = 200
W-d7++d7- = 500
S-d8++d8- = 300
C,W,S,dj+,dj- >= 0
b) Solution using Excel Solver follows
Formula:
U3 =SUMPRODUCT(B3:T3,$B$12:$T$12) copy to U3:U10
B14 =SUMPRODUCT(E14:T14,E12:T12)