Product Mix Problem: Fifth Avenue Industries. Linear Programming (LP) Can Be Used for Many Managerial Decisions:

Size: px
Start display at page:

Download "Product Mix Problem: Fifth Avenue Industries. Linear Programming (LP) Can Be Used for Many Managerial Decisions:"

Transcription

1 Linear Programming (LP) Can Be Used for Many Managerial Decisions: Product mix Make-buy Media selection Marketing research Portfolio selection Shipping & transportation Multiperiod scheduling For a particular application we begin with the problem scenario and data, then: 1) Define the decision variables 2) Formulate the LP model using the decision variables Write the objective function equation Write each of the constraint equations 3) Implement the model in Excel 4) Solve with Excel s Solver Product Mix Problem: Fifth Avenue Industries Produce 4 types of men's ties Use 3 materials (limited resources) Decision: How many of each type of tie to make per month? Objective: Maximize profit 1

2 Resource Data Material Silk Polyester Cotton Cost per yard $2 $6 $9 Yards available per month 1, 2, 1,25 Labor cost is $.75 per tie Product Data Type of Tie Silk Polyester Blend 1 Blend 2 Selling Price (per tie) $6.7 $3.55 $4.31 $4.81 Monthly Minimum 6, 1, 13, 6, Monthly Maximum 7, 14, 16, 8,5 Total material (yards per tie) Material Requirements (yards per tie) Type of Tie Material Silk Polyester Blend 1 (5/5) Blend 2 (3/7) Silk.125 Polyester Cotton.5.7 Total yards

3 Decision Variables S = number of silk ties to make per month P = number of polyester ties to make per month B 1 = number of poly-cotton blend 1 ties to make per month B 2 = number of poly-cotton blend 2 ties to make per month Profit Per Tie Calculation Profit per tie = (Selling price) (material cost) (labor cost) Silk Tie Profit = $6.7 (.125 yds)($2/yd) - $.75 = $3.45 per tie Objective Function (in $ of profit) Max 3.45S P B B 2 Subject to the constraints: Material Limitations (in yards).125s < 1, (silk).8p +.5B 1 +.3B 2 < 2, (poly).5b 1 +.7B 2 < 1,25 (cotton) 3

4 Min and Max Number of Ties to Make 6, < S < 7, 1, < P < 14, 13, < B1 < 16, 6, < B2 < 8,5 Finally nonnegativity S, P, B1, B2 > Go to file 3-1.xls Media Selection Problem: Win Big Gambling Club Promote gambling trips to the Bahamas Budget: $8, per week for advertising Use 4 types of advertising Decision: How many ads of each type? Objective: Maximize audience reached Data Audience Reached (per ad) Cost (per ad) Max Ads Per week TV Spot 5, $8 12 Advertising Options Radio Newspaper (prime time) 8,5 $ ,4 $29 25 Radio (afternoon) 2,8 $38 2 4

5 Other Restrictions Have at least 5 radio spots per week Spend no more than $18 on radio Decision Variables T = number of TV spots per week N = number of newspaper ads per week P = number of prime time radio spots per week A = number of afternoon radio spots per week Objective Function (in num. audience reached) Max 5T + 85N + 24P + 28A Subject to the constraints: Budget is $8 8T + 925N + 29P + 38A < 8 At Least 5 Radio Spots per Week P + A > 5 No More Than $18 per Week for Radio 29P + 38A < 18 Max Number of Ads per Week T < 12 P < 25 N < 5 A < 2 Finally nonnegativity T, N, P, A > Go to file 3-3.xls 5

6 Portfolio Selection: International City Trust Has $5 million to invest among 6 investments Decision: How much to invest in each of 6 investment options? Objective: Maximize interest earned Data Investment Trade credits Corp. bonds Gold stocks Platinum stocks Mortgage securities Construction loans Interest Rate 7% 1% 19% 12% 8% 14% Risk Score Constraints Invest up to $ 5 million No more than 25% into any one investment At least 3% into precious metals At least 45% into trade credits and corporate bonds Limit overall risk to no more than 2. 6

7 Decision Variables T = $ invested in trade credit B = $ invested in corporate bonds G = $ invested gold stocks P = $ invested in platinum stocks M = $ invested in mortgage securities C = $ invested in construction loans Objective Function (in $ of interest earned) Max.7T +.1B +.19G +.12P +.8M +.14C Subject to the constraints: Invest Up To $5 Million T + B + G + P + M + C < 5,, No More Than 25% Into Any One Investment T <.25 (T + B + G + P + M + C) B <.25 (T + B + G + P + M + C) G <.25 (T + B + G + P + M + C) P <.25 (T + B + G + P + M + C) M <.25 (T + B + G + P + M + C) C <.25 (T + B + G + P + M + C) 7

8 At Least 3% Into Precious Metals G + P >.3 (T + B + G + P + M + C) At Least 45% Into Trade Credits And Corporate Bonds T + B >.45 (T + B + G + P + M + C) Limit Overall Risk To No More Than 2. Use a weighted average to calculate portfolio risk 1.7T + 1.2B + 3.7G + 2.4P + 2.M + 2.9C < 2. T + B + G + P + M + C OR 1.7T + 1.2B + 3.7G + 2.4P + 2.M + 2.9C < 2. (T + B + G + P + M + C) finally nonnegativity: T, B, G, P, M, C > Go to file 3-5.xls Labor Planning: Hong Kong Bank Number of tellers needed varies by time of day Decision: How many tellers should begin work at various times of the day? Objective: Minimize personnel cost 8

9 Time Period Min Num. Tellers Total minimum daily requirement is 112 hours Full Time Tellers Work from 9 AM 5 PM Take a 1 hour lunch break, half at 11, the other half at noon Cost $9 per day (salary & benefits) Currently only 12 are available Part Time Tellers Work 4 consecutive hours (no lunch break) Can begin work at 9, 1, 11, noon, or 1 Are paid $7 per hour ($28 per day) Part time teller hours cannot exceed 5% of the day s minimum requirement (5% of 112 hours = 56 hours) 9

10 Decision Variables F = num. of full time tellers (all work 9 5) P 1 = num. of part time tellers who work 9 1 P 2 = num. of part time tellers who work 1 2 P 3 = num. of part time tellers who work 11 3 P 4 = num. of part time tellers who work 12 4 P 5 = num. of part time tellers who work 1 5 Objective Function (in $ of personnel cost) Min 9 F + 28 (P 1 + P 2 + P 3 + P 4 + P 5 ) Subject to the constraints: Part Time Hours Cannot Exceed 56 Hours 4 (P 1 + P 2 + P 3 + P 4 + P 5 ) < 56 Minimum Num. Tellers Needed By Hour Time of Day F + P 1 > 1 (9-1) F + P 1 + P 2 > 12 (1-11).5 F + P 1 + P 2 + P 3 > 14 (11-12).5 F + P 1 + P 2 + P 3 + P 4 > 16 (12-1) F + P 2 + P 3 + P 4 + P 5 > 18 (1-2) F + P 3 + P 4 + P 5 > 17 (2-3) F + P 4 + P 5 > 15 (3-4) F + P 5 > 1 (4-5) 1

11 Only 12 Full Time Tellers Available F < 12 finally nonnegativity: F, P 1, P 2, P 3, P 4, P 5 > Go to file 3-6.xls Vehicle Loading: Goodman Shipping How to load a truck subject to weight and volume limitations Decision: How much of each of 6 items to load onto a truck? Objective: Maximize the value shipped Data Item Value $15,5 $14,4 $1,35 $14,525 $13, $9,625 Pounds $ / lb $3.1 $3.2 $3.45 $4.15 $3.25 $2.75 Cu. ft. per lb

12 Decision Variables W i = number of pounds of item i to load onto truck, (where i = 1,,6) Truck Capacity 15, pounds 1,3 cubic feet Objective Function (in $ of load value) Max 3.1W W W W W W 6 Subject to the constraints: Weight Limit Of 15, Pounds W 1 + W 2 + W 3 + W 4 + W 5 + W 6 < 15, Volume Limit Of 13 Cubic Feet.125W W W W W W 6 < 13 Pounds of Each Item Available W 1 < 5 W 4 < 35 W 2 < 45 W 5 < 4 W 3 < 3 W 6 < 35 Finally nonnegativity: W i >, i=1,,6 Go to file 3-7.xls 12

13 Blending Problem: Whole Food Nutrition Center Making a natural cereal that satisfies minimum daily nutritional requirements Decision: How much of each of 3 grains to include in the cereal? Objective: Minimize cost of a 2 ounce serving of cereal Grain $ per pound A $.33 B $.47 C $.38 Minimum Daily Requirement Protein per pound Riboflavin per pound Phosphorus per pound Magnesium per pound Decision Variables A = pounds of grain A to use B = pounds of grain B to use C = pounds of grain C to use Note: grains will be blended to form a 2 ounce serving of cereal 13

14 Objective Function (in $ of cost) Min.33A +.47B +.38C Subject to the constraints: Total Blend is 2 Ounces, or.125 Pounds A + B + C =.125 (lbs) Minimum Nutritional Requirements 22A + 28B + 21C > 3 (protein) 16A + 14B + 25C > 2 (riboflavin) 8A + 7B + 9C > 1 (phosphorus) 5A + 6C >.425 (magnesium) Finally nonnegativity: A, B, C > Go to file 3-9.xls Multiperiod Scheduling: Greenberg Motors Need to schedule production of 2 electrical motors for each of the next 4 months Decision: How many of each type of motor to make each month? Objective: Minimize total production and inventory cost 14

15 Decision Variables P At = number of motor A to produce in month t (t=1,,4) P Bt = number of motor B to produce in month t (t=1,,4) I At = inventory of motor A at end of month t (t=1,,4) I Bt = inventory of motor B at end of month t (t=1,,4) Sales Demand Data Month 1 (January) 2 (February) 3 (March) 4 (April) Motor A B Production cost Production Data Motor (values are per motor) A B $1 $6 Labor hours Production costs will be 1% higher in months 3 and 4 Monthly labor hours most be between 224 and

16 Inventory Data Inventory cost (per motor per month) Beginning inventory (beginning of month 1) Ending Inventory (end of month 4) Motor A B $ $.13 3 Max inventory is 33 motors Production and Inventory Balance (inventory at end of previous period) + (production the period) - (sales this period) = (inventory at end of this period) Objective Function (in $ of cost) Min 1P A1 + 1P A2 + 11P A3 + 11P A4 + 6P B1 + 6 P B P B P B4 +.18(I A1 + I A2 + I A3 + I A4 ) +.13(I B1 + I B2 + I B3 + I B4 ) Subject to the constraints: (see next slide) 16

17 Production & Inventory Balance + P A1 8 = I A1 (month 1) + P B1 1 = I B1 I A1 + P A2 7 = I A2 (month 2) I B1 + P B2 12 = I B2 I A2 + P A3 1 = I A3 (month 3) I B2 + P B3 14 = I B3 I A3 + P A4 11 = I A4 (month 4) I B3 + P B4 14 = I B4 Ending Inventory I A4 = 45 I B4 = 3 Maximum Inventory level I A1 + I B1 < 33 (month 1) I A2 + I B2 < 33 (month 2) I A3 + I B3 < 33 (month 3) I A4 + I B4 < 33 (month 4) Range of Labor Hours 224 < 1.3P A1 +.9P B1 < 256 (month 1) 224 < 1.3P A2 +.9P B2 < 256 (month 2) 224 < 1.3P A3 +.9P B3 < 256 (month 3) 224 < 1.3P A4 +.9P B4 < 256 (month 4) finally nonnegativity: P Ai, P Bi, I Ai, I Bi > Go to file 3-11.xls 17

Quantitative Analysis for Management Linear Programming Models:

Quantitative Analysis for Management Linear Programming Models: Quantitative Analysis for Management Linear Programming Models: 7-000 by Prentice Hall, Inc., Upper Saddle River, Linear Programming Problem. Tujuan adalah maximize or minimize variabel dependen dari beberapa

More information

Lecture 3: Common Business Applications and Excel Solver

Lecture 3: Common Business Applications and Excel Solver Lecture 3: Common Business Applications and Excel Solver Common Business Applications Linear Programming (LP) can be used for many managerial decisions: - Product mix - Media selection - Marketing research

More information

Assignment 2 Answers Introduction to Management Science 2003

Assignment 2 Answers Introduction to Management Science 2003 Assignment Answers Introduction to Management Science 00. a. Top management will need to know how much to produce in each quarter. Thus, the decisions are the production levels in quarters,,, and. The

More information

Non-negativity: negativity:

Non-negativity: negativity: Chapter 3 Linear Programming Applications The process of problem formulation Marketing and media applications Financial Applications Transportation Problem The process of problem formulation 1. Provide

More information

Solving Examples of Linear Programming Models

Solving Examples of Linear Programming Models Solving Examples of Linear Programming Models Chapter 4 Copyright 2013 Pearson Education 4-1 Chapter Topics 1. A Product Mix Example 2. A Diet Example 3. An Investment Example 4. A Marketing Example 5.

More information

Linear Programming Formulations

Linear Programming Formulations Linear Programming Formulations For these problems you need to answer sensitivity analysis questions using excel. These questions appear in italic fonts. The excel files are available on the course website.

More information

An Introduction to Linear Programming (LP)

An Introduction to Linear Programming (LP) An Introduction to Linear Programming (LP) How to optimally allocate scarce resources! 1 Please hold your applause until the end. What is a Linear Programming A linear program (LP) is an optimization problem

More information

Graphical Sensitivity Analysis

Graphical Sensitivity Analysis What if there is uncertainly about one or more values in the LP model? Sensitivity analysis allows us to determine how sensitive the optimal solution is to changes in data values. This includes analyzing

More information

9. Linear Programming Applications in Marketing, Finance, and Operations Management MULTIPLE CHOICE

9. Linear Programming Applications in Marketing, Finance, and Operations Management MULTIPLE CHOICE 9. Linear Programming Applications in Marketing, Finance, and Operations Management MULTIPLE CHOICE 1. Media selection problems usually determine how many times to use each media source. the coverage provided

More information

Operation Research II

Operation Research II Operation Research II Johan Oscar Ong, ST, MT Grading Requirements: Min 80% Present in Class Having Good Attitude Score/Grade : Quiz and Assignment : 30% Mid test (UTS) : 35% Final Test (UAS) : 35% No

More information

Chapter 2 Linear Programming: Basic Concepts. Review Questions

Chapter 2 Linear Programming: Basic Concepts. Review Questions Introduction to Management Science A Modeling and Case Studies Approach with Spreadsheets th Edition Hillier Solutio Full Download: http://testbanklive.com/download/introduction-to-management-science-a-modeling-and-case-studies-approach-wit

More information

Year End 2016 Conference Call Supporting Slides

Year End 2016 Conference Call Supporting Slides Year End 2016 Conference Call Supporting Slides Strong Operating Base Significant Exploration Potential TSX:CMMC COPPER MOUNTAIN MINING February 21, 2017 1 This presentation contains forward-looking statements.

More information

PERT 12 Quantitative Tools (1)

PERT 12 Quantitative Tools (1) PERT 12 Quantitative Tools (1) Proses keputusan dalam operasi Fundamental Decisin Making, Tabel keputusan. Konsep Linear Programming Problem Formulasi Linear Programming Problem Penyelesaian Metode Grafis

More information

36106 Managerial Decision Modeling Sensitivity Analysis

36106 Managerial Decision Modeling Sensitivity Analysis 1 36106 Managerial Decision Modeling Sensitivity Analysis Kipp Martin University of Chicago Booth School of Business September 26, 2017 Reading and Excel Files 2 Reading (Powell and Baker): Section 9.5

More information

Lesson Topics. B.3 Integer Programming Review Questions

Lesson Topics. B.3 Integer Programming Review Questions Lesson Topics Rounding Off (5) solutions in continuous variables to the nearest integer (like 2.67 rounded off to 3) is an unreliable way to solve a linear programming problem when decision variables should

More information

Problem B.1, HR7E Solve the following LP graphically R. Saltzman

Problem B.1, HR7E Solve the following LP graphically R. Saltzman Problem B.1, HR7E Solve the following LP graphically R. Saltzman Maximize 4X + 6Y = Z subject to: (1) X + 2Y = Note: There is a typograhpical error in the book regarding

More information

Operations Research I: Deterministic Models

Operations Research I: Deterministic Models AMS 341 (Spring, 2010) Estie Arkin Operations Research I: Deterministic Models Exam 1: Thursday, March 11, 2010 READ THESE INSTRUCTIONS CAREFULLY. Do not start the exam until told to do so. Make certain

More information

Chapter 7 An Introduction to Linear Programming

Chapter 7 An Introduction to Linear Programming n Introduction to Linear Programming Learning Objectives 1. Obtain an overview of the kinds of problems linear programming has been used to solve. 2. Learn how to develop linear programming models for

More information

Setting Up Linear Programming Problems

Setting Up Linear Programming Problems Setting Up Linear Programming Problems A company produces handmade skillets in two sizes, big and giant. To produce one big skillet requires 3 lbs of iron and 6 minutes of labor. To produce one giant skillet

More information

a. Formulate using LP.

a. Formulate using LP. L P formulation Questions Q1 The Flair Furniture Company produces inexpensive tables and chairs. The production process for each is similar in that both require a certain number of labour hours in the

More information

$B$8 B&D

$B$8 B&D 1. An Excel Solver sensitivity report for a linear programming model is given below. INTERPRET ALL of the information given for decision variable C (Adjustable Cells Table) and constraint C&D ( Table).

More information

Chapter 1: Problem Solving. Chapter 1: Problem Solving 1 / 21

Chapter 1: Problem Solving. Chapter 1: Problem Solving 1 / 21 Chapter 1: Problem Solving Chapter 1: Problem Solving 1 / 21 Percents Formula percent = part whole Chapter 1: Problem Solving 2 / 21 Percents Formula percent = part whole part = percent whole Chapter 1:

More information

Continuing Education Course #287 Engineering Methods in Microsoft Excel Part 2: Applied Optimization

Continuing Education Course #287 Engineering Methods in Microsoft Excel Part 2: Applied Optimization 1 of 6 Continuing Education Course #287 Engineering Methods in Microsoft Excel Part 2: Applied Optimization 1. Which of the following is NOT an element of an optimization formulation? a. Objective function

More information

Econ 172A, W2002: Final Examination, Solutions

Econ 172A, W2002: Final Examination, Solutions Econ 172A, W2002: Final Examination, Solutions Comments. Naturally, the answers to the first question were perfect. I was impressed. On the second question, people did well on the first part, but had trouble

More information

Chapter Two: Linear Programming: Model Formulation and Graphical Solution

Chapter Two: Linear Programming: Model Formulation and Graphical Solution TYLM0_0393.QX //09 :3 M Page hapter Two: Linear Programming: Model Formulation and Graphical Solution PROLEM SUMMRY. Maimization ( continuation), graphical solution. Maimization, graphical solution 3.

More information

3.3 - One More Example...

3.3 - One More Example... c Kathryn Bollinger, September 28, 2005 1 3.3 - One More Example... Ex: (from Tan) Solve the following LP problem using the Method of Corners. Kane Manufacturing has a division that produces two models

More information

Introduction to Operations Research

Introduction to Operations Research Introduction to Operations Research Unit 1: Linear Programming Terminology and formulations LP through an example Terminology Additional Example 1 Additional example 2 A shop can make two types of sweets

More information

Lecture 2. A Telephone Staffing Problem TransportCo Distribution Problem Shelby Shelving Case Summary and Preparation for next class

Lecture 2. A Telephone Staffing Problem TransportCo Distribution Problem Shelby Shelving Case Summary and Preparation for next class Decision Models Lecture 2 1 Lecture 2 A Telephone Staffing Problem TransportCo Distribution Problem Shelby Shelving Case Summary and Preparation for next class Decision Models Lecture 2 2 A Telephone Staffing

More information

Setting Up Linear Programming Problems

Setting Up Linear Programming Problems Setting Up Linear Programming Problems A company produces handmade skillets in two sizes, big and giant. To produce one big skillet requires 3 lbs of iron and 6 minutes of labor. To produce one giant skillet

More information

Deterministic Dynamic Programming

Deterministic Dynamic Programming Deterministic Dynamic Programming Dynamic programming is a technique that can be used to solve many optimization problems. In most applications, dynamic programming obtains solutions by working backward

More information

Applications of Linear Programming

Applications of Linear Programming Applications of Linear Programming lecturer: András London University of Szeged Institute of Informatics Department of Computational Optimization Lecture 8 The portfolio selection problem The portfolio

More information

Chapter Two: Linear Programming: Model Formulation and Graphical Solution

Chapter Two: Linear Programming: Model Formulation and Graphical Solution hapter Two: Linear Programming: Model Formulation and Graphical Solution PROLEM SUMMRY. Maimization ( continuation), graphical solution. Maimization, graphical solution 3. Minimization, graphical solution.

More information

February 24, 2005

February 24, 2005 15.053 February 24, 2005 Sensitivity Analysis and shadow prices Suggestion: Please try to complete at least 2/3 of the homework set by next Thursday 1 Goals of today s lecture on Sensitivity Analysis Changes

More information

The homework is due on Wednesday, September 7. Each questions is worth 0.8 points. No partial credits.

The homework is due on Wednesday, September 7. Each questions is worth 0.8 points. No partial credits. Homework : Econ500 Fall, 0 The homework is due on Wednesday, September 7. Each questions is worth 0. points. No partial credits. For the graphic arguments, use the graphing paper that is attached. Clearly

More information

Lesson 4.5 Real-World Problems: Linear Equations

Lesson 4.5 Real-World Problems: Linear Equations Lesson 4.5 Real-World Problems: Linear Equations Explain the meaning of the slope and y-intercept in real-world problems. Example A telecommunication company charges their customers a fee for phone calls.

More information

Chapter Two: Linear Programming: Model Formulation and Graphical Solution

Chapter Two: Linear Programming: Model Formulation and Graphical Solution Chapter Two: Linear Programming: Model Formulation and Graphical Solution PROBLEM SUMMARY 1. Maximization (1 28 continuation), graphical solution 2. Minimization, graphical solution 3. Sensitivity analysis

More information

Sensitivity Analysis LINDO INPUT & RESULTS. Maximize 7X1 + 10X2. Subject to X1 < 500 X2 < 500 X1 + 2X2 < 960 5X1 + 6X2 < 3600 END

Sensitivity Analysis LINDO INPUT & RESULTS. Maximize 7X1 + 10X2. Subject to X1 < 500 X2 < 500 X1 + 2X2 < 960 5X1 + 6X2 < 3600 END Sensitivity Analysis Sensitivity Analysis is used to see how the optimal solution is affected by the objective function coefficients and to see how the optimal value is affected by the right- hand side

More information

Linear Programming: Sensitivity Analysis and Interpretation of Solution

Linear Programming: Sensitivity Analysis and Interpretation of Solution 8 Linear Programming: Sensitivity Analysis and Interpretation of Solution MULTIPLE CHOICE. To solve a linear programming problem with thousands of variables and constraints a personal computer can be use

More information

Optimization Models one variable optimization and multivariable optimization

Optimization Models one variable optimization and multivariable optimization Georg-August-Universität Göttingen Optimization Models one variable optimization and multivariable optimization Wenzhong Li lwz@nju.edu.cn Feb 2011 Mathematical Optimization Problems in optimization are

More information

Risk Management for Chemical Supply Chain Planning under Uncertainty

Risk Management for Chemical Supply Chain Planning under Uncertainty for Chemical Supply Chain Planning under Uncertainty Fengqi You and Ignacio E. Grossmann Dept. of Chemical Engineering, Carnegie Mellon University John M. Wassick The Dow Chemical Company Introduction

More information

INTERNATIONAL UNIVERSITY OF JAPAN Public Management and Policy Analysis Program Graduate School of International Relations

INTERNATIONAL UNIVERSITY OF JAPAN Public Management and Policy Analysis Program Graduate School of International Relations Hun Myoung Park (4/18/2018) LP Interpretation: 1 INTERNATIONAL UNIVERSITY OF JAPAN Public Management and Policy Analysis Program Graduate School of International Relations DCC5350 (2 Credits) Public Policy

More information

56:171 Operations Research Midterm Exam Solutions October 22, 1993

56:171 Operations Research Midterm Exam Solutions October 22, 1993 56:171 O.R. Midterm Exam Solutions page 1 56:171 Operations Research Midterm Exam Solutions October 22, 1993 (A.) /: Indicate by "+" ="true" or "o" ="false" : 1. A "dummy" activity in CPM has duration

More information

Duality & The Dual Simplex Method & Sensitivity Analysis for Linear Programming. Metodos Cuantitativos M. En C. Eduardo Bustos Farias 1

Duality & The Dual Simplex Method & Sensitivity Analysis for Linear Programming. Metodos Cuantitativos M. En C. Eduardo Bustos Farias 1 Dualit & The Dual Simple Method & Sensitivit Analsis for Linear Programming Metodos Cuantitativos M. En C. Eduardo Bustos Farias Dualit EverLP problem has a twin problem associated with it. One problem

More information

Chapter 21. Dynamic Programming CONTENTS 21.1 A SHORTEST-ROUTE PROBLEM 21.2 DYNAMIC PROGRAMMING NOTATION

Chapter 21. Dynamic Programming CONTENTS 21.1 A SHORTEST-ROUTE PROBLEM 21.2 DYNAMIC PROGRAMMING NOTATION Chapter 21 Dynamic Programming CONTENTS 21.1 A SHORTEST-ROUTE PROBLEM 21.2 DYNAMIC PROGRAMMING NOTATION 21.3 THE KNAPSACK PROBLEM 21.4 A PRODUCTION AND INVENTORY CONTROL PROBLEM 23_ch21_ptg01_Web.indd

More information

Optimization Methods in Management Science

Optimization Methods in Management Science Optimization Methods in Management Science MIT 1.3 Recitation 1 TAs: Giacomo Nannicini, Ebrahim Nasrabadi Problem 1 You create your own start-up company that caters high-quality organic food directly to

More information

COMMODITY PRICE MONITOR October 19, 2018

COMMODITY PRICE MONITOR October 19, 2018 COMMODITY PRICE MONITOR SEPTEMBER 218 RBC commodity price index January 1994 = 24 21 18 Index excluding energy product prices January 1994 = Energy products sub-index January 1994 = RBC s commodity price

More information

Sensitivity Analysis with Data Tables. 10% annual interest now =$110 one year later. 10% annual interest now =$121 one year later

Sensitivity Analysis with Data Tables. 10% annual interest now =$110 one year later. 10% annual interest now =$121 one year later Sensitivity Analysis with Data Tables Time Value of Money: A Special kind of Trade-Off: $100 @ 10% annual interest now =$110 one year later $110 @ 10% annual interest now =$121 one year later $100 @ 10%

More information

PART I: NO CALCULATOR (200 points)

PART I: NO CALCULATOR (200 points) Prealgebra Practice Final Math 0 OER (Ch. -) PART I: NO CALCULATOR (00 points) (.). Find all divisors of the following numbers. a) b) 7 c) (.). Find the prime factorization of the following numbers. a)

More information

y 3 z x 1 x 2 e 1 a 1 a 2 RHS 1 0 (6 M)/3 M 0 (3 5M)/3 10M/ / /3 10/ / /3 4/3

y 3 z x 1 x 2 e 1 a 1 a 2 RHS 1 0 (6 M)/3 M 0 (3 5M)/3 10M/ / /3 10/ / /3 4/3 AMS 341 (Fall, 2016) Exam 2 - Solution notes Estie Arkin Mean 68.9, median 71, top quartile 82, bottom quartile 58, high (3 of them!), low 14. 1. (10 points) Find the dual of the following LP: Min z =

More information

Note on Using Excel to Compute Optimal Risky Portfolios. Candie Chang, Hong Kong University of Science and Technology

Note on Using Excel to Compute Optimal Risky Portfolios. Candie Chang, Hong Kong University of Science and Technology Candie Chang, Hong Kong University of Science and Technology Andrew Kaplin, Kellogg Graduate School of Management, NU Introduction This document shows how to, (1) Compute the expected return and standard

More information

Prepping for the Robot Challenge Solving Linear Systems Graphically and Algebraically

Prepping for the Robot Challenge Solving Linear Systems Graphically and Algebraically LESSON.1 Skills Practice Name Date Prepping for the Robot Challenge Solving Linear Sstems Graphicall and Algebraicall Vocabular Match each term to its corresponding definition. 1. a process of solving

More information

Optimization Methods in Management Science

Optimization Methods in Management Science Optimization Methods in Management Science MIT 15.053, Spring 013 Problem Set (Second Group of Students) Students with first letter of surnames I Z Due: February 1, 013 Problem Set Rules: 1. Each student

More information

Dennis L. Bricker Dept. of Industrial Engineering The University of Iowa

Dennis L. Bricker Dept. of Industrial Engineering The University of Iowa Dennis L. Bricker Dept. of Industrial Engineering The University of Iowa 56:171 Operations Research Homework #1 - Due Wednesday, August 30, 2000 In each case below, you must formulate a linear programming

More information

Chapter 6A Facility Layout

Chapter 6A Facility Layout 1 Chapter 6A Facility Layout OBJECTIVES Facility Layout and Basic Formats Process Layout Layout Planning Assembly Line balancing Service Layout Facility Layout 2 Facility layout can be defined as the process

More information

LINEAR PROGRAMMING. Homework 7

LINEAR PROGRAMMING. Homework 7 LINEAR PROGRAMMING Homework 7 Fall 2014 Csci 628 Megan Rose Bryant 1. Your friend is taking a Linear Programming course at another university and for homework she is asked to solve the following LP: Primal:

More information

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Exam Name The bar graph shows the number of tickets sold each week by the garden club for their annual flower show. ) During which week was the most number of tickets sold? ) A) Week B) Week C) Week 5

More information

FORECASTING & BUDGETING

FORECASTING & BUDGETING FORECASTING & BUDGETING W I T H E X C E L S S O L V E R WHAT IS SOLVER? Solver is an add-in that comes pre-built into Microsoft Excel. Simply put, it allows you to set an objective value which is subject

More information

TUFTS UNIVERSITY DEPARTMENT OF CIVIL AND ENVIRONMENTAL ENGINEERING ES 152 ENGINEERING SYSTEMS Spring Lesson 16 Introduction to Game Theory

TUFTS UNIVERSITY DEPARTMENT OF CIVIL AND ENVIRONMENTAL ENGINEERING ES 152 ENGINEERING SYSTEMS Spring Lesson 16 Introduction to Game Theory TUFTS UNIVERSITY DEPARTMENT OF CIVIL AND ENVIRONMENTAL ENGINEERING ES 52 ENGINEERING SYSTEMS Spring 20 Introduction: Lesson 6 Introduction to Game Theory We will look at the basic ideas of game theory.

More information

Production Planning. Basic Inventory Model Workforce Scheduling. Enhance Modeling Skills Dynamic Models Spring 03 Vande Vate 1

Production Planning. Basic Inventory Model Workforce Scheduling. Enhance Modeling Skills Dynamic Models Spring 03 Vande Vate 1 Production Planning Basic Inventory Model Workforce Scheduling Enhance Modeling Skills Dynamic Models 15.057 Spring 03 Vande Vate 1 Dynamic Inventory Model Modeling Time Modeling Inventory Unusual Network

More information

COMM 290 MIDTERM REVIEW SESSION ANSWER KEY BY TONY CHEN

COMM 290 MIDTERM REVIEW SESSION ANSWER KEY BY TONY CHEN COMM 290 MIDTERM REVIEW SESSION ANSWER KEY BY TONY CHEN TABLE OF CONTENTS I. Vocabulary Overview II. Solving Algebraically and Graphically III. Understanding Graphs IV. Fruit Juice Excel V. More on Sensitivity

More information

Formulating Linear Programming Models

Formulating Linear Programming Models Session # Page 1 Some Examples: Product Mix (Session #2) Cash Flow (Session #) Diet / Blending Scheduling Transportation / Distribution Assignment Steps for Developing an Algebraic LP Model 1. What decisions

More information

Chapter Review Problems

Chapter Review Problems Chapter Review Problems Unit 3.1 Mathematical symbols and expressions 1. The symbol means approximately equal to. (T or F) False. means is not equal to 2. Show three different ways to indicate 7 times

More information

Chapter 12 GENERAL EQUILIBRIUM AND WELFARE. Copyright 2005 by South-Western, a division of Thomson Learning. All rights reserved.

Chapter 12 GENERAL EQUILIBRIUM AND WELFARE. Copyright 2005 by South-Western, a division of Thomson Learning. All rights reserved. Chapter 12 GENERAL EQUILIBRIUM AND WELFARE Copyright 2005 by South-Western, a division of Thomson Learning. All rights reserved. 1 Perfectly Competitive Price System We will assume that all markets are

More information

We consider three zero-coupon bonds (strips) with the following features: Bond Maturity (years) Price Bond Bond Bond

We consider three zero-coupon bonds (strips) with the following features: Bond Maturity (years) Price Bond Bond Bond 15 3 CHAPTER 3 Problems Exercise 3.1 We consider three zero-coupon bonds (strips) with the following features: Each strip delivers $100 at maturity. Bond Maturity (years) Price Bond 1 1 96.43 Bond 2 2

More information

Lecture 3. Understanding the optimizer sensitivity report 4 Shadow (or dual) prices 4 Right hand side ranges 4 Objective coefficient ranges

Lecture 3. Understanding the optimizer sensitivity report 4 Shadow (or dual) prices 4 Right hand side ranges 4 Objective coefficient ranges Decision Models Lecture 3 1 Lecture 3 Understanding the optimizer sensitivity report 4 Shadow (or dual) prices 4 Right hand side ranges 4 Objective coefficient ranges Bidding Problems Summary and Preparation

More information

56:171 Operations Research Midterm Examination October 28, 1997 PART ONE

56:171 Operations Research Midterm Examination October 28, 1997 PART ONE 56:171 Operations Research Midterm Examination October 28, 1997 Write your name on the first page, and initial the other pages. Answer both questions of Part One, and 4 (out of 5) problems from Part Two.

More information

Homework #2 Graphical LP s.

Homework #2 Graphical LP s. UNIVERSITY OF MASSACHUSETTS Isenberg School of Management Department of Finance and Operations Management FOMGT 353-Introduction to Management Science Homework #2 Graphical LP s. Show your work completely

More information

SOLVING ROBUST SUPPLY CHAIN PROBLEMS

SOLVING ROBUST SUPPLY CHAIN PROBLEMS SOLVING ROBUST SUPPLY CHAIN PROBLEMS Daniel Bienstock Nuri Sercan Özbay Columbia University, New York November 13, 2005 Project with Lucent Technologies Optimize the inventory buffer levels in a complicated

More information

DUALITY AND SENSITIVITY ANALYSIS

DUALITY AND SENSITIVITY ANALYSIS DUALITY AND SENSITIVITY ANALYSIS Understanding Duality No learning of Linear Programming is complete unless we learn the concept of Duality in linear programming. It is impossible to separate the linear

More information

Unit 2: Ratios & Proportions

Unit 2: Ratios & Proportions Unit 2: Ratios & Proportions Name Period Score /42 DUE DATE: A Day: Sep 21st B Day: Sep 24th Section 2-1: Unit Rates o Rate- A ratio that compares quantities with different kinds of units. o Unit Rate-

More information

Homework #3 Supply Chain Models: Manufacturing & Warehousing (ISyE 3104) - Fall 2001 Due September 20, 2001

Homework #3 Supply Chain Models: Manufacturing & Warehousing (ISyE 3104) - Fall 2001 Due September 20, 2001 Homework #3 Supply Chain Models: Manufacturing & Warehousing (ISyE 3104) - Fall 2001 Due September 20, 2001 Show all your steps to get full credit. (Total 45 points) Reading assignment: Read Supplement

More information

1.2: USING ALGEBRA(meaning no calculators), find the Intersection of the two Lines.

1.2: USING ALGEBRA(meaning no calculators), find the Intersection of the two Lines. Math 125 Final Exam Practice HAPTE 1: 1.1: List the Intercepts of each Equation and then sketch the graph 18x+ 10y = 90 b) 16x+ 24y = 432 c) 25x+ 10y = 500 1.2: USING ALGEBA(meaning no calculators), find

More information

56:171 Operations Research Midterm Examination Solutions PART ONE

56:171 Operations Research Midterm Examination Solutions PART ONE 56:171 Operations Research Midterm Examination Solutions Fall 1997 Write your name on the first page, and initial the other pages. Answer both questions of Part One, and 4 (out of 5) problems from Part

More information

Commodity Price Outlook & Risks

Commodity Price Outlook & Risks Commodity Outlook & Risks Research Department, Commodities Team March, 2 www.imf.org/commodities commodities@imf.org This monthly report presents a price outlook and risk assessment for selected commodities

More information

Daily Flash News

Daily Flash News Edition: 848 4 April 2013 Thursday s Flash news Dear Members, Wednesday finally commodities (metals and energy) crashed and US stock market also performed negatively. Many were waiting for this day and

More information

FINANCIAL ANALYST TEAM (150)

FINANCIAL ANALYST TEAM (150) Page 1 of 6 FINANCIAL ANALYST TEAM (150) REGIONAL 2017 TOTAL POINTS (150) Judges/Graders: Please double check and verify all scores and answer keys! Property of Business Professionals of America. May be

More information

REVIEW PROBLEMS FOR NUMERICAL SKILLS ASSESSMENT TEST-Rev 1 (Note: No calculators are allowed at the time of the test.)

REVIEW PROBLEMS FOR NUMERICAL SKILLS ASSESSMENT TEST-Rev 1 (Note: No calculators are allowed at the time of the test.) - - REVIEW PROBLEMS FOR NUMERICAL SKILLS ASSESSMENT TEST-Rev (Note: No calculators are allowed at the time of the test.). 9 + 67 =. 97 7 =. 7 X 6 =. 6 7 =. = 6. 6 7 7. Anne saves $7 every month out of

More information

GAME THEORY. Game theory. The odds and evens game. Two person, zero sum game. Prototype example

GAME THEORY. Game theory. The odds and evens game. Two person, zero sum game. Prototype example Game theory GAME THEORY (Hillier & Lieberman Introduction to Operations Research, 8 th edition) Mathematical theory that deals, in an formal, abstract way, with the general features of competitive situations

More information

ISE 330 Introduction to Operations Research: Linear Programming Review Deterministic Models limited resources competing activities optimal Any

ISE 330 Introduction to Operations Research: Linear Programming Review Deterministic Models limited resources competing activities optimal Any ISE 0 Introduction to Operations Research: Deterministic Models www-scf.usc.edu/~ise0/007 September, 007 Lecture Linear Programming Examples (Sec..4.) Linear Programming Review Linear Programming provides

More information

CHAPTER 13: A PROFIT MAXIMIZING HARVEST SCHEDULING MODEL

CHAPTER 13: A PROFIT MAXIMIZING HARVEST SCHEDULING MODEL CHAPTER 1: A PROFIT MAXIMIZING HARVEST SCHEDULING MODEL The previous chapter introduced harvest scheduling with a model that minimized the cost of meeting certain harvest targets. These harvest targets

More information

Mathematics for Management Science Notes 07 prepared by Professor Jenny Baglivo

Mathematics for Management Science Notes 07 prepared by Professor Jenny Baglivo Mathematics for Management Science Notes 07 prepared by Professor Jenny Baglivo Jenny A. Baglivo 2002. All rights reserved. Calculus and nonlinear programming (NLP): In nonlinear programming (NLP), either

More information

4. Introduction to Prescriptive Analytics. BIA 674 Supply Chain Analytics

4. Introduction to Prescriptive Analytics. BIA 674 Supply Chain Analytics 4. Introduction to Prescriptive Analytics BIA 674 Supply Chain Analytics Why is Decision Making difficult? The biggest sources of difficulty for decision making: Uncertainty Complexity of Environment or

More information

Pre-Calculus Final Exam

Pre-Calculus Final Exam Name: Score: / 1. Find the indicated sum. Show your work. 2. Locate the foci of the ellipse. Show your work. x 2 36 + y2 11 = 1 1 3. Solve the system by the substitution method. Show your work. 2y - x

More information

AFM Final Exam Review #1

AFM Final Exam Review #1 AFM Final Exam Review # Name. A home security company offers a security system that uses the numbers 0 through 6, inclusive, for a -digit security code. How many different security codes are possible if

More information

Advanced Operations Research Prof. G. Srinivasan Dept of Management Studies Indian Institute of Technology, Madras

Advanced Operations Research Prof. G. Srinivasan Dept of Management Studies Indian Institute of Technology, Madras Advanced Operations Research Prof. G. Srinivasan Dept of Management Studies Indian Institute of Technology, Madras Lecture 23 Minimum Cost Flow Problem In this lecture, we will discuss the minimum cost

More information

Daily Flash News

Daily Flash News Daily Flash News Edition: 875 14 May 2013 Tuesday s Flash news Dear Members, On Monday markets traded mix, but energy and metals traded negative. Tuesday also we may see mix trend continuing but some selling

More information

Edition Publishing Financial E-letter since 2001 September 23, 2012

Edition Publishing Financial E-letter since 2001 September 23, 2012 Edition 702.0 Publishing Financial E-letter since 2001 September 23, 2012 Weekly Newsletter from 24-28 September 2012 Dear Members, Last week Indexes and metals remained in bullish tone. Oil and grains

More information

Math 1130 Final Exam Review SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question.

Math 1130 Final Exam Review SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question. Math 0 Final Exam Review SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question. Provide an appropriate response. ) Solve: x - - x + 2 = x - 27 ) 2) Solve: (0-2x)(5

More information

MgtOp 470 Business Modeling with Spreadsheets Washington State University Sample Final Exam

MgtOp 470 Business Modeling with Spreadsheets Washington State University Sample Final Exam MgtOp 470 Business Modeling with Spreadsheets Washington State University Sample Final Exam Section 1 Multiple Choice 1. An information desk at a rest stop receives requests for assistance (from one server).

More information

NWA 2016 Annual Education and Networking Conference & Exhibits

NWA 2016 Annual Education and Networking Conference & Exhibits NWA 2016 Annual Education and Networking Conference & Exhibits Duke Energy Convention Center Cincinnati, OH May 22-24, 2016 Exhibitor Prospectus Table of Contents Introduction.... Exhibit Schedule... Exhibit

More information

Master of Business Administration - General. Cohort: MBAG/14/PT Mar. Examinations for Semester II / 2014 Semester I

Master of Business Administration - General. Cohort: MBAG/14/PT Mar. Examinations for Semester II / 2014 Semester I Master of Business Administration - General Cohort: MBAG/14/PT Mar Examinations for 2013 2014 Semester II / 2014 Semester I MODULE: OPERATIONS RESEARCH MODULE CODE: MGMT5214 DURATION: 3 HOURS Instructions

More information

UNIVERSITY OF TORONTO Joseph L. Rotman School of Management SOLUTIONS. C (1 + r 2. 1 (1 + r. PV = C r. we have that C = PV r = $40,000(0.10) = $4,000.

UNIVERSITY OF TORONTO Joseph L. Rotman School of Management SOLUTIONS. C (1 + r 2. 1 (1 + r. PV = C r. we have that C = PV r = $40,000(0.10) = $4,000. UNIVERSITY OF TORONTO Joseph L. Rotman School of Management RSM332 PROBLEM SET #2 SOLUTIONS 1. (a) The present value of a single cash flow: PV = C (1 + r 2 $60,000 = = $25,474.86. )2T (1.055) 16 (b) The

More information

The Copper Journal Monthly Report Index Of Charts

The Copper Journal Monthly Report Index Of Charts Monthly Report Index Of Charts 1 Base Metals Barometer Vs Nonferrous Inventories 2 Price & Inventory Report 3 U.S. $ Index 4 1 $ U.S. = Euro 5 1 Euro = U.S. $ 6 Copper Vs Euro 7 Base Metals Barometer 8

More information

Math for Personal Finance Sem 2 Review. Company Price per share # of whole shares Total Cost

Math for Personal Finance Sem 2 Review. Company Price per share # of whole shares Total Cost Math for Personal Finance Sem 2 Review Name: Hr: For questions 1 and 2, use the price per share shown below to find the whole number of shares you can buy if you have $7,000 to invest in each company.

More information

Commodity Price Outlook & Risks

Commodity Price Outlook & Risks Commodity Outlook & Risks Research Department, Commodities Team 1 September 18, 20 www.imf.org/commodities commodities@imf.org This monthly report presents a price outlook and risk assessment for selected

More information

MS-E2114 Investment Science Exercise 4/2016, Solutions

MS-E2114 Investment Science Exercise 4/2016, Solutions Capital budgeting problems can be solved based on, for example, the benet-cost ratio (that is, present value of benets per present value of the costs) or the net present value (the present value of benets

More information

BLOOMBERG COMMODITY INDEX 2018 TARGET WEIGHTS

BLOOMBERG COMMODITY INDEX 2018 TARGET WEIGHTS BLOOMBERG COMMODITY INDEX 2018 TARGET WEIGHTS 2018 SUMMARY 26 commodity contracts tested for inclusion No constituent changes (22 commodities constituents / 20 commodities) Energy reaches lowest weight

More information

EXHIBITOR PROSPECTUS.

EXHIBITOR PROSPECTUS. 2018 EXHIBITOR PROSPECTUS www.fallvoice.org AGENDA AT A GLANCE WEDNESDAY, OCTOBER 24, 2018 5:00PM Exhibitors Set-up for Platinum and Gold Level Patrons EXHIBITOR INFORMATION THURSDAY, OCTOBER 25, 2018

More information

2019 Annual Education and Training Conference & Exhibits

2019 Annual Education and Training Conference & Exhibits 2019 Annual Education and Training Conference & Exhibits Baltimore Marriott Waterfront Baltimore, MD April 7-10, 2019 Table of Contents Introduction.... Exhibit Schedule.... Exhibit Pricing... Exhibit

More information

LP OPTIMUM FOUND AT STEP 2 OBJECTIVE FUNCTION VALUE

LP OPTIMUM FOUND AT STEP 2 OBJECTIVE FUNCTION VALUE The Wilson Problem: Graph is at the end. LP OPTIMUM FOUND AT STEP 2 1) 5520.000 X1 360.000000 0.000000 X2 300.000000 0.000000 2) 0.000000 1.000000 3) 0.000000 2.000000 4) 140.000000 0.000000 5) 200.000000

More information