What are the two different types of sensitivity ranges

Assignment Help Basic Computer Science
Reference no: EM13506378

The following linear programing questions...


1. (a) What are the two different types of sensitivity ranges? Describe each type briefly and give a real world example for each type.

(b) What is a marketing problem in applications of linear programming? Briefly discuss the decision variables, the objective function and constraint requirements in a marketing problem. Give a real world example of a marketing problem.

(c) What is the required format of a linear programming problem to be solved by QM for Windows? What results are available from QM for Windows after solving a linear programming problem? Discuss briefly.

(d) What is a transportation problem? Briefly discuss the decision variables, the objective function and constraint requirements in a transportation problem. Give a real world example of the transportation problem.


Answer Questions 2 and 3 based on the following LP problem.

Let P1 = number of Product 1 to be produced
P2 = number of Product 2 to be produced
P3 = number of Product 3 to be produced
P4 = number of Product 4 to be produced

Maximize 80P1 + 100P2 + 120P3 + 70P4 Total profit
Subject to
8P1 + 12P2 + 10P3 + 8P4 ≤ 6000 Production budget constraint
4P1 + 3P2 + 2P3 + 3P4 ≤ 2000 Labor hours constraint
P1 > 200 Minimum quantity needed for Product 1 constraint
P2 > 100 Minimum quantity needed for Product 2 constraint
And P1, P2, P3, P4 ≥ 0 Non-negativity constraints

The QM for Windows output for this problem is given below.

Linear Programming Results:
Variable Status Value
P1 Basic 200
P2 Basic 100
P3 Basic 320
P4 NONBasic 0
slack 1 NONBasic 0
slack 2 Basic 260
surplus 3 NONBasic 0
surplus 4 NONBasic 0
Optimal Value (Z) 64400

Original problem w/answers:
P1 P2 P3 P4 RHS Dual
Maximize 80 100 120 70
Constraint 1 8 12 10 8 <= 6000 12
Constraint 2 4 3 2 3 <= 2000 0
Constraint 3 1 0 0 0 >= 200 -16
Constraint 4 0 1 0 0 >= 100 -44
Solution-> 200 100 320 0 Optimal Z-> 64400

Ranging Results:
Variable Value Reduced Cost Original Val Lower Bound Upper Bound
P1 200 0 80 -Infinity 96
P2 100 0 100 -Infinity 144
P3 320 0 120 100 Infinity
P4 0 26 70 -Infinity 96

Constraint Dual Value Slack/Surplus Original Val Lower Bound Upper Bound
Constraint 1 12 0 6000 2800 7300
Constraint 2 0 260 2000 1740 Infinity
Constraint 3 -16 0 200 0 308.3333
Constraint 4 -44 0 100 0 366.6667


2. (a) Determine the optimal solution and optimal value and interpret their meanings.
(b) Determine the slack (or surplus) value for each constraint and interpret its meaning.


3. (a) What are the ranges of optimality for the profit of Product 1, Product 2, Product 3, and Product 4?
(b) Find the dual prices of the four constraints and interpret their meanings. What are the ranges in which each of these dual prices is valid?
(c) If the profit contribution of Product 2 changes from $100 per unit to $125 per unit, what will be the optimal solution? What will be the new total profit? (Note: Answer this question by using the ranging results given above).
(d) Which resource should be obtained in larger quantity to increase the profit most? (Note: Answer this question using the ranging results given above.).


4. A professional football player is retiring, and he is thinking about going into the insurance business. He plans to sell three types of policies- homeowner's insurance, auto insurance and life insurance. The average amount of profit returned per year by each type of insurance policy is as follows:

Policy Yearly Profit/Policy
Homeowner's $35
Auto 24
Life 60

Each homeowner's policy will cost $15, each auto policy will cost $12.50 and each life insurance policy will cost $32 to sell and maintain. He has projected a budget of $72,000 per year. In addition, the sale of a homeowner's policy will require 6 hours of effort; the sale of an auto policy will require 3.2 hours of effort and the sale of a life insurance policy will require 10 hours of effort. There are a total of 30,000 hours of working time available per year from himself and his employees.

He wants to sell at least twice as many auto policies as homeowner's policies.

How many of each type of insurance policy he would have to sell each year in order to maximize profit?

(a) Define the decision variables.
(b) Determine the objective function. What does it represent?
(c) Determine all the constraints. Briefly describe what each constraint represents.

Note: Do NOT solve the problem after formulating.


5. The Charm City Snacks manufactures a snack mix by blending three ingredients: a dried fruit mixture, a nut mixture, and a cereal mixture. Information about the three ingredients (per ounce) is shown below.

Ingredient Cost Fat Grams Protein grams Calories
Dried Fruit Mixture 0.90 1 1 175
Nut Mixture 0.80 12 7 410
Cereal Mixture 0.48 5 4 128

The company wants to know how many ounces of each mixture to put into the blend. The blend should contain no more than 1200 calories and no more than 22 grams of fat. It should contain at least 15 grams of protein. Dried fruit mixture must be at least 20% of the weight of the blend, and nut mixture must be no more than 50% of the weight of the blend.

Formulate a linear programming model that meets these restrictions and minimizes the cost of the blend by determining
(a) The decision variables.
(b) Determine the objective function. What does it represent?
(c) Determine all the constraints. Briefly describe what each constraint represents.
A) Decision variables:

X1= grams of dried fruit mixture

X2 = grams of nut mixture

X3= grams of cereal mixture

B) The objective function is c = 0.90x1 + 0.80x2 + 0.48x3


C) The contraints are:

175x1 + 410x2 + 128x3 ≤ 1200

1x1 + 12x2 + 5x3 ≤ 22

1x1 + 7x2 + 4x3 ≥ 15

3x - y - z ≥ 0

-x + y - z ≤ 0

X1, X2, X3 ≥ 0



The complete LP problem is:

Minimize c = 0.75x + 0.65y + 0.35z
Subject to:
180x + 400y + 120z ≤ 1000

x + 10y + 3z ≤ 25

x + 6y + 2z ≥ 12

3x - y - z ≥ 0

-x + y - z ≤ 0

with x ≥ 0, y ≥ 0, z ≥ 0

Note: Do NOT solve the problem after formulating


6. A professor has been contacted by a company willing to work with student consulting teams. The Company needs help with four projects. There are four student teams available to work on these projects. The estimated time of completion (in hours) of each project by each team is given in the following table.

Project 1 Project 2 Project 3 Project 4
_________________________________________________
Team A 32 25 22 24
Team B 45 34 27 45
Team C 40 - 24 28
Team D 30 25 20 15
_________________________________________________

Team C cannot be assigned to Project 2 because they do not have enough training to do that project. The professor wants Team B to be assigned to Project 2 or Project 3. The objective of this assignment problem is to minimize the total time of completion of all the projects.

(a) Define the decision variables.
(b) Determine the objective function. What does it represent?
(c) Determine all the constraints. Briefly describe what each constraint represents.

Note: Do NOT solve the problem after formulating.

Reference no: EM13506378

Questions Cloud

Compute how far is the object from the mirror : The real image of an object is located 45.0cm away from a concave mirror, which has a focal length of 10.0cm. How far is the object from the mirror
Specializes in complex engineering consulting projects : Pat's Engineering Works is a small company that specializes in complex engineering consulting projects.
What do the following actuarial terms mean : What do the following actuarial terms mean: accumulated benefits, actuarial liability, vested benefits, service cost, and unfunded accumulated benefits?
Explain what is the kb for the b- ion and what is the pkb : Consider the acid HB with a Ka=5.8 x 10-10 (a) what is the kb for the B- ion and (b) what is the pkb
What are the two different types of sensitivity ranges : What are the two different types of sensitivity ranges? Describe each type briefly and give a real world example for each type.
Prepare the tax entries for 1996 in accordance with sfas : Assume that in 1996 accounting income is $2,000. There is one new temporary difference: installment sale income of $350 is recognized in 1996 but will not be taxed until 1997 when the cash is collected.
Find the threshold energy that an incident neutron must have : Find the threshold energy that an incident neutron must have when striking an alpha particle to produce a deuterium and tritium nucleus
State the side rection most often encountered in diels-alder : The side rection most often encountered in diels-alder syntheses is dimerization, in which the diene also acts as a dienophile. For example, butadiene can react with itself to yield 4-vinylcyclohexene . Draw the structures of four possible Diels-a..
What is the thinnest film for which this can occur : A thin film of MgF_2 (n= 1.38) coats a piece of glass. Constructive interference is observed for the reflection of light with wavelengths of 500 nm and 625 nm

Reviews

Write a Review

Basic Computer Science Questions & Answers

  How many different types of sundaes can be ordered

If a sundae is allowed to have three scoops of ice cream where each scoop must be a different flavor (order of scoops doesn't matter), and either a syrup or a topping (but not both) are required, how many different types of sundaes can be ordered?

  What is the upper bound of an array in c++

what is the upper bound of an array in C++

  Our model assumes that the arrival distribution of customers

In the McBurgers simulation, our model assumes that the arrival distribution of customers is the same throughout the entire day. Do you think this is a realistic assumption? If not, explain how you could modify the model to make it a better repres..

  Write a recursive method definition for a static method

Write a recursive method definition for a static method that has one parameter n of type int and that returns the nth Fibonacci number. F0 is 1, F1 is 1, F2 is 2, F3 is 3, F4 is 5. And in general Fi+2 = Fi + Fi+1 for I = 0,1,2,...

  Write java code for your hello/loop

Write java code for your hello/loop

  Evaluating average degree of a vertex for geometric graph

For random geometric graph, G(n, r), evaluate average degree of a vertex: at least distance r from boundary, on boundary (convex hull), and estimate time (big Oh) of determining all edges employing: all vertex pairs testing.

  Modify solution and categorize it using big-theta notation

Sometimes a slight change in the problem can significantly modify form of its solution. For instance, determine simple algorithm for solving following problem and categorize it using big-theta notation.

  Develop a program that determines the monthly charges

Develop a program that determines the monthly charges for a checking account. the following criteria is to be used.

  The radar gun used by a police officer

The radar gun used by a police officer outputs a radar signal and measures the speed of the cars as they pass. However, when the officer wants to ticket an individual for speeding

  Write a program that will define the f string manipulation

1.) Write a program that will define the following string manipulation functions. Each is analogous to thecorresponding C++ string function.

  Laws and regulation in telecommunications field

Do you believe we require laws and regulation in telecommunications field at all? Why or why not?

  Algorithm-adjusting playout delay at starting of each talk

Let the adaptive playout delay algorithm. Demonstrate through the simple example which adjusting the playout delay at starting of each talk spurt results in compressing.

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