ISyE 2030 Test 2 Solutions

Size: px
Start display at page:

Download "ISyE 2030 Test 2 Solutions"

Transcription

1 1 NAME ISyE 2030 Test 2 Solutions Fall 2004 This test is open notes, open books. Do precisely 5 of the following problems your choice. You have exactly 55 minutes. 1. Suppose that we are simulating the sales of turkeys at a local market. The owner starts off with 10 turkeys. The daily demand for turkeys for the next 6 days is as follows Each turkey costs the owner $7 to buy, and can be sold to a customer for $13. It costs the owner $1 to store each turkey overnight (i.e., if it wasn t sold that day). It also costs the owner $2 per turkey if he is unable to fill a demand maybe the irate customer does damage to the store. If, at the end of a particular day, the owner has less than or equal to 3 turkeys in stock, he places an order to bring the inventory level back up to 10 the next morning. He gets the turkeys the first thing in the morning before any customers arrive. Compute his total profit/loss for this 6-day period. How many turkeys are left at the end of the last day? ANSWER: There are a number of interpretations for this problem, all of which are perfectly acceptable, as long as you state the assumptions you used. In the answer that I ll now display, let s assume: We have to pay for the initial 10 turkeys. We have no holding cost for the first day. We don t have to pay holding costs for any turkeys left over after the last day. So here s what happens...

2 2 Our earnings are therefore Day t Demand D t Inventory at Order Quantity End of Day I t Turkeys bought (7 units) $252 Holding cost (16 units) $16 Stockout cost (1 unit) $2 Turkeys sold (33 units) $429 TOTAL $159 Further, note that 3 turkeys are left.

3 3 2. Consider a queueing system with customers arriving according to a Poisson process at the rate of 5 per hour. Which of the following systems gives the lower steady-state expected time in system (i.e., waiting in line plus service time)? (A) Two slow parallel servers, each of whom can serve customers with Exp(3/hour) service times, or (B) One fast server, who can serve customers with Exp(6/hour) services? Show all work. ANSWER: (A) Here we have an M/M/2 queueing system with λ = 5, µ = 3, and c = 2. Thus, ρ = λ/(cµ) = 5/6. Going to the M/M/2 tables, we do a little calculation and come up with P 0 = 1/11, and with a little more algebra, we have L = 60/11. Finally, w = L/λ = 1.1 hours. (B) Meanwhile, now we have we have an M/M/1 queueing system with λ = 5 and µ = 6. Thus, ρ = λ/µ = 5/6 (still). Going to the M/M/1 tables, we do a teensy calculation and come up with w = 1 µ(1 ρ) = 1. Thus, choose the M/M/1.

4 4 3. The Reddy Mikks Company owns a small paint factory that produces both interior and exterior house paints for wholesale distribution. Two basic raw materials, A and B, are used to manufacture the paints. The maximum availability of A is 8 tons/day. The max availability of B is 6 tons/day. The daily requirements of the raw materials per ton of interior and exterior paints are summarized as follows: For a ton of exterior paint, you need 1 tons of A and 1.5 tons of B. For a ton of interior paint, you need 2 tons of A and 1 ton of B. A market survey has established that the daily demand for interior paint cannot exceed that of exterior paint by more than one ton. The survey also shows that the demand for interior paint is limited to 2 tons daily. The wholesale price per ton is $3000 for exterior paint and $2000 for interior paint. We are interested in finding the mix of interior and exterior that maximizes gross income. (a) Formulate this problem as a linear program. ANSWER: Let x denote the amount of interior; let y denote the amount of exterior. Here is the formulation. max 2000x y s.t. 2x + y 8 x y 6 x y + 1 x 2 x, y 0. (b) Draw a graph illustrating the relevant inequalities. (c) What is the best mix of paints to produce? ANSWER: Draw the picture, and check the corners, and you ll see that the answer is (x, y) = (2, 8/3) or (0,4) (or a linear combination of the two). The reason for the linear combination is that the optimal answer is actually a line segment. (d) Write out relevant Xpress code.

5 5 4. A newsvendor faces the following discrete demand distribution: X P (Demand = X) The newsvendor buys the papers for 60 cents and sells them for $1.00. Leftover papers are salvaged for 10 cents each. (a) What would the marginal benefit be to the newsvendor of going from 21 to 22 papers? ANSWER: Let p denote the probability of selling the xth unit, and let D denote the demand. x P(D = x) p 1 p 0.4p = 0.5(1 p) = Exp net profit Exp profit from Exp loss from not from stocking selling xth unit selling xth unit xth unit < > Thus, you get more going from 21 to 22. (b) What s the optimal number of papers to stock each day? ANSWER: 22.

6 6 5. The Village Butcher Shop makes its meat loaf from a combination of lean ground beef and ground pork. The beef contains 70% meat and 30% fat and costs the shop 80 cents per pound; the pork contains 60% meat and 40% fat, and costs 60 cents per pound. We are interested in determining how much of each kind of meat the shop should use in each pound of meat loaf if it wants to minimize its cost and to keep the fat content of the meat loaf to no more than 35%. I just want you to formulate this problem you don t have to solve it. ANSWER: Let B denote the amount of beef and P the amount of pork. Here is the formulation. min 0.8B + 0.6P s.t. 0.3B + 0.4P 0.35 B + P = 1 B, P 0.

7 7 6. Formulate the making change problem (i.e., cashier returns as few coins as possible) assuming the cashier will give back only coins of value 1 cents, 5 cents, 10 cents, 25 cents, and $1.00 (yes, there is a $1.00 coin), and the change you will receive is $5.67. Make sure to clearly define the variables. ANSWER: Let Here is the formulation. x 1 = number of pennies used x 2 = number of nickels used x 3 = number of dimes used x 4 = number of quarters used x 5 = number of dollars used min 5i=1 x i s.t. 0.01x x x x 4 + x 5 = 5.67 x i 0 and integer for all i.

The Newsvendor Model

The Newsvendor Model The Newsvendor Model Exerpted form The Operations Quadrangle: Business Process Fundamentals Dan Adelman Dawn Barnes-Schuster Don Eisenstein The University of Chicago Graduate School of Business Version

More information

Math 120 Final Exam Practice Problems, Form: A

Math 120 Final Exam Practice Problems, Form: A Math 120 Final Exam Practice Problems, Form: A Name: While every attempt was made to be complete in the types of problems given below, we make no guarantees about the completeness of the problems. Specifically,

More information

Chapter 5. Linear Inequalities and Linear Programming. Linear Programming in Two Dimensions: A Geometric Approach

Chapter 5. Linear Inequalities and Linear Programming. Linear Programming in Two Dimensions: A Geometric Approach Chapter 5 Linear Programming in Two Dimensions: A Geometric Approach Linear Inequalities and Linear Programming Section 3 Linear Programming gin Two Dimensions: A Geometric Approach In this section, we

More information

Systems of Linear Equations in Three Variables

Systems of Linear Equations in Three Variables 5.3 Systems of Linear Equations in Three Variables 5.3 OBJECTIVES 1. Find ordered triples associated with three equations 2. Solve a system by the addition method 3. Interpret a solution graphically 4.

More information

Queuing Theory. Long Term Averages. Assumptions. Interesting Values. Queuing Model

Queuing Theory. Long Term Averages. Assumptions. Interesting Values. Queuing Model Queuing Theory Queuing Theory Queuing theory is the mathematics of waiting lines. It is extremely useful in predicting and evaluating system performance. Queuing theory has been used for operations research.

More information

Linear Programming Supplement E

Linear Programming Supplement E Linear Programming Supplement E Linear Programming Linear programming: A technique that is useful for allocating scarce resources among competing demands. Objective function: An expression in linear programming

More information

Math 461 Fall 2006 Test 2 Solutions

Math 461 Fall 2006 Test 2 Solutions Math 461 Fall 2006 Test 2 Solutions Total points: 100. Do all questions. Explain all answers. No notes, books, or electronic devices. 1. [105+5 points] Assume X Exponential(λ). Justify the following two

More information

Introductory Notes on Demand Theory

Introductory Notes on Demand Theory Introductory Notes on Demand Theory (The Theory of Consumer Behavior, or Consumer Choice) This brief introduction to demand theory is a preview of the first part of Econ 501A, but it also serves as a prototype

More information

PART A: For each worker, determine that worker's marginal product of labor.

PART A: For each worker, determine that worker's marginal product of labor. ECON 3310 Homework #4 - Solutions 1: Suppose the following indicates how many units of output y you can produce per hour with different levels of labor input (given your current factory capacity): PART

More information

Chapter 5. Decimals. Use the calculator.

Chapter 5. Decimals. Use the calculator. Chapter 5. Decimals 5.1 An Introduction to the Decimals 5.2 Adding and Subtracting Decimals 5.3 Multiplying Decimals 5.4 Dividing Decimals 5.5 Fractions and Decimals 5.6 Square Roots 5.7 Solving Equations

More information

Microeconomics Sept. 16, 2010 NOTES ON CALCULUS AND UTILITY FUNCTIONS

Microeconomics Sept. 16, 2010 NOTES ON CALCULUS AND UTILITY FUNCTIONS DUSP 11.203 Frank Levy Microeconomics Sept. 16, 2010 NOTES ON CALCULUS AND UTILITY FUNCTIONS These notes have three purposes: 1) To explain why some simple calculus formulae are useful in understanding

More information

FREE ENTERPRISE TEST

FREE ENTERPRISE TEST FREE ENTERPRISE TEST Multiple choice. Select the best answer to the question. 1. What is an entrepreneur? A. Someone who invests time and money to start a business. B. Someone who makes a lot of money.

More information

Part 1 Expressions, Equations, and Inequalities: Simplifying and Solving

Part 1 Expressions, Equations, and Inequalities: Simplifying and Solving Section 7 Algebraic Manipulations and Solving Part 1 Expressions, Equations, and Inequalities: Simplifying and Solving Before launching into the mathematics, let s take a moment to talk about the words

More information

3.3 Applications of Linear Functions

3.3 Applications of Linear Functions 3.3 Applications of Linear Functions A function f is a linear function if The graph of a linear function is a line with slope m and y-intercept b. The rate of change of a linear function is the slope m.

More information

Solution of the System of Linear Equations: any ordered pair in a system that makes all equations true.

Solution of the System of Linear Equations: any ordered pair in a system that makes all equations true. Definitions: Sstem of Linear Equations: or more linear equations Sstem of Linear Inequalities: or more linear inequalities Solution of the Sstem of Linear Equations: an ordered pair in a sstem that makes

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. MBA 640 Survey of Microeconomics Fall 2006, Quiz 6 Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. 1) A monopoly is best defined as a firm that

More information

Reorder level = demand during lead time = lead time x demand per unit time ROL = LT x D

Reorder level = demand during lead time = lead time x demand per unit time ROL = LT x D Reorder Level Additional assumption: Lead time is known and constant No need to carrying stock from one cycle to the next So each order should be scheduled to arrive as existing stock runs out Reorder

More information

Learning Objectives for Section 1.1 Linear Equations and Inequalities

Learning Objectives for Section 1.1 Linear Equations and Inequalities Learning Objectives for Section 1.1 Linear Equations and Inequalities After this lecture and the assigned homework, you should be able to solve linear equations. solve linear inequalities. use interval

More information

Overview of Monte Carlo Simulation, Probability Review and Introduction to Matlab

Overview of Monte Carlo Simulation, Probability Review and Introduction to Matlab Monte Carlo Simulation: IEOR E4703 Fall 2004 c 2004 by Martin Haugh Overview of Monte Carlo Simulation, Probability Review and Introduction to Matlab 1 Overview of Monte Carlo Simulation 1.1 Why use simulation?

More information

Algebra EOC Practice Test #4

Algebra EOC Practice Test #4 Class: Date: Algebra EOC Practice Test #4 Multiple Choice Identify the choice that best completes the statement or answers the question. 1. For f(x) = 3x + 4, find f(2) and find x such that f(x) = 17.

More information

Tenth Problem Assignment

Tenth Problem Assignment EECS 40 Due on April 6, 007 PROBLEM (8 points) Dave is taking a multiple-choice exam. You may assume that the number of questions is infinite. Simultaneously, but independently, his conscious and subconscious

More information

Department of Mathematics, Indian Institute of Technology, Kharagpur Assignment 2-3, Probability and Statistics, March 2015. Due:-March 25, 2015.

Department of Mathematics, Indian Institute of Technology, Kharagpur Assignment 2-3, Probability and Statistics, March 2015. Due:-March 25, 2015. Department of Mathematics, Indian Institute of Technology, Kharagpur Assignment -3, Probability and Statistics, March 05. Due:-March 5, 05.. Show that the function 0 for x < x+ F (x) = 4 for x < for x

More information

Queuing Theory II 2006 Samuel L. Baker

Queuing Theory II 2006 Samuel L. Baker QUEUING THEORY II 1 More complex queues: Multiple Server Single Stage Queue Queuing Theory II 2006 Samuel L. Baker Assignment 8 is on page 7. Assignment 8A is on page 10. -- meaning that we have one line

More information

12.5: CHI-SQUARE GOODNESS OF FIT TESTS

12.5: CHI-SQUARE GOODNESS OF FIT TESTS 125: Chi-Square Goodness of Fit Tests CD12-1 125: CHI-SQUARE GOODNESS OF FIT TESTS In this section, the χ 2 distribution is used for testing the goodness of fit of a set of data to a specific probability

More information

UNIT 2 QUEUING THEORY

UNIT 2 QUEUING THEORY UNIT 2 QUEUING THEORY LESSON 24 Learning Objective: Apply formulae to find solution that will predict the behaviour of the single server model II. Apply formulae to find solution that will predict the

More information

Math Questions & Answers

Math Questions & Answers What five coins add up to a nickel? five pennies (1 + 1 + 1 + 1 + 1 = 5) Which is longest: a foot, a yard or an inch? a yard (3 feet = 1 yard; 12 inches = 1 foot) What do you call the answer to a multiplication

More information

Word Problems Involving Systems of Linear Equations

Word Problems Involving Systems of Linear Equations Word Problems Involving Systems of Linear Equations Many word problems will give rise to systems of equations that is, a pair of equations like this: 2x+3y = 10 x 6y = 5 You can solve a system of equations

More information

Operation Research. Module 1. Module 2. Unit 1. Unit 2. Unit 3. Unit 1

Operation Research. Module 1. Module 2. Unit 1. Unit 2. Unit 3. Unit 1 Operation Research Module 1 Unit 1 1.1 Origin of Operations Research 1.2 Concept and Definition of OR 1.3 Characteristics of OR 1.4 Applications of OR 1.5 Phases of OR Unit 2 2.1 Introduction to Linear

More information

INTEGRATED OPTIMIZATION OF SAFETY STOCK

INTEGRATED OPTIMIZATION OF SAFETY STOCK INTEGRATED OPTIMIZATION OF SAFETY STOCK AND TRANSPORTATION CAPACITY Horst Tempelmeier Department of Production Management University of Cologne Albertus-Magnus-Platz D-50932 Koeln, Germany http://www.spw.uni-koeln.de/

More information

3.1 Solving Systems Using Tables and Graphs

3.1 Solving Systems Using Tables and Graphs Algebra 2 Chapter 3 3.1 Solve Systems Using Tables & Graphs 3.1 Solving Systems Using Tables and Graphs A solution to a system of linear equations is an that makes all of the equations. To solve a system

More information

Lesson 7 - The Aggregate Expenditure Model

Lesson 7 - The Aggregate Expenditure Model Lesson 7 - The Aggregate Expenditure Model Acknowledgement: Ed Sexton and Kerry Webb were the primary authors of the material contained in this lesson. Section : The Aggregate Expenditures Model Aggregate

More information

Stochastic Models for Inventory Management at Service Facilities

Stochastic Models for Inventory Management at Service Facilities Stochastic Models for Inventory Management at Service Facilities O. Berman, E. Kim Presented by F. Zoghalchi University of Toronto Rotman School of Management Dec, 2012 Agenda 1 Problem description Deterministic

More information

Let s explore the content and skills assessed by Heart of Algebra questions.

Let s explore the content and skills assessed by Heart of Algebra questions. Chapter 9 Heart of Algebra Heart of Algebra focuses on the mastery of linear equations, systems of linear equations, and linear functions. The ability to analyze and create linear equations, inequalities,

More information

4 The M/M/1 queue. 4.1 Time-dependent behaviour

4 The M/M/1 queue. 4.1 Time-dependent behaviour 4 The M/M/1 queue In this chapter we will analyze the model with exponential interarrival times with mean 1/λ, exponential service times with mean 1/µ and a single server. Customers are served in order

More information

Forward exchange rates

Forward exchange rates Forward exchange rates The forex market consists of two distinct markets - the spot foreign exchange market (in which currencies are bought and sold for delivery within two working days) and the forward

More information

Basic Components of an LP:

Basic Components of an LP: 1 Linear Programming Optimization is an important and fascinating area of management science and operations research. It helps to do less work, but gain more. Linear programming (LP) is a central topic

More information

Chapter 13 Waiting Lines and Queuing Theory Models - Dr. Samir Safi

Chapter 13 Waiting Lines and Queuing Theory Models - Dr. Samir Safi Chapter 13 Waiting Lines and Queuing Theory Models - Dr. Samir Safi TRUE/FALSE. Write 'T' if the statement is true and 'F' if the statement is false. 1) A goal of many waiting line problems is to help

More information

The Marginal Cost of Capital and the Optimal Capital Budget

The Marginal Cost of Capital and the Optimal Capital Budget WEB EXTENSION12B The Marginal Cost of Capital and the Optimal Capital Budget If the capital budget is so large that a company must issue new equity, then the cost of capital for the company increases.

More information

Chapter 6 Competitive Markets

Chapter 6 Competitive Markets Chapter 6 Competitive Markets After reading Chapter 6, COMPETITIVE MARKETS, you should be able to: List and explain the characteristics of Perfect Competition and Monopolistic Competition Explain why a

More information

The Mathematics 11 Competency Test Percent Increase or Decrease

The Mathematics 11 Competency Test Percent Increase or Decrease The Mathematics 11 Competency Test Percent Increase or Decrease The language of percent is frequently used to indicate the relative degree to which some quantity changes. So, we often speak of percent

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. Chapter 11 Perfect Competition - Sample Questions MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. 1) Perfect competition is an industry with A) a

More information

By: ATEEKH UR REHMAN 12-1

By: ATEEKH UR REHMAN 12-1 12 Inventory Management By: ATEEKH UR REHMAN 12-1 Inventory Management The objective of inventory management is to strike a balance between inventory investment and customer service 12-2 Importance of

More information

ANSWERS TO END-OF-CHAPTER QUESTIONS

ANSWERS TO END-OF-CHAPTER QUESTIONS ANSWERS TO END-OF-CHAPTER QUESTIONS 23-1 Briefly indicate the basic characteristics of pure competition, pure monopoly, monopolistic competition, and oligopoly. Under which of these market classifications

More information

Quiz Chapter 7 - Solution

Quiz Chapter 7 - Solution Quiz Chapter 7 - Solution 1. In an income statement prepared as an internal report using the variable costing method, variable selling and administrative expenses would: A) not be used. B) be treated the

More information

1 Mathematical Models of Cost, Revenue and Profit

1 Mathematical Models of Cost, Revenue and Profit Section 1.: Mathematical Modeling Math 14 Business Mathematics II Minh Kha Goals: to understand what a mathematical model is, and some of its examples in business. Definition 0.1. Mathematical Modeling

More information

Investment Appraisal INTRODUCTION

Investment Appraisal INTRODUCTION 8 Investment Appraisal INTRODUCTION After reading the chapter, you should: understand what is meant by the time value of money; be able to carry out a discounted cash flow analysis to assess the viability

More information

Problems 1-21 could be on the no Derive part. Sections 1.2, 2.2, 2.3, 3.1, 3.3, 3.4, 4.1, 4.2

Problems 1-21 could be on the no Derive part. Sections 1.2, 2.2, 2.3, 3.1, 3.3, 3.4, 4.1, 4.2 MTH 120 Practice Test #1 Sections 1.2, 2.2, 2.3, 3.1, 3.3, 3.4, 4.1, 4.2 Use the properties of limits to help decide whether the limit eists. If the limit eists, find its value. 1) lim 5 2) lim 3 2-25

More information

Math 1314 Lesson 8 Business Applications: Break Even Analysis, Equilibrium Quantity/Price

Math 1314 Lesson 8 Business Applications: Break Even Analysis, Equilibrium Quantity/Price Math 1314 Lesson 8 Business Applications: Break Even Analysis, Equilibrium Quantity/Price Three functions of importance in business are cost functions, revenue functions and profit functions. Cost functions

More information

Economics 335, Spring 1999 Problem Set #7

Economics 335, Spring 1999 Problem Set #7 Economics 335, Spring 1999 Problem Set #7 Name: 1. A monopolist has two sets of customers, group 1 and group 2. The inverse demand for group 1 may be described by P 1 = 200? Q 1, where P 1 is the price

More information

A Detailed Price Discrimination Example

A Detailed Price Discrimination Example A Detailed Price Discrimination Example Suppose that there are two different types of customers for a monopolist s product. Customers of type 1 have demand curves as follows. These demand curves include

More information

(AA11) FINANCIAL ACCOUNTING BASICS

(AA11) FINANCIAL ACCOUNTING BASICS All Rights Reserved ASSOCIATION OF ACCOUNTING TECHNICIANS OF SRI LANKA AA1 EXAMINATION - JANUARY 2016 (AA11) FINANCIAL ACCOUNTING BASICS Instructions to candidates (Please Read Carefully): (1) Time allowed:

More information

Lecture 3. Linear Programming. 3B1B Optimization Michaelmas 2015 A. Zisserman. Extreme solutions. Simplex method. Interior point method

Lecture 3. Linear Programming. 3B1B Optimization Michaelmas 2015 A. Zisserman. Extreme solutions. Simplex method. Interior point method Lecture 3 3B1B Optimization Michaelmas 2015 A. Zisserman Linear Programming Extreme solutions Simplex method Interior point method Integer programming and relaxation The Optimization Tree Linear Programming

More information

3. Evaluate the objective function at each vertex. Put the vertices into a table: Vertex P=3x+2y (0, 0) 0 min (0, 5) 10 (15, 0) 45 (12, 2) 40 Max

3. Evaluate the objective function at each vertex. Put the vertices into a table: Vertex P=3x+2y (0, 0) 0 min (0, 5) 10 (15, 0) 45 (12, 2) 40 Max SOLUTION OF LINEAR PROGRAMMING PROBLEMS THEOREM 1 If a linear programming problem has a solution, then it must occur at a vertex, or corner point, of the feasible set, S, associated with the problem. Furthermore,

More information

TOPIC 4: DERIVATIVES

TOPIC 4: DERIVATIVES TOPIC 4: DERIVATIVES 1. The derivative of a function. Differentiation rules 1.1. The slope of a curve. The slope of a curve at a point P is a measure of the steepness of the curve. If Q is a point on the

More information

Douglas, Spring 2008 February 21, 2008 PLEDGE: I have neither given nor received unauthorized help on this exam.

Douglas, Spring 2008 February 21, 2008 PLEDGE: I have neither given nor received unauthorized help on this exam. , Spring 2008 February 21, 2008 PLEDGE: I have neither given nor received unauthorized help on this exam. SIGNED: PRINT NAME: Econ 202 Midterm 1 1. What will happen to the equilibrium price of hamburgers

More information

Single item inventory control under periodic review and a minimum order quantity

Single item inventory control under periodic review and a minimum order quantity Single item inventory control under periodic review and a minimum order quantity G. P. Kiesmüller, A.G. de Kok, S. Dabia Faculty of Technology Management, Technische Universiteit Eindhoven, P.O. Box 513,

More information

1 The EOQ and Extensions

1 The EOQ and Extensions IEOR4000: Production Management Lecture 2 Professor Guillermo Gallego September 9, 2004 Lecture Plan 1. The EOQ and Extensions 2. Multi-Item EOQ Model 1 The EOQ and Extensions This section is devoted to

More information

Chapter 011 Project Analysis and Evaluation

Chapter 011 Project Analysis and Evaluation Multiple Choice Questions 1. Forecasting risk is defined as the: a. possibility that some proposed projects will be rejected. b. process of estimating future cash flows relative to a project. C. possibility

More information

Florida Algebra I EOC Online Practice Test

Florida Algebra I EOC Online Practice Test Florida Algebra I EOC Online Practice Test Directions: This practice test contains 65 multiple-choice questions. Choose the best answer for each question. Detailed answer eplanations appear at the end

More information

6.041/6.431 Spring 2008 Quiz 2 Wednesday, April 16, 7:30-9:30 PM. SOLUTIONS

6.041/6.431 Spring 2008 Quiz 2 Wednesday, April 16, 7:30-9:30 PM. SOLUTIONS 6.4/6.43 Spring 28 Quiz 2 Wednesday, April 6, 7:3-9:3 PM. SOLUTIONS Name: Recitation Instructor: TA: 6.4/6.43: Question Part Score Out of 3 all 36 2 a 4 b 5 c 5 d 8 e 5 f 6 3 a 4 b 6 c 6 d 6 e 6 Total

More information

The problem with waiting time

The problem with waiting time The problem with waiting time Why the only way to real optimization of any process requires discrete event simulation Bill Nordgren, MS CIM, FlexSim Software Products Over the years there have been many

More information

Chapter 7 Notes Page 1. As we have seen, inventory costs are made up of the following under Absorption Costing:

Chapter 7 Notes Page 1. As we have seen, inventory costs are made up of the following under Absorption Costing: Chapter 7 Notes Page 1 Variable Costing Absorption As we have seen in previous chapters, when you manufacture your own inventory, the cost of that inventory includes all of the costs associated with running

More information

Investments 320 Dr. Ahmed Y. Dashti Chapter 3 Interactive Qustions

Investments 320 Dr. Ahmed Y. Dashti Chapter 3 Interactive Qustions Investments 320 Dr. Ahmed Y. Dashti Chapter 3 Interactive Qustions 3-1. A primary asset is an initial offering sold by a business, or government, to raise funds. A) True B) False 3-2. Money market instruments

More information

Management Accounting 243 Pricing Decision Analysis

Management Accounting 243 Pricing Decision Analysis Management Accounting 243 Pricing Decision Analysis The setting of a price for a product is one of the most important decisions and certainly one of the more complex. A change in price not only directly

More information

Practice Test for the General Knowledge Math Test. Section 1 Number Sense 1. Order the following series of numbers from smallest to largest.

Practice Test for the General Knowledge Math Test. Section 1 Number Sense 1. Order the following series of numbers from smallest to largest. Practice Test for the General Knowledge Math Test Directions: Read each item and select the best response. Section Number Sense. Order the following series of numbers from smallest to largest. 9 67,,5,

More information

Total shares at the end of ten years is 100*(1+5%) 10 =162.9.

Total shares at the end of ten years is 100*(1+5%) 10 =162.9. FCS5510 Sample Homework Problems Unit04 CHAPTER 8 STOCK PROBLEMS 1. An investor buys 100 shares if a $40 stock that pays a annual cash dividend of $2 a share (a 5% dividend yield) and signs up for the

More information

Homework 1 (Time, Synchronization and Global State) - 100 Points

Homework 1 (Time, Synchronization and Global State) - 100 Points Homework 1 (Time, Synchronization and Global State) - 100 Points CS25 Distributed Systems, Fall 2009, Instructor: Klara Nahrstedt Out: Thursday, September 3, Due Date: Thursday, September 17 Instructions:

More information

ANSWERS TO END-OF-CHAPTER QUESTIONS

ANSWERS TO END-OF-CHAPTER QUESTIONS ANSWERS TO END-OF-CHAPTER QUESTIONS 7-1 In what ways are national income statistics useful? National income accounting does for the economy as a whole what private accounting does for businesses. Firms

More information

Pricing I: Linear Demand

Pricing I: Linear Demand Pricing I: Linear Demand This module covers the relationships between price and quantity, maximum willing to buy, maximum reservation price, profit maximizing price, and price elasticity, assuming a linear

More information

Review 3. Table 14-2. The following table presents cost and revenue information for Soper s Port Vineyard.

Review 3. Table 14-2. The following table presents cost and revenue information for Soper s Port Vineyard. Review 3 Chapters 10, 11, 12, 13, 14 are included in Midterm 3. There will be 40-45 questions. Most of the questions will be definitional, make sure you read the text carefully. Table 14-2 The following

More information

Linear Programming. March 14, 2014

Linear Programming. March 14, 2014 Linear Programming March 1, 01 Parts of this introduction to linear programming were adapted from Chapter 9 of Introduction to Algorithms, Second Edition, by Cormen, Leiserson, Rivest and Stein [1]. 1

More information

We Will Sell Your House, Or ERA Will Buy It!

We Will Sell Your House, Or ERA Will Buy It! We Will Sell Your House, Or ERA Will Buy It! Only ERA Franchise Systems, Inc. has the Sellers Security Plan. Always There For You Benefits of Using the ERA Sellers Security Plan Guaranteed Sale & Closing

More information

Financial Mathematics and Simulation MATH 6740 1 Spring 2011 Homework 2

Financial Mathematics and Simulation MATH 6740 1 Spring 2011 Homework 2 Financial Mathematics and Simulation MATH 6740 1 Spring 2011 Homework 2 Due Date: Friday, March 11 at 5:00 PM This homework has 170 points plus 20 bonus points available but, as always, homeworks are graded

More information

Week 1: Functions and Equations

Week 1: Functions and Equations Week 1: Functions and Equations Goals: Review functions Introduce modeling using linear and quadratic functions Solving equations and systems Suggested Textbook Readings: Chapter 2: 2.1-2.2, and Chapter

More information

Verbal Phrases to Algebraic Expressions

Verbal Phrases to Algebraic Expressions Student Name: Date: Contact Person Name: Phone Number: Lesson 13 Verbal Phrases to s Objectives Translate verbal phrases into algebraic expressions Solve word problems by translating sentences into equations

More information

Learning Objectives. After reading Chapter 11 and working the problems for Chapter 11 in the textbook and in this Workbook, you should be able to:

Learning Objectives. After reading Chapter 11 and working the problems for Chapter 11 in the textbook and in this Workbook, you should be able to: Learning Objectives After reading Chapter 11 and working the problems for Chapter 11 in the textbook and in this Workbook, you should be able to: Discuss three characteristics of perfectly competitive

More information

Economics. Worksheet 11.1. Circular Flow Simulation

Economics. Worksheet 11.1. Circular Flow Simulation Worksheet 11.1 Circular Flow Simulation Please note this is a class activity. Why not suggest it to your teacher? Objective: To understand how productive resources, goods and services and money flow from

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. Midterm II ECO2301-003 Spring2014 Name R# MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. 1) Hector has $1,000 a month to spend on clothing and food.

More information

volume-profit relationships

volume-profit relationships Slide 1.3.1 1. Accounting for decision making 1.3 Cost-volume volume-profit relationships Slide 1.3.2 Introduction This chapter examines one of the most basic planning tools available to managers: cost

More information

Math 55: Discrete Mathematics

Math 55: Discrete Mathematics Math 55: Discrete Mathematics UC Berkeley, Spring 2012 Homework # 9, due Wednesday, April 11 8.1.5 How many ways are there to pay a bill of 17 pesos using a currency with coins of values of 1 peso, 2 pesos,

More information

1st Grade Math Standard I Rubric. Number Sense. Score 4 Students show proficiency with numbers beyond 100.

1st Grade Math Standard I Rubric. Number Sense. Score 4 Students show proficiency with numbers beyond 100. 1st Grade Math Standard I Rubric Number Sense Students show proficiency with numbers beyond 100. Students will demonstrate an understanding of number sense by: --counting, reading, and writing whole numbers

More information

Binomial lattice model for stock prices

Binomial lattice model for stock prices Copyright c 2007 by Karl Sigman Binomial lattice model for stock prices Here we model the price of a stock in discrete time by a Markov chain of the recursive form S n+ S n Y n+, n 0, where the {Y i }

More information

1(a). How many ways are there to rearrange the letters in the word COMPUTER?

1(a). How many ways are there to rearrange the letters in the word COMPUTER? CS 280 Solution Guide Homework 5 by Tze Kiat Tan 1(a). How many ways are there to rearrange the letters in the word COMPUTER? There are 8 distinct letters in the word COMPUTER. Therefore, the number of

More information

Linear Programming. Solving LP Models Using MS Excel, 18

Linear Programming. Solving LP Models Using MS Excel, 18 SUPPLEMENT TO CHAPTER SIX Linear Programming SUPPLEMENT OUTLINE Introduction, 2 Linear Programming Models, 2 Model Formulation, 4 Graphical Linear Programming, 5 Outline of Graphical Procedure, 5 Plotting

More information

Example 1. Consider the following two portfolios: 2. Buy one c(s(t), 20, τ, r) and sell one c(s(t), 10, τ, r).

Example 1. Consider the following two portfolios: 2. Buy one c(s(t), 20, τ, r) and sell one c(s(t), 10, τ, r). Chapter 4 Put-Call Parity 1 Bull and Bear Financial analysts use words such as bull and bear to describe the trend in stock markets. Generally speaking, a bull market is characterized by rising prices.

More information

MBA350 INTEGRATIVE CAPSTONE COURSE

MBA350 INTEGRATIVE CAPSTONE COURSE MBA350 INTEGRATIVE CAPSTONE COURSE Individual Assignment Spring 2008 Raffaello Curtatone Team # 6 Index Introduction and general drivelines... 3 S&A Report... 4 Marketing Research... 4 Cost of Goods Sold...

More information

Economics 121b: Intermediate Microeconomics Problem Set 2 1/20/10

Economics 121b: Intermediate Microeconomics Problem Set 2 1/20/10 Dirk Bergemann Department of Economics Yale University s by Olga Timoshenko Economics 121b: Intermediate Microeconomics Problem Set 2 1/20/10 This problem set is due on Wednesday, 1/27/10. Preliminary

More information

Practical Guide to the Simplex Method of Linear Programming

Practical Guide to the Simplex Method of Linear Programming Practical Guide to the Simplex Method of Linear Programming Marcel Oliver Revised: April, 0 The basic steps of the simplex algorithm Step : Write the linear programming problem in standard form Linear

More information

Marginal Cost. Example 1: Suppose the total cost in dollars per week by ABC Corporation for 2

Marginal Cost. Example 1: Suppose the total cost in dollars per week by ABC Corporation for 2 Math 114 Marginal Functions in Economics Marginal Cost Suppose a business owner is operating a plant that manufactures a certain product at a known level. Sometimes the business owner will want to know

More information

Chapter 6. Inventory Control Models

Chapter 6. Inventory Control Models Chapter 6 Inventory Control Models Learning Objectives After completing this chapter, students will be able to: 1. Understand the importance of inventory control and ABC analysis. 2. Use the economic order

More information

Effective Inventory Analysis

Effective Inventory Analysis Effective Inventory Analysis By Jon Schreibfeder EIM Effective Inventory Management, Inc. This report is the sixth in a series of white papers designed to help forward-thinking distributors increase efficiency,

More information

Unit 26 Estimation with Confidence Intervals

Unit 26 Estimation with Confidence Intervals Unit 26 Estimation with Confidence Intervals Objectives: To see how confidence intervals are used to estimate a population proportion, a population mean, a difference in population proportions, or a difference

More information

Chapter 5 Financial Forwards and Futures

Chapter 5 Financial Forwards and Futures Chapter 5 Financial Forwards and Futures Question 5.1. Four different ways to sell a share of stock that has a price S(0) at time 0. Question 5.2. Description Get Paid at Lose Ownership of Receive Payment

More information

Module 49 Consumer and Producer Surplus

Module 49 Consumer and Producer Surplus What you will learn in this Module: The meaning of consumer surplus and its relationship to the demand curve The meaning of producer surplus and its relationship to the supply curve Module 49 Consumer

More information

For a partition B 1,..., B n, where B i B j = for i. A = (A B 1 ) (A B 2 ),..., (A B n ) and thus. P (A) = P (A B i ) = P (A B i )P (B i )

For a partition B 1,..., B n, where B i B j = for i. A = (A B 1 ) (A B 2 ),..., (A B n ) and thus. P (A) = P (A B i ) = P (A B i )P (B i ) Probability Review 15.075 Cynthia Rudin A probability space, defined by Kolmogorov (1903-1987) consists of: A set of outcomes S, e.g., for the roll of a die, S = {1, 2, 3, 4, 5, 6}, 1 1 2 1 6 for the roll

More information

Income Measurement and Profitability Analysis

Income Measurement and Profitability Analysis PROFITABILITY ANALYSIS The following financial statements for Spencer Company will be used to demonstrate the calculation of the various ratios in profitability analysis. Spencer Company Comparative Balance

More information

Microeconomics Instructor Miller Practice Problems Labor Market

Microeconomics Instructor Miller Practice Problems Labor Market Microeconomics Instructor Miller Practice Problems Labor Market 1. What is a factor market? A) It is a market where financial instruments are traded. B) It is a market where stocks and bonds are traded.

More information

0.1 Dividing Fractions

0.1 Dividing Fractions 0.. DIVIDING FRACTIONS Excerpt from: Mathematics for Elementary Teachers, First Edition, by Sybilla Beckmann. Copyright c 00, by Addison-Wesley 0. Dividing Fractions In this section, we will discuss the

More information

Pre-Test Chapter 25 ed17

Pre-Test Chapter 25 ed17 Pre-Test Chapter 25 ed17 Multiple Choice Questions 1. Refer to the above graph. An increase in the quantity of labor demanded (as distinct from an increase in demand) is shown by the: A. shift from labor

More information

MATERIALS MANAGEMENT. Module 9 July 22, 2014

MATERIALS MANAGEMENT. Module 9 July 22, 2014 MATERIALS MANAGEMENT Module 9 July 22, 2014 Inventories and their Management Inventories =? New Car Inventory Sitting in Parking Lots Types of Inventory 1. Materials A. Raw material B. WIP C. Finished

More information