Problem regarding the constrained optimization

Assignment Help Basic Computer Science
Reference no: EM13853060

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:

Specify the objective function:

Specify the constraints:

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

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

Maximum Profit = 

$

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

 

 

 

 

Ingredient2

 

 

 

 

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

Quantity (in gallons)

Used

Available

Ingredient1

 

400,000

Ingredient2

 

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:

$

per gallon.

Ingredient2:

$

per gallon.

Reasoning:

Question 2: Decision Analysis and Bayes Rule

Two trained classifiers - A and B - are available to classify tissue samples as benign or malignant. Each classifier is prone to two types of errors. The table below summarizes the probability of these errors:

Classifiers

False Positive Error Probability

False Negative Error Probability

A

0.06

0.01

B

0.04

0.02

  • False Positive error probability is defined as the conditional probability of classifying ahealthy tissue sample as malignant.
  • False Negative error probability is defined as the conditional probability of classifying an infected tissue sample as benign.

Historical data suggests that 10 percent of the tissue samples are infected.

a. Based on the information specified above, what is the conditional probability that:

(i) A tissue sample classified as benignbyclassifierB is actually infected?

(ii) A tissue sample classified as malignantbyclassifierA is actually healthy?

b. If the cost of classifying an infected tissue sample as benign is 100 times the cost of classifying a healthy tissue as malignant, which classifier should a risk neutral rational decision maker use? Why?

c. We assumed that 10% of the tissue samples are infected. At least how low should the percentage of infected tissues be for a risk neutral rational decision maker to prefer classifierB? Assume that all other parameters remain as specified in (a) and (b).

d. We assumed that the ratio of the cost of classifying an infected tissue sample as benign to the cost of classifying a healthy tissue as malignant is 100. At least how low must this ratio be for a risk neutral rational decision maker to prefer classifierB? Assume that all other parameters remain as specified in (a) and (b).

Reference no: EM13853060

Questions Cloud

Question regarding the shutdown command : After completing the activities, take a screenshot of the following and copy onto this report: 1. Take a screenshot after running myscript.cmd with the shutdown command.
Generates a growing stream of income in perpetuity : A British insurance company is offering a new financial product that generates a growing stream of income in perpetuity. The motivation is that it will provide a steady, but growing, stream of income that can also be bequeathed to future generations
Prepare a schedule to compare investment cost : Prepare a schedule to compare investment cost with the book value of equity acquired - Prepare elimination entries for the preparation of a consolidated statements workpaper on December 31, 2012.
Post a discussion regarding importance of receiving feedback : Post a discussion regarding the importance of receiving and responding to feedback on your scholarly writing. Indicate what you have learned about the scholarly writing process up to this point in your academic career.
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.
Social justice and multicultural issues : Article- Social Justice and Multicultural Issues: Implications for the Practice and Training of Counselors and Counseling Psychologists. What is the primary purpose of the article
Osha currently enforces an eight-hour : OSHA currently enforces an eight-hour, time-weighted average (TWA) PEL of 90 dBA, and uses a 5 dB exchange rate. NIOSH recommends an eight-hour TWA exposure limit of 85 dBA and a 3 dB exchange rate. The 85 dBA limit and 3 dB exchange rate is also use..
What are the advantages of choosing the segment : What are the advantages of choosing the Segment
Contingency planning paper : Assume that you have been hired by a small veterinary practice to help them prepare a contingency planning document. The practice has a small LAN with four computers and Internet access. Prepare a list of threat categories and the associated business..

Reviews

Write a Review

Basic Computer Science Questions & Answers

  Use a traditional for loop to process the array

Write a Java method which takes an integer array parameter and fills the array with random numbers between 1 and 1000, including 1 and 1000. Use a traditional for loop to process the array.

  Remote access for small offices and teleworkers

Case Study 2: Cisco's Remote Access Go to Cisco's Website and read, "How Cisco IT Provides Remote Access for Small Offices and Teleworkers", located at http://bit.ly/MkvlbA. According to the study, an IDC forecast from December 2007, expected the glo..

  Write method "design" which takes integer size as parameters

Write the method "design" which takes an integer size as parameter, and prints a "design square" with the following characteristics:

  Computing a mathematical discipline a scientific discipline

Name the four areas in which a practitioner in computer science must be skilled.2) Is computing a mathematical discipline, a scientific discipline, or an engineering discipline? Explain in 50 words or less.

  Explaining software maintenance service to customers

Service Consultants, a software service company, provides software maintenance service to customers of a software vendor. Which side do you think should have won? why?

  Testing is so essential to the development of a new system

Discuss why testing is so essential to the development of a new system; list the different types of testing that can be completed and why each one is critical. Can testing be overlooked to speed up the development effort?

  Use a block diagram for the decoder

Implement the circuit with a 3x8 decoder and OR gates. Use a block diagram for the decoder.

  How do you invoke a static method

How are static methods different from non-static methods? How do you invoke a static method? Give an example of a static method.

  Entity types and relationships

Entity Types and Relationships

  Use the traditional approach

Outline the primary ways in which the traditional approach to modeling a use case differs from an object-oriented approach. Develop a scenario in which you would use the traditional approach over the object-oriented approach, and explain your reasons..

  Technical architecture document

Quality assurance process and procedures to ensure the functionality and performance requirements are met Testing procedures to ensure the application is operational at all levels (program, network, systems, and interfaces) Implementation steps an..

  Describe the risks associated with not fulfilling activities

Describe the risks associated with not fulfilling the activities outlined within your maintenance plan. Indicate specific activities, personnel / resources required, and frequency of execution.

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