Solving Examples of Linear Programming Models

Size: px
Start display at page:

Download "Solving Examples of Linear Programming Models"

Transcription

1 Solving Examples of Linear Programming Models Chapter 4 Copyright 2013 Pearson Education 4-1

2 Chapter Topics 1. A Product Mix Example 2. A Diet Example 3. An Investment Example 4. A Marketing Example 5. A Transportation Example 6. A Blend Example 7. A Multiperiod Scheduling Example 8. A Data Envelopment Analysis Example Copyright 2013 Pearson Education 4-2

3 An Investment Example Kathleen Allen, an individual investor, has $70,000 to divide among several investments. The alternative investments are municipal bonds with an 8.5% annual return, certificates of deposit with a 5% return, treasury bills with a 6.5% return, and a growth stock fund with a 13% annual return. The investments are all evaluated after 1 year. However, each investment alternative has a different perceived risk to the investor; thus, it is advisable to diversify. Kathleen wants to know how much to invest in each alternative in order to maximize the return. 4-3

4 An Investment Example Model Summary The following guidelines have been established: 1. No more than 20% in municipal bonds 2. Investment in CDs should not exceed the other three alternatives 3. At least 30% invested in t-bills and CDs 4. More should be invested in CDs and t-bills than in municipal bonds and growth stocks by a ratio of 1.2 to 1 5. All $70,000 should be invested. 4-4

5 An Investment Example Model 4-5

6 No more than 20% in municipal bonds Investment in CDs should not exceed the other three alternatives At least 30% invested in t-bills and CDs Copyright 2013 Pearson Education 4-6

7 More should be invested in CDs and t-bills than in municipal bonds and growth stocks by a ratio of 1.2 to 1 All $70,000 should be invested. 4-7

8 A Marketing Example Data and Problem Definition The Biggs Department Store chain has hired an advertising firm to determine the types and amount of advertising it should invest in for its stores. The three types of advertising available are television and radio commercials and newspaper ads. The retail chain desires to know the number of each type of advertisement it should purchase in order to maximize exposure. It is estimated that each ad or commercial will reach the following potential audience and cost the following amount: Exposure (people/ad or Cost commercial) Television Commercial 20,000 $15,000 Radio Commercial 2,000 6,000 Newspaper Ad 9,000 4,

9 A Marketing Example Data and Problem Definition The company must consider the following resource constraints: 1. Budget limit $100, Television time for four commercials 3. Radio time for 10 commercials 4. Newspaper space for 7 ads 5. Resources for no more than 15 commercials and/or ads 4-9

10 A Marketing Example Model 4-10

11 A Marketing Example Model Maximize Z = 20,000x ,000x 2 + 9,000x 3 subject to: 15,000x 1 + 6,000x 2 + 4,000x 3 100,000 x 1 4 x 2 10 x 3 7 x 1 + x 2 + x 3 15 x 1, x 2, x 3 0 where x 1 = number of television commercials x 2 = number of radio commercials x 3 = number of newspaper ads 4-11

12 A Multiperiod Scheduling Example Problem Definition and Data PM Computers assembles its own brand of personal computers from component parts it purchases overseas and domestically. PM sells most of its computers locally to different departments at State University as well as to individuals and businesses in the immediate geographic region. PM has enough regular production capacity to produce 160 computers per week. It can produce an additional 50 computers with overtime. The cost of assembling, inspecting, and packaging a computer during regular time is $190. Overtime production of a computer costs $260. Furthermore, it costs $10 per computer per week to hold a computer in inventory for future delivery. PM wants to meet all customer orders, with no shortages, to provide quality service. PM s order schedule for the next 6 weeks is as follows: 4-12

13 A Multiperiod Scheduling Example Problem Definition and Data Week Computer Orders

14 A Multiperiod Scheduling Example Problem Definition and Data Production Capacity: 160 computers per week 50 more computers with overtime Assembly Costs: $190 per computer regular time; $260 per computer overtime Inventory Holding Cost: $10/computer per week PM Computers wants to determine a schedule that will indicate how much regular and overtime production it will need each week to meet its orders at the minimum cost. The company wants no inventory left over at the end of the 6-week period. 4-14

15 A Multi-Period Scheduling Example Decision Variables Decision Variables: r j = regular production of computers in week j (j = 1, 2,, 6) o j = overtime production of computers in week j (j = 1, 2,, 6) i j = extra computers carried over as inventory in week j (j = 1, 2,, 5) 4-15

16 A Multi-Period Scheduling Example Model Summary Model summary: Minimize Z = $190(r 1 + r 2 + r 3 + r 4 + r 5 + r 6 ) + $260(o 1 +o 2 +o 3 +o 4 +o 5 +o 6 ) + 10(i 1 + i 2 + i 3 + i 4 + i 5 ) subject to: r j 160 computers in week j (j = 1, 2, 3, 4, 5, 6) o j 50 computers in week j (j = 1, 2, 3, 4, 5, 6) r 1 + o 1 -i 1 = 105 week 1 r 2 + o 2 + i 1 -i 2 = 170 week 2 r 3 + o 3 + i 2 -i 3 = 230 week 3 r 4 + o 4 + i 3 -i 4 = 180 week 4 r 5 + o 5 + i 4 -i 5 = 150 week 5 r 6 + o 6 + i 5 = 250 week 6 r j, o j, i j

17 A Blend Example Problem Definition and Data A petroleum company produces three grades of motor oil super, premium, and extra from three components. The company wants to determine the optimal mix of the three components in each grade of motor oil that will maximize profit. The maximum quantities available of each component and their cost per barrel are as follows: Component Maximum Barrels Available/day Cost/barrel 1 4,500 $12 2 2, ,

18 To ensure the appropriate blend, each grade has certain general specifications. Each grade must have a minimum amount of component 1 plus a combination of other components, as follows: Grade Component Specifications Selling Price ($/bbl) Super Premium Extra At least 50% of 1 Not more than 30% of 2 $23 At least 40% of 1 Not more than 25% of 3 20 At least 60% of 1 At least 10% of

19 A Blend Example Problem Statement and Variables Determine the optimal mix of the three components in each grade of motor oil that will maximize profit. Company wants to produce at least 3,000 barrels of each grade of motor oil. Decision variables: The quantity of each of the three components used in each grade of gasoline (9 decision variables); x ij = barrels of component i used in motor oil grade j per day, where i = 1, 2, 3 and j = s (super), p (premium), and e (extra). 4-19

20 Copyright 2013 Pearson Education 4-20

21 Copyright 2013 Pearson Education 4-21

22 Copyright 2013 Pearson Education 4-22

23 A Blend Example Model Summary Maximize Z = 11x 1s + 13x 2s + 9x 3s + 8x 1p + 10x 2p + 6x 3p + 6x 1e + 8x 2e + 4x 3e subject to: x 1s + x 1p + x 1e 4,500 bbl. x 2s + x 2p + x 2e 2,700 bbl. x 3s + x 3p + x 3e 3,500 bbl. 0.50x 1s x 2s -0.50x 3s x 2s x 1s -0.30x 3s x 1p x 2p x 3p x 3p -0.25x 1p x 2p x 1e x 2e x 3e x 2e -0.10x 1e -0.10x 3e 0 x 1s + x 2s + x 3s 3,000 bbl. x 1p + x 2p + x 3p 3,000 bbl. all x ij 0 x 1e + x 2e + x 3e 3,000 bbl. 4-23

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

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

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

Product Mix Problem: Fifth Avenue Industries. Linear Programming (LP) Can Be Used for Many Managerial Decisions: 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

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

TEST TWO QUANTITATIVE METHODS BSTA 450 March 17, 2003

TEST TWO QUANTITATIVE METHODS BSTA 450 March 17, 2003 TEST TWO QUANTITATIVE METHODS BSTA 450 March 17, 2003 Name:(Print neatly) Student Number: -Put all your solutions on the paper provided. -make sure you READ the question and provide the solution it asks

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

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

Examinations for Semester II. / 2011 Semester I

Examinations for Semester II. / 2011 Semester I PROGRAMME MBA-Human Resources & knowledge Management MBA- Project Management Master of Business Administration General MBA-Marketing Management COHORT MBAHR/11/PT MBAPM/11/PT MBAG/11/PT MBAMM/11/PT Examinations

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

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

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

Mathematics for Management Science Notes 04 prepared by Professor Jenny Baglivo

Mathematics for Management Science Notes 04 prepared by Professor Jenny Baglivo Mathematics for Management Science Notes 04 prepared by Professor Jenny Baglivo Jenny A. Baglivo 2002. All rights reserved. Application type 1: blending problems Blending problems arise when a manager

More information

Linear Programming: Exercises

Linear Programming: Exercises Linear Programming: Exercises 1. The Holiday Meal Turkey Ranch is considering buying two different brands of turkey feed and blending them to provide a good, low-cost diet for its turkeys. Each brand of

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

Price Optimization. Casualty Actuarial & Statistical Task Force NAIC 2014 Fall National Meeting November 16, Michael E. Angelina, MAAA, ACAS

Price Optimization. Casualty Actuarial & Statistical Task Force NAIC 2014 Fall National Meeting November 16, Michael E. Angelina, MAAA, ACAS Price Optimization Casualty Actuarial & Statistical Task Force NAIC 2014 Fall National Meeting November 16, 2014 Michael E. Angelina, MAAA, ACAS Copyright 2014 by the American Academy of Actuaries. All

More information

Chapter 4. Consumer and Firm Behavior: The Work- Leisure Decision and Profit Maximization. Copyright 2014 Pearson Education, Inc.

Chapter 4. Consumer and Firm Behavior: The Work- Leisure Decision and Profit Maximization. Copyright 2014 Pearson Education, Inc. Chapter 4 Consumer and Firm Behavior: The Work- Leisure Decision and Profit Maximization Copyright Chapter 4 Topics Behavior of the representative consumer Behavior of the representative firm 1-2 Representative

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

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

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

Math 142 Week-in-Review #1 (Sections A.8, 1.0, 1.1 topics, 1.2 topics, and 1.3)

Math 142 Week-in-Review #1 (Sections A.8, 1.0, 1.1 topics, 1.2 topics, and 1.3) Math 142 WIR, copyright Angie Allen, Spring 2016 1 Math 142 Week-in-Review #1 (Sections A.8, 1.0, 1.1 topics, 1.2 topics, and 1.3) 1. Classify each of the following as a power function, rational function,

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

SYLLABUS FOR CONSUMER MATH

SYLLABUS FOR CONSUMER MATH SYLLABUS FOR CONSUMER MATH Textbook: Mathematics with Business Applications -- Glencoe, copyright 2004 Authors: Walter H. Lange and Temoleon G. Rousos Description: Consumer Math focuses on basic math skills

More information

The application of linear programming to management accounting

The application of linear programming to management accounting The application of linear programming to management accounting After studying this chapter, you should be able to: formulate the linear programming model and calculate marginal rates of substitution and

More information

Imperial earns $516 million in the first quarter of 2018

Imperial earns $516 million in the first quarter of 2018 Q1 News Release Calgary, April 27, 2018 Imperial earns $516 million in the first quarter of 2018 $1 billion of cash generated from operations; nearly $400 million returned to shareholders Quarterly dividend

More information

2016 EXAMINATIONS ACCOUNTING TECHNICIAN PROGRAMME PAPER TC 3: BUSINESS MATHEMATICS & STATISTICS

2016 EXAMINATIONS ACCOUNTING TECHNICIAN PROGRAMME PAPER TC 3: BUSINESS MATHEMATICS & STATISTICS EXAMINATION NO. 16 EXAMINATIONS ACCOUNTING TECHNICIAN PROGRAMME PAPER TC : BUSINESS MATHEMATICS & STATISTICS WEDNESDAY 0 NOVEMBER 16 TIME ALLOWED : HOURS 9.00 AM - 12.00 NOON INSTRUCTIONS 1. You are allowed

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

Chapter 5 Inventory model with stock-dependent demand rate variable ordering cost and variable holding cost

Chapter 5 Inventory model with stock-dependent demand rate variable ordering cost and variable holding cost Chapter 5 Inventory model with stock-dependent demand rate variable ordering cost and variable holding cost 61 5.1 Abstract Inventory models in which the demand rate depends on the inventory level are

More information

Q&A Market Implications of Tax Reform

Q&A Market Implications of Tax Reform IN-D EPTH A NALYSIS OF TIMELY INVESTMENT TOPICS Q&A Market Implications of Tax Reform December 27, 2017 Investment Strategy Team Key Takeaways» The Tax Cuts and Jobs Act was signed into law on December

More information

Chapter 10 Inventory Theory

Chapter 10 Inventory Theory Chapter 10 Inventory Theory 10.1. (a) Find the smallest n such that g(n) 0. g(1) = 3 g(2) =2 n = 2 (b) Find the smallest n such that g(n) 0. g(1) = 1 25 1 64 g(2) = 1 4 1 25 g(3) =1 1 4 g(4) = 1 16 1

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

Section 112A, Local Electoral Act 2001 I, Tahere Paul Eagle was a candidate for the following elections held on 12 October 2013:

Section 112A, Local Electoral Act 2001 I, Tahere Paul Eagle was a candidate for the following elections held on 12 October 2013: Section 112A, Local Electoral Act 2001 I, Tahere Paul Eagle was a candidate for the following elections held on 12 October 2013: Wellington City Council, Southern Ward Part A Return of electoral donations

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

Chapter 4 Topics. Behavior of the representative consumer Behavior of the representative firm Pearson Education, Inc.

Chapter 4 Topics. Behavior of the representative consumer Behavior of the representative firm Pearson Education, Inc. Chapter 4 Topics Behavior of the representative consumer Behavior of the representative firm 1-1 Representative Consumer Consumer s preferences over consumption and leisure as represented by indifference

More information

The Lagrangian method is one way to solve constrained maximization problems.

The Lagrangian method is one way to solve constrained maximization problems. LECTURE 4: CONSTRAINED OPTIMIZATION QUESTIONS AND PROBLEMS True/False Questions The Lagrangian method is one way to solve constrained maximization problems. The substitution method is a way to avoid using

More information

File: Ch02, Chapter 2: Supply and Demand Analysis. Multiple Choice

File: Ch02, Chapter 2: Supply and Demand Analysis. Multiple Choice File: Ch02, Chapter 2: Supply and Demand Analysis Multiple Choice 1. A relationship that shows the quantity of goods that consumers are willing to buy at different prices is the a) elasticity b) market

More information

RISK CONTROL SOLUTIONS

RISK CONTROL SOLUTIONS RISK CONTROL SOLUTIONS A Service of the Michigan Municipal League Liability and Property Pool and the Michigan Municipal League Workers Compensation Fund SIDEWALK LIABILITY IMPROVEMENT PROGRAM Guests,

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

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

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

Retail Math for Profit: How to Think Like a Buyer

Retail Math for Profit: How to Think Like a Buyer Retail Math for Profit: How to Think Like a Buyer Terminology of Retailing Retailing is all the business activities involved in: Planning and Procuring goods and services from vendors Pricing, Positioning,

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

TERMS AND CONDITIONS OF SERVICE

TERMS AND CONDITIONS OF SERVICE TERMS AND CONDITIONS OF SERVICE Ilan Green Postnet Suite 32 Private Bag X11 Birnam Park Johannesburg 2015 0114828928 ilan@breinstorm.co.za INTRODUCTION Breinstorm Brand Architects CC ( Breinstorm ) is

More information

WikiLeaks Document Release

WikiLeaks Document Release WikiLeaks Document Release February 2, 2009 Congressional Research Service Report RL31972 Private Crude Oil Stocks and the Strategic Petroleum Reserve Debate Robert L. Pirog, Resources, Science, and Industry

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

UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS General Certificate of Education Advanced Subsidiary Level and Advanced Level

UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS General Certificate of Education Advanced Subsidiary Level and Advanced Level www.xtremepapers.com UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS General Certificate of Education Advanced Subsidiary Level and Advanced Level *3332318742* ACCOUNTING 9706/21 Paper 2 Structured

More information

Chapter 021 Credit and Inventory Management

Chapter 021 Credit and Inventory Management Multiple Choice Questions 1. The conditions under which a firm sells its goods and services for cash or credit are called the: A. terms of sale. b. credit analysis. c. collection policy. d. payables policy.

More information

KING FAHD UNIVERSITY OF PETROLEUM & MINERALS DEPARTMENT OF MATHEMATICS & STATISTICS DHAHRAN, SAUDI ARABIA MATH 131: FINITE MTHEMATICS

KING FAHD UNIVERSITY OF PETROLEUM & MINERALS DEPARTMENT OF MATHEMATICS & STATISTICS DHAHRAN, SAUDI ARABIA MATH 131: FINITE MTHEMATICS 1 KING FAHD UNIVERSITY OF PETROLEUM & MINERALS DEPARTMENT OF MATHEMATICS & STATISTICS DHAHRAN, SAUDI ARABIA MATH 131: FINITE MTHEMATICS Semester 171 Major Exam Three Wednesday, December 13, 2017 Allowed

More information

City of Jacksonville Beach, Property & Procurement Invitation to Bid #: Date: 06/13/2017. ADDENDUM No. 1

City of Jacksonville Beach, Property & Procurement Invitation to Bid #: Date: 06/13/2017. ADDENDUM No. 1 City of Jacksonville Beach, Property & Procurement Invitation to Bid #: 1617-13 Date: 06/13/2017 Bid No.: 1617-13 Title: ADDENDUM No. 1 The purpose of Addendum No. 1 to Bid No. 1617-13 is to answer the

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

Investing in Solutions. Member NASD/SIPC

Investing in Solutions. Member NASD/SIPC I N V E S T I N G I N S O L U T I O N S Investing in Solutions Member NASD/SIPC 100 Motor Parkway, 2nd Floor, Hauppauge, NY 11788-5157 Tel: 631.979.0097 Toll Free: 800.645.5424 Toll Free Branches: 800.551.2971

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

MOCK EXAMINATION PRINCIPLES OF ACCOUNTS A-LEVEL PAPER 2

MOCK EXAMINATION PRINCIPLES OF ACCOUNTS A-LEVEL PAPER 2 HONG KONG ASSOCIATION FOR BUSINESS EDUCATION HONG KONG INSTITUTE OF VOCATIONAL EDUCATION (CHAI WAN & TUEN MUN) HONG KONG ADVANCED LEVEL EXAMINATION 2009 MOCK EXAMINATION PRINCIPLES OF ACCOUNTS A-LEVEL

More information

Operations Management. Aggregate Planning

Operations Management. Aggregate Planning Operations Management Aggregate Planning MacPherson Refrigerator Limited Executive staff meeting Whenever Business gets good, we run out of product and our customer service was lousy. Why so? Shortage

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

Project Management Resource Scheduling Eng. Giorgio Locatelli

Project Management Resource Scheduling Eng. Giorgio Locatelli Resource scheduling Project Management Resource Scheduling ng. Giorgio Locatelli Mauro Mancini Mauro Mancini Resource Scheduling Project Management: The planning, monitoring and control of all aspects

More information

ECON 312/302: MICROECONOMICS II Lecture 6: W/C 7 th March 2016 FACTOR MARKETS 1 Dr Ebo Turkson. Chapter 15. Factor Markets Part 1

ECON 312/302: MICROECONOMICS II Lecture 6: W/C 7 th March 2016 FACTOR MARKETS 1 Dr Ebo Turkson. Chapter 15. Factor Markets Part 1 ECON 312/302: MICROECONOMICS II Lecture 6: W/C 7 th March 2016 FACTOR MARKETS 1 Dr Ebo Turkson Chapter 15 Factor Markets Part 1 1 Topics Competitive Factor Market. Competitive factor and output markets

More information

Assessment Schedule 2016 Accounting: Interpret accounting information for entities that operate accounting subsystems (91177)

Assessment Schedule 2016 Accounting: Interpret accounting information for entities that operate accounting subsystems (91177) NCEA Level 2 Accounting (91177) 2016 page 1 of 6 Assessment Schedule 2016 Accounting: Interpret accounting information for entities that operate accounting subsystems (91177) Question One (a) 2015 2016

More information

Enterprise Risk. Management

Enterprise Risk. Management Enterprise Risk Management Course Instructions and Final Examination Enterprise Risk Management CPE Edition Distributed by The CPE Store www.cpestore.com 1-800-910-2755 Steven M. Bragg The CPE Store 819

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

Do all of Part One (1 pt. each), one from Part Two (15 pts.), and four from Part Three (15 pts. each) <><><><><> PART ONE <><><><><>

Do all of Part One (1 pt. each), one from Part Two (15 pts.), and four from Part Three (15 pts. each) <><><><><> PART ONE <><><><><> 56:171 Operations Research Final Exam - December 13, 1989 Instructor: D.L. Bricker Do all of Part One (1 pt. each), one from Part Two (15 pts.), and four from

More information

1. Find the slope and y-intercept for

1. Find the slope and y-intercept for MA 0 REVIEW PROBLEMS FOR THE FINAL EXAM This review is to accompany the course text which is Finite Mathematics for Business, Economics, Life Sciences, and Social Sciences, th Edition by Barnett, Ziegler,

More information

Econ Homework 4 - Answers ECONOMIC APPLICATIONS OF CONSTRAINED OPTIMIZATION. 1. Assume that a rm produces product x using k and l, where

Econ Homework 4 - Answers ECONOMIC APPLICATIONS OF CONSTRAINED OPTIMIZATION. 1. Assume that a rm produces product x using k and l, where Econ 4808 - Homework 4 - Answers ECONOMIC APPLICATIONS OF CONSTRAINED OPTIMIZATION Graded questions: : A points; B - point; C - point : B points : B points. Assume that a rm produces product x using k

More information

Reducing Project Duration

Reducing Project Duration CHAPTER NINE Reducing Project Duration McGraw-Hill/Irwin Copyright 2011 by The McGraw-Hill Companies, Inc. All rights reserved. Rationale for Reducing Project Duration Time Is Money: Cost-Time Tradeoffs

More information

Toyota Motor Corporation

Toyota Motor Corporation Toyota Motor Corporation Earnings Release April 2002 - September 2002 Figures prepared in accordance with Japan GAAP Cautionary Statement with Respect to Forward-Looking Statements This presentation contains

More information

Marketability of Oil Sands Products in Asian Countries

Marketability of Oil Sands Products in Asian Countries Marketability of Oil Sands Products in Asian Countries Presentation to HUTF June 20, 2007 Duke du Plessis, Alberta Energy Research Institute (AERI) Nancy Wu, Alberta Employment, Immigration and Industry

More information

Driven to Create Value Goldman Sachs 2017 Global Energy Conference January 2017

Driven to Create Value Goldman Sachs 2017 Global Energy Conference January 2017 Driven to Create Value Goldman Sachs 2017 Global Energy Conference January 2017 2015 Corporation. All Rights Reserved. Forward Looking Statements On November 17, 2016, we announced our plans to acquire

More information

In managerial economics, managers are assumed to maximize. The difference between accounting and economic profit is

In managerial economics, managers are assumed to maximize. The difference between accounting and economic profit is CHAPTER 1 INTRODUCTION TO MANAGERIAL ECONOMICS (Please report if there are any errors) 1. The Toyota Motor Company uses the Economic Order Quantity model to a) determine the maximum value of the firm.

More information

Director P. O. Box 1904 Service Engineering Operations Dearborn, Michigan Ford Customer Service Division

Director P. O. Box 1904 Service Engineering Operations Dearborn, Michigan Ford Customer Service Division David J. Johnson Ford Motor Company Director P. O. Box 1904 Service Engineering Operations Dearborn, Michigan 48121 Ford Customer Service Division TO: All U.S. Ford and Lincoln Dealers June 8, 2018 SUBJECT:

More information

Net lift and return maximization. Victor D. Zurkowski Analytics Consultant Metrics and Analytics CIBC National Collection

Net lift and return maximization. Victor D. Zurkowski Analytics Consultant Metrics and Analytics CIBC National Collection Net lift and return maximization Victor D. Zurkowski Analytics Consultant Metrics and Analytics CIBC National Collection Page 2 Page 3 Could I have been wrong all along? Page 4 There has been recent mentions

More information

A Real Intertemporal Model with Investment Copyright 2014 Pearson Education, Inc.

A Real Intertemporal Model with Investment Copyright 2014 Pearson Education, Inc. Chapter 11 A Real Intertemporal Model with Investment Copyright Chapter 11 Topics Construct a real intertemporal model that will serve as a basis for studying money and business cycles in Chapters 12-14.

More information

Operations Management I Fall 2001 Faculty of Business Administration University of Windsor

Operations Management I Fall 2001 Faculty of Business Administration University of Windsor Name (print, please) ID Operations Management I 7- Fall 00 Faculty of Business Administration University of Windsor Midterm Exam II Solution Wednesday, November, 5:0 6:50 pm Instructor: Mohammed Fazle

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

2015 MARCH TGFOA BUDGETING FOR REVENUES TOPICS. TOPICS (continued) 3/18/ ) Revenue or Cash Receipt Forecasting

2015 MARCH TGFOA BUDGETING FOR REVENUES TOPICS. TOPICS (continued) 3/18/ ) Revenue or Cash Receipt Forecasting 2015 MARCH TGFOA BUDGETING FOR REVENUES 1 TOPICS 1) Revenue or Cash Receipt Forecasting 2) Frequency of Revenues 3) The Budget Environment 4) Methods of Forecasting Revenues 5) What Revenue Forecast Method

More information

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

Algebraic Business Calculations Course Summary Department: Career and Technical Education Business. Semester 1

Algebraic Business Calculations Course Summary Department: Career and Technical Education Business. Semester 1 Algebraic Business Calculations Course Summary Department: Career and Technical Education Business Semester 1 Learning Objective #1 After completion of this objective, students will be able to: Demonstrate

More information

Buy The Complete Version of This Book at Booklocker.com:

Buy The Complete Version of This Book at Booklocker.com: Accounting and bookkeeping text with student working papers and solutions. How to Do Accounting I with student working papers and solutions Buy The Complete Version of This Book at Booklocker.com: http://www.booklocker.com/p/books/4709.html?s=pdf

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

Bulloch County Board of Commissioners 115 N Main Street Statesboro, GA NOTICE OF SOLICITATION INVITATION TO BID

Bulloch County Board of Commissioners 115 N Main Street Statesboro, GA NOTICE OF SOLICITATION INVITATION TO BID Bulloch County Board of Commissioners 115 N Main Street Statesboro, GA 20458 NOTICE OF SOLICITATION INVITATION TO BID The Bulloch County Board of Commissioners (herein after referred to as Bulloch County

More information

THE FIRM AND ITS GOALS. Dr. Mohammed Alwosabi

THE FIRM AND ITS GOALS. Dr. Mohammed Alwosabi CHAPTER TWO THE FIRM AND ITS GOALS Dr. Mohammed Alwosabi 1 The Firm The firm is an organization, which brings resources together to produce a good or service that is demanded in the market. The firm bears

More information

Marathon Petroleum Corporation Reports First-Quarter 2015 Results

Marathon Petroleum Corporation Reports First-Quarter 2015 Results Marathon Petroleum Corporation Reports First-Quarter 2015 Results Reported record first-quarter earnings of $891 million ($3.24 per diluted share) Converted over 400 of the 1,245 new retail sites to the

More information

Journal of Advance Management Research, ISSN: MEGHNA P.GAMIT

Journal of Advance Management Research, ISSN: MEGHNA P.GAMIT Journal of Advance Management Research, ISS: 2393-9664 ABSTRACT EFFECTS OF WORKIG CAPITAL MAAGEMET AD PROFITABILITY: EVIDECE FROM LISTED COMMERCIAL BAKS I GUJARAT MEGHA P.GAMIT (M.COM, G.SLET.) Decisions

More information

Chapter 7: Product Differentiation

Chapter 7: Product Differentiation Chapter 7: Product Differentiation A1. Firms meet only once in the market. Relax A2. Products are differentiated. A3. No capacity constraints. Timing: 1. firms choose simultaneously their location in the

More information

CSCI 1951-G Optimization Methods in Finance Part 00: Course Logistics Introduction to Finance Optimization Problems

CSCI 1951-G Optimization Methods in Finance Part 00: Course Logistics Introduction to Finance Optimization Problems CSCI 1951-G Optimization Methods in Finance Part 00: Course Logistics Introduction to Finance Optimization Problems January 26, 2018 1 / 24 Basic information All information is available in the syllabus

More information

Chapter 11: Financial Markets Section 2

Chapter 11: Financial Markets Section 2 Chapter 11: Financial Markets Section 2 Objectives 1. Describe the characteristics of bonds as financial assets. 2. Identify different types of bonds. 3. Describe the characteristics of other types of

More information

6. Activity Based Costing (ABC)

6. Activity Based Costing (ABC) 6. Activity Based Costing (ABC) Background Traditional cost accounting is characterized by considerable aggregation a small number of synthetic variables Overhead is allocated neglecting finer details

More information

Focus on Quality Corporate Returns

Focus on Quality Corporate Returns ENCANA CORPORATION Focus on Quality Corporate Returns Doug Suttles President & Chief Executive Officer ENCANA Our Objectives North American leader in: Generating free cash flow ~$1.5 billion cumulative

More information

Cost Accounting. Level 3. Model Answers. Series (Code 3016)

Cost Accounting. Level 3. Model Answers. Series (Code 3016) Cost Accounting Level 3 Model Answers Series 2 2008 (Code 3016) Vision Statement Our vision is to contribute to the achievements of learners around the world by providing integrated assessment and learning

More information

Paper Reference(s) XXXX/XX Edexcel GCSE Business Unit 1: Introduction to Small Business. Sample Assessment Material Time: 45 minutes

Paper Reference(s) XXXX/XX Edexcel GCSE Business Unit 1: Introduction to Small Business. Sample Assessment Material Time: 45 minutes Draft- subject to accreditation and change Paper Reference(s) XXXX/XX Edexcel GCSE Business Unit 1: Introduction to Small Business Sample Assessment Material Time: 45 minutes Materials required for examination

More information

INTRODUCTION PROJECT MANAGEMENT

INTRODUCTION PROJECT MANAGEMENT CHAPTER 7. 1 RESOURCE INTRODUCTION ALLOCATION TO PROJECT MANAGEMENT Prepared by: Dr. Maria Elisa Linda T. Cruz Prepared by: Dr. Maria Elisa Linda T. Cruz 1 Chapter 7. Resource Allocation 7.1 Critical Path

More information

STEIN MART INC. FORM 8-K (Unscheduled Material Events) Filed 8/26/2003 For Period Ending 8/21/2003

STEIN MART INC. FORM 8-K (Unscheduled Material Events) Filed 8/26/2003 For Period Ending 8/21/2003 STEIN MART INC FORM 8-K (Unscheduled Material Events) Filed 8/26/2003 For Period Ending 8/21/2003 Address 1200 RIVERPLACE BLVD JACKSONVILLE, Florida 32207 Telephone 904-346-1500 CIK 0000884940 Industry

More information

True_ The Lagrangian method is one way to solve constrained maximization problems.

True_ The Lagrangian method is one way to solve constrained maximization problems. LECTURE 4: CONSTRAINED OPTIMIZATION ANSWERS AND SOLUTIONS Answers to True/False Questions True_ The Lagrangian method is one way to solve constrained maximization problems. False_ The substitution method

More information

MTP_Intermediate_Syllabus 2008_Jun2015_Set 2

MTP_Intermediate_Syllabus 2008_Jun2015_Set 2 Paper 8: Cost & Management Accounting Time Allowed: 3 Hours Full Marks: 100 Question No 1 is Compulsory. Answers any five Questions from the rest. Working Notes should form part of the answer. Question.1

More information

Labor, Taxes, and Sending Money Overseas

Labor, Taxes, and Sending Money Overseas VIII Labor, Taxes, and Sending Money Overseas VIII-1 Looking for Work 1.For Job-hunting Hello Work (Public Employment Security Offices, or Shokugyo Anteisho also referred to as Shoku-an ) Public Employment

More information

A Real Intertemporal Model with Investment

A Real Intertemporal Model with Investment Test Thursday, 16 th of February starting at 18:00 (ca. an hour), B34 There will be a session (solving last year s test) Tuesday 14 th of February at 18:00 Copyright 2005 Pearson Education and Dr Yunus

More information

Linear Programming. C. Plot the graph of the system in part (B). Lightly shade the intersected areas.

Linear Programming. C. Plot the graph of the system in part (B). Lightly shade the intersected areas. Linear Programming 1. Define 3 variables. 2. Write a statement that tells what is to be maximized or minimized. 3. List the constraints (restrictions). 4. Label the axes. a. Graph the constraints (mostly

More information

It s easy to get started

It s easy to get started Client Guide It s easy to get started You and your advisor create an investor profile based on your discussions and responses to the Portfolio Select Series questionnaire. Based on the profile, you and

More information

Factors in Physician Practice Valuation. May 2017

Factors in Physician Practice Valuation. May 2017 Factors in Physician Practice Valuation May 2017 Factors in Physician Practice Valuation Physician practice owners considering a sale may not have experience assessing the value of their practices in terms

More information

log(q i ) pq i + w i, max pq j c 2 q2 j.

log(q i ) pq i + w i, max pq j c 2 q2 j. . There are I buyers who take prices as given and each solve q i log(q i ) pq i + w i, and there are sellers who take prices as given and each solve p c. Assume I >. i. In the centralized market, all buyers

More information

Summary of Consolidated Financial Results. for the Six Months ended September Amuse Inc.

Summary of Consolidated Financial Results. for the Six Months ended September Amuse Inc. Summary of Consolidated Financial Results for the Six Months ended September 2005 Amuse Inc. Consolidated interim balance sheet Thousands of yen September 30, 2005 % March 31, 2005 % Current assets decrease

More information

Short-Run Cost Measures

Short-Run Cost Measures Chapter 7 Costs Short-Run Cost Measures Fixed cost (F) - a production expense that does not vary with output. Variable cost (VC) - a production expense that changes with the quantity of output produced.

More information