Problem regarding the constrained optimization

Assignment Help Basic Computer Science
Reference no: EM13854740

Question 1. Constrained Optimization

A company produces and sells four grades of industrial solvents - A, B, C, and D. The selling price per gallon of each grade of solventis $6.40, $5.00, $4.20, and $3.50 respectively.  Because of demand limitations, the company can sell at most 100,000 gallons of solvent A; 300,000 gallons of solvent B; 360,000 gallons of solvent C; and 220,000gallons of solvent D. 

The solvents are produced by blending two types of liquid ingredients: Ingredient1 and Ingredient2. The cost price per gallon for the ingredients are $3.20 for Ingredient1 and $2.40 for Ingredient2. At most 400,000 gallons of Ingredient1 and 600,000 gallons of Ingredient2 are available.

Regulations require a minimum percentage by volume of Ingredient1 in each grade of solvent: 60% for A, 50% for B, 40% for C, and 10% for D.

For your convenience, the information presented above is summarized in the tables below:

Solvent grade

A

B

C

D

Selling price per gallon

 $   6.40

 $  5.00

 $  4.20

 $  3.50

Maximum quantity allowed (gallons)

100,000

300,000

360,000

220,000

Minimum % of Ingredient1 required

60%

50%

40%

10%

 

Availability (gallons)

Price per gallon

Ingredient1

400,000

 $   3.20

Ingredient2

600,000

 $  2.40

The company must determine an optimal production plan so as to maximize their profits subject to the applicable constraints. 

(a) Formulate the problem as a linear program

Define the decision variables:

Y11 = # of gallons of Ingredient1 blend to produce solvent A

Y21 = # of gallons of Ingredient2 blend to produce solvent A

Y12 = # of gallons of Ingredient1 blend to produce solvent B

Y22 = # of gallons of Ingredient2 blend to produce solvent B

Y13 = # of gallons of Ingredient1 blend to produce solvent C

Y23 = # of gallons of Ingredient2 blend to produce solvent C

Y14 = # of gallons of Ingredient1 blend to produce solvent D

Y24 = # of gallons of Ingredient2 blend to produce solvent D

Specify the objective function:

Max  Z = 6.40*(Y11+Y21)+5.00*(Y12+Y22)+4.20*(Y13+Y23)+3.50*(Y14+Y24) - 3.20*(Y11+Y12+Y13+Y14) -2.40*(Y21+Y22+Y23+Y24)

Specify the constraints:

(Y11+Y12+Y13+Y14) <= 400,000

(Y21+Y22+Y23+Y24) <= 600,000

(Y11+Y21) <= 100,000

(Y12+Y22) <= 300,000

(Y13+Y23)<=360,000

(Y14+Y24)<= 220,000

Y11 =>  1.5*Y21

Y12 =>Y22

Y13 => 0.67*Y23

Y14 => 0.11*Y24

Yij => 0 for all  i   , j

(b) Solve the linear program and report your optimal solutions

i. What is the maximum profit attainable under an optimal plan?

Maximum Profit = 

$ 1,766,000

ii. How many gallons of each ingredient should be used to produce each grade of solvent under this optimal plan?

Quantity (in gallons)

A

B

C

D

Ingredient1

60,000

150,000

144,431

25,569

Ingredient2

40,000

150,000

215,569

194,431

iii. How many gallons of each ingredientis used up under this optimal plan?

Quantity (in gallons)

Used

Available

Ingredient1

380,000

400,000

Ingredient2

600,000

600,000

(c) At most how much should the company be willing to pay per gallon for additional quantities of the ingredients? Justify your answer.

The maximum amount that the company should be willing to pay for each additional gallon:

Ingredient1:

$ 0

per gallon.

Ingredient2:

$ 0.8

per gallon.

Reasoning:

Refer to the Shadow price in column E of Sensitivity report in the excel file.Each constraint's shadow price tells how much objective function's total value change if you were to increase that constraint's limit by one.

The objective function is profit. The objective function's total value is total profit. The shadow price for each constraint is therefore how much profit would go up if you had one more unit of Ingredient available of that constraint's type of Ingredient.

The use of the shadow price is following:

It tells what it would be worth to get one more gallon of any one type of Ingredient. For example, the F10 "Ingredient2 Total constraint" has a shadow price of $0.8. For one more gallon of Ingredient2, the production plan can be changed in a way which will make $0.8 more in profit. The most someone would be willing to pay for another gallon of Ingredient2 would therefore be $0.8.

Again, the F9 Ingredient1 Total constraint has a shadow price of $ 0.For any additional gallon of Ingredient1, the company will not pay anything extra.

Reference no: EM13854740

Questions Cloud

Describe a school-based example of positive reinforcement : Describe a school-based example of two of the following: positive reinforcement, negative reinforcement, punishment, or extinction. Discuss at least two benefits of conducting an FBA to address problem behaviors.
Roximodistal development means : Autonomy is defined as "being in control of your choices and decisions." Which of the following does NOT support student autonomy. Proximodistal development means
What are the three functions of money : What are the three functions of money and Which function is the defining characteristic and how is the discount rate different from the federal funds rate?
Describe principal-agent issues at various levels : Describe principal-agent issues at various levels of the organization, and explain how they arise, using the concepts from
Problem regarding the constrained optimization : A company produces and sells four grades of industrial solvents - A, B, C, and D. The selling price per gallon of each grade of solventis $6.40, $5.00, $4.20, and $3.50 respectively.  Because of demand limitations, the company can sell at most 100..
Draws partly on the documentary use of sociological concepts : Draws partly on the documentary to answer the question. May only answer part of the question, draws more heavily on anecdotal examples and personal examples in answer. Somewhat clear expression and some use of sociological concepts. May not meet w..
Christianity teaches that god exists in three persons : Christianity teaches that God exists in three persons:
How does your deposit change the banks t-account : Why do some economists claim that we should not worry too much about inflation at this level - What are the other costs be to consider if the inflation rate unexpectedly turns out to be higher than 7% - How does your deposit change the Bank's T-acc..
Advantages and disadvantages of repeated measures : Define mixed designs and name two assumptions of mixed designs

Reviews

Write a Review

Basic Computer Science Questions & Answers

  Determine number of toes of chicken using calculations

If radix r utilized by chicken corresponds to its total number of toes, determine how many toes does chicken have on each foot?

  Which open software applications might be hogging

In this case, you will need to find out which open software applications might be hogging your customer's RAM and causing the problems that the customer is experiencing. Research some tips that you can use to help you troubleshoot this issue. Discuss..

  Loss of generality in private-key encryption

Prove that, in the context of private-key encryption, we can assume without loss of generality that keys are chosen uniformly at random (and so Gen is trivial).

  What influence do differences have on fundamental equation

As the number of runs of the executable programs grows ("goes to infinity"), prove that the difference in compilation time on the two platforms becomes irrelevant for the total time for the program.

  Find a recurrence relation for the number

Find a recurrence relation for the number of bit strings that contain the string 01 . what are the initial condition , and how many bit strings of length seven contain the string 01. please explain it fully step by step to better undestand

  Discuss its usage in programming

What is a ? Discuss its usage in programming

  Write a java application called newtetristhat

A user can add tetriminos into the middle band tocreate a meaningful shape. A tetrimino that is no longer useful can be deleted byputting it into the bottom band.

  Write a program that reads a number x from the user

Please use MIPS and MARS ida Write a program that reads a number x from the user, and prints the first x letters of the alphabet (in lower case). You do not need to check whether the number is positive.

  Write the code for invoking a method

Write the code for invoking a method named sendSignal . There are no arguments for this method. Assume that sendSignal is defined in the same class that calls it.

  Service level agreements

Write a short paper on Service Level Agreements. Pick a topic, do the research, use references, be careful about plagiarism, and have fun. Select a specific topic within SLAs, not a general definition.

  Telecommunications-networking operation

The textbook describes a mode of network operation called "infrastructure mode." However, that is not the only possible mode for networks. What is infrastructure mode, and what are the other possibilities? What are their advantages and disadvantag..

  Convert decimal mumbers into bit binary number

Convert the following decimal mumbers into 8-bit binary numbers a required for 2's complement math, and perform the indicated operations.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd