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

  Which technology half or full duplex has a lower effective

Which technology (half or full duplex) has a lower effective throughput rate

  Build linear models to represent relation advertising-brand

Build linear models to represent the relation between advertising and brand preference for these two groups. What preferences would the models predict for advertising of $60 million?

  Two problems in lisp

1. Define a function foo(A,L), where A is an integer and L is a list that will remove each A in L. This is a shallow function.

  Write the verilog code for a two-input, two-bit adder

Write the Verilog code for a two-input, two-bit adder. The inputs are to be set by switches SW0-SW3 the three-bit result is to be displayed on LED0-2. Then write the Verilog code to add two hexadecimal integers stored in 4 bits each.

  Write a reference based implementation of a queue

Write a reference based implementation of a queue that uses a linear linked list to represent the items in the queue

  How to use dynamic programming to optimally make change

Consider a coin system for which we know the greedy algorithm would fail to always provide optimal change: d = [1,5,8] . Show how to use dynamic programming to optimally make change for 10 units.

  Explain activities of business modeling discipline

Activities of business modeling discipline study the information needs of user, the ways in which those requirements are being.

  Design robot that can perform any function or activity

Design a robot that can perform any function or activity you choose from an automatic laundry robot to a customer service robot.

  User enters a negative number or a nondigit number

If the user enters a negative number or a nondigit number, throw and handle an appropriate exception and prompt the user to enter another nonnegative number.

  How code an interactive hangman game using string method

How do you code an interactive hangman game using the string method

  Validate a field for minimum length

Write a JavaScript program that performs the following actions (in sequence, step-by-step):

  Genetic algorithms can help scientists

Discuss how expert systems, neural networks, and genetic algorithms can help scientists meet medical challenges. Provide an example of each system.

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