Introduction to Management Science Midterm Exam October 29, 2002

Size: px
Start display at page:

Download "Introduction to Management Science Midterm Exam October 29, 2002"

Transcription

1 Answer 25 of the following 30 questions. Introduction to Management Science Midterm Exam October 29, 2002 Graphical Solutions of Linear Programming Models 1. Which of the following is not a necessary assumption for a linear programming function to be used effectively? a. linearity b. certainty c. divisibility d. exponentiality 2. The region which satisfies all of the constraints in a graphical linear programming problem is called the a. region of optimality b. feasible solution space c. region of non-negativity d. optimal solution space Computer Solution 3. The production manager for the Whoppy soft drink company is considering the production of 2 kinds of soft drinks: regular and diet. Two of her resources are constraint production time (8 hours = 480 minutes per day) and syrup (1 of her ingredients) limited to 675 gallons per day. To produce a regular case requires 2 minutes and 5 gallons of syrup, while a diet case needs 4 minutes and 3 gallons of syrup. Profits for regular soft drinks are $3.00 per case and profits for diet soft drinks are $2.00 per case. Which of the following is not a feasible production combination? a. 135R and 120D b. 135R and 0D c. 0R and 120D d. 75R and 90D Sensitivity Analysis 4. In linear programming, sensitivity analysis is associated with (1) objective function coefficient (2) right hand side values of constraints (3) constraint coefficient a. 1 and 2 b. 2 and 3 c. 1 and 3 d. 1, 2 and 3

2 Page 2 A Diet Example 5. Which of the choices below constitutes a simultaneous solution to these equations? 1. 3x + 2y = x + 3y = 12 a. x = 1 / y = 0 b. x = 1 / y = 2 c. x = 2 / y = 0 d. x = 0 / y = 2 A Blend Example 6. A croissant shop produces 2 products: bear claws (B) and almond filled croissants (C). Each bear claw requires 6 ounces of flour, 1 ounce of yeast, and 2 TS of almond paste. An almond filled croissant requires 3 ounces of flour, 1 ounce of yeast, and 4 TS of almond paste. The company has 6600 ounces of flour, 1400 ounces of yeast, and 4800 TS of almond paste available for today's production run. Bear claw profits are 20 cents each, and almond filled croissant profits are 30 cents each. What is the almond paste restraint? a. 2B + 4C </= 4800 b. 4B + 2C </= 4800 c. 2B + 3C </= 4800 d. 3B + 1C </= The production manager for Liquor etc. produces 2 kinds of beer: light and dark. Two of his resources are constrained: malt, of which he can get at most 4800 oz per week; and wheat, of which he can get at most 3200 oz per week. Each bottle of light beer requires 12 oz of malt and 4 oz of wheat, while a bottle of dark beer uses 8 oz of malt and 8 oz of wheat. Profits for light beer are $2 per bottle, and profits for dark beer are $1 per bottle. What is the dark beer constraint? a. 12L + 8D </= 3200 b. 4L + 8D </= 3200 c. 8L + 12D </= 3200 d. 8L + 4D </= 3200 Integer Programming Graphical Solution 8. If the optimal solution to the linear programming relaxation problem is integer, it is the to the integer linear programming. a. real solution b. degenerate solution c. deviate solution d. optimal solution

3 Page 3 The Transportation Model 9. Which of the following are assumptions or requirements of the transportation problem? a. Goods are the same, regardless of source. b. There must be multiple sources. c. Shipping costs per unit do not vary with the quantity shipped. d. all of the above The Shortest Route Problem 10. The first step in the shortest route solution method is to a. select the node with the shortest direct route from the origin b. select any starting node c. arbitrarily select any path in the network from origin to destination d. establish a permanent set with the origin node The Minimal Spanning Tree Problem 11. The first step of the minimal spanning tree solution method is to a. select any starting node b. select the node closest to the starting node to join the spanning tree c. select the closest node not presently in the spanning tree d. make sure all nodes have joined the spanning tree Model Building: Break-Even Analysis 12. There is a fixed cost of $50,000 to start a production process. Once the process has begun, the variable cost per unit is $25. The revenue per unit is projected to be $45. Write an expression for total profit. Graphical Solutions of Linear Programming Models 13. The binding constraints for this problem are the first and second. Min x1 + 2x2 s.t. x1 + x2 >/= 300 2x1 + x2 >/= 400 2x1 + 5x2 </= 750 x1, x2 >/= 0 Keeping c2 fixed at 2, over what range can c1 vary before there is a change in the optimal solution point?

4 Page The binding constraints for this problem are the first and second. Min x1 + 2x2 s.t. x1 + x2 >/= 300 2x1 + x2 >/= 400 2x1 + 5x2 </= 750 x1, x2 >/= 0 If the objective function becomes Min 7x1 + 6x2, what constraints will be binding? Irregular Types of Linear Programming Problems 15. In a linear programming problem, the binding constraints for the optimal solution are: 5x1 + 3x2 </= 30 2x1 + 5x2 </= 20 As long as the slope of the objective function stays between and, the current optimal solution point will remain optimal. Slack Variables 16. Consider the graphical linear programming problem: Max Z = $15x + $20y Subject to: 8x + 5y </= x + y >/= 4 Solve the values for x and y that will maximize revenue. 17. Given the following problem: Max Z = $0.30x + $0.90y a. 2x + 3.2y </= 160 b. 4x + 2y </= 240 c. y </= 40 Solve for the quantities of x and y which will maximize Z. Sensitivity Analysis 18. The production manager for Beer etc. produces 2 kinds of beer: light and dark. Two of his resources are constrained: malt, of which he can get at most 4800 oz per week; and wheat, of which he can get at most 3200 oz per week. Each bottle of light beer requires 12 oz of malt and 4 oz of wheat, while a bottle of dark beer uses 8 oz of malt and 8 oz of wheat. Profits for light beer are $2 per bottle, and profits for dark beer are $1 per bottle. What is the objective function?

5 Page 5 Integer Programming Problems 19. The production manager for Beer etc. produces 2 kinds of beer: light and dark. Two of his resources are constrained: malt, of which he can get at most 4800 oz per week; and wheat, of which he can get at most 3200 oz per week. Each bottle of light beer requires 12 oz of malt and 4 oz of wheat, while a bottle of dark beer uses 8 oz of malt and 8 oz of wheat. Profits for light beer are $2 per bottle, and profits for dark beer are $1 per bottle. What is the light beer constraint? Computer Solution of Integer Programming Problems with Excel and QM for Windows 20. Consider a capital budgeting example with 5 projects from which to select. Let xa = 1 if project a is selected, 0 if not, for a = 1, 2, 3, 4, 5. Write the appropriate constraints for each condition. Conditions are independent. No more than 2 of projects 1, 2, and 3 can be chosen. Computer Solution of a Transportation Problem 21. A logistics specialist for Wiethoff Inc. must distribute cases of parts from 3 factories to 3 assembly plants. The monthly supplies and demands, along with the per-case transportation costs are: Destination Assembly Plant Supply Source A Factory B C Demand Using the intuitive approach, how many cases of parts should be shipped from factory B to assembly plant 1? The Management Science Approach to Problem Solving 22. Management science can be used in a variety of organizations to solve many different types of problems. 23. A variable is a symbol used to represent an item that can take on any value.

6 Page 6 Sensitivity Analysis 24. Decreasing the objective function coefficient of a variable to its lower limit will create a new problem that has an unbounded solution. Computer Solution 25. Positive shadow prices will never exist in a maximization problem. An Investment Example 26. Standard form requires that fractional relationships between variables be eliminated. A Marketing Example 27. In a balanced model, supply does not equal demand and one set of constraints is </= to the other. Integer Programming Models 28. In a total integer model, all decision variables have integer solution values. Network Components 29. A network is an arrangement of paths connected at various points through which items move. The Minimal Spanning Tree Problem 30. The third step of the minimal spanning tree solution method is to select the node closest to the starting node to join the spanning tree.

How Many of Each Kind?

How Many of Each Kind? How Many of Each Kind? Abby and Bing Woo own a small bakery that specializes in cookies. They make only two kinds of cookies plain and iced. They need to decide how many dozens of each kind of cookie to

More information

CS 322: (Social and Information) Network Analysis Jure Leskovec Stanford University

CS 322: (Social and Information) Network Analysis Jure Leskovec Stanford University CS 322: (Social and Information) Network Analysis Jure Leskovec Stanford University Progress reports are due on Thursday! What do we expect from you? About half of the work should be done Milestone/progress

More information

STACKING CUPS STEM CATEGORY TOPIC OVERVIEW STEM LESSON FOCUS OBJECTIVES MATERIALS. Math. Linear Equations

STACKING CUPS STEM CATEGORY TOPIC OVERVIEW STEM LESSON FOCUS OBJECTIVES MATERIALS. Math. Linear Equations STACKING CUPS STEM CATEGORY Math TOPIC Linear Equations OVERVIEW Students will work in small groups to stack Solo cups vs. Styrofoam cups to see how many of each it takes for the two stacks to be equal.

More information

Chapter 5, Section 2. Systems of Linear Equations in Two Variables

Chapter 5, Section 2. Systems of Linear Equations in Two Variables Chapter 5, Section 2 Doug Rall Fall 2014 1/1 Doug Rall Formulation and Solution of Linear Systems Systems of Linear Equations in Two Variables Outline Translating Data Relationships into Equations Solving

More information

Decision making with incomplete information Some new developments. Rudolf Vetschera University of Vienna. Tamkang University May 15, 2017

Decision making with incomplete information Some new developments. Rudolf Vetschera University of Vienna. Tamkang University May 15, 2017 Decision making with incomplete information Some new developments Rudolf Vetschera University of Vienna Tamkang University May 15, 2017 Agenda Problem description Overview of methods Single parameter approaches

More information

Chapter 3 Labor Productivity and Comparative Advantage: The Ricardian Model

Chapter 3 Labor Productivity and Comparative Advantage: The Ricardian Model Chapter 3 Labor Productivity and Comparative Advantage: The Ricardian Model Introduction Theories of why trade occurs: Differences across countries in labor, labor skills, physical capital, natural resources,

More information

Economics 101 Spring 2016 Answers to Homework #1 Due Tuesday, February 9, 2016

Economics 101 Spring 2016 Answers to Homework #1 Due Tuesday, February 9, 2016 Economics 101 Spring 2016 Answers to Homework #1 Due Tuesday, February 9, 2016 Directions: The homework will be collected in a box before the large lecture. Please place your name, TA name and section

More information

Chapter 3. Labor Productivity and Comparative Advantage: The Ricardian Model

Chapter 3. Labor Productivity and Comparative Advantage: The Ricardian Model Chapter 3 Labor Productivity and Comparative Advantage: The Ricardian Model Preview Opportunity costs and comparative advantage A one-factor Ricardian model Production possibilities Gains from trade Wages

More information

Preview. Chapter 3. Labor Productivity and Comparative Advantage: The Ricardian Model

Preview. Chapter 3. Labor Productivity and Comparative Advantage: The Ricardian Model Chapter 3 Labor Productivity and Comparative Advantage: The Ricardian Model Preview Opportunity costs and comparative advantage A one-factor Ricardian model Production possibilities Gains from trade Wages

More information

3. If bundles of goods A and B lie on the same indifference curve, one can assume the individual b. prefers bundle B to bundle A.

3. If bundles of goods A and B lie on the same indifference curve, one can assume the individual b. prefers bundle B to bundle A. 1. Indifference curves a. are nonintersecting. b. are contour lines of a utility function. c. are negatively sloped. d. All of the above. 2. For an individual who consumes only two goods, X and Y, the

More information

Chapter 3. Labor Productivity and Comparative Advantage: The Ricardian Model. Pearson Education Limited All rights reserved.

Chapter 3. Labor Productivity and Comparative Advantage: The Ricardian Model. Pearson Education Limited All rights reserved. Chapter 3 Labor Productivity and Comparative Advantage: The Ricardian Model 1-1 Preview Opportunity costs and comparative advantage A one-factor Ricardian model Production possibilities Gains from trade

More information

Master planning in semiconductor manufacturing exercise

Master planning in semiconductor manufacturing exercise Master planning in semiconductor manufacturing exercise Outline of the LP model for master planning We consider a semiconductor manufacturer with a three-stage production: Wafer fab, assembly, testing

More information

Test Bank for Intermediate Microeconomics and Its Application with CourseMate 2 Semester Printed Access Card 12th edition by Nicholson and Snyder

Test Bank for Intermediate Microeconomics and Its Application with CourseMate 2 Semester Printed Access Card 12th edition by Nicholson and Snyder Test Bank for Intermediate Microeconomics and Its Application with CourseMate 2 Semester Printed Access Card 12th edition by Nicholson and Snyder Link download Test Bank for Intermediate Microeconomics

More information

The aim of the thesis is to determine the economic efficiency of production factors utilization in S.C. AGROINDUSTRIALA BUCIUM S.A.

The aim of the thesis is to determine the economic efficiency of production factors utilization in S.C. AGROINDUSTRIALA BUCIUM S.A. The aim of the thesis is to determine the economic efficiency of production factors utilization in S.C. AGROINDUSTRIALA BUCIUM S.A. The research objectives are: to study the history and importance of grape

More information

Preview. Introduction (cont.) Introduction. Comparative Advantage and Opportunity Cost (cont.) Comparative Advantage and Opportunity Cost

Preview. Introduction (cont.) Introduction. Comparative Advantage and Opportunity Cost (cont.) Comparative Advantage and Opportunity Cost Chapter 3 Labor Productivity and Comparative Advantage: The Ricardian Model Preview Opportunity costs and comparative advantage A one-factor Ricardian model Production possibilities Gains from trade Wages

More information

Preview. Introduction. Chapter 3. Labor Productivity and Comparative Advantage: The Ricardian Model

Preview. Introduction. Chapter 3. Labor Productivity and Comparative Advantage: The Ricardian Model Chapter 3 Labor Productivity and Comparative Advantage: The Ricardian Model. Preview Opportunity costs and comparative advantage A one-factor Ricardian model Production possibilities Gains from trade Wages

More information

The Market Potential for Exporting Bottled Wine to Mainland China (PRC)

The Market Potential for Exporting Bottled Wine to Mainland China (PRC) The Market Potential for Exporting Bottled Wine to Mainland China (PRC) The Machine Learning Element Data Reimagined SCOPE OF THE ANALYSIS This analysis was undertaken on behalf of a California company

More information

Preview. Introduction. Chapter 3. Labor Productivity and Comparative Advantage: The Ricardian Model

Preview. Introduction. Chapter 3. Labor Productivity and Comparative Advantage: The Ricardian Model Chapter 3 Labor Productivity and Comparative Advantage: The Ricardian Model 1-1 Preview Opportunity costs and comparative advantage A one-factor Ricardian model Production possibilities Gains from trade

More information

Stochastic Modelling of Linear Programming Application to Brewing Operational Systems

Stochastic Modelling of Linear Programming Application to Brewing Operational Systems ANALELE UNIVERSITĂłII EFTIMIE MURGU REŞIłA ANUL XXI, NR. 1, 2014, ISSN 1453-7397 Akanbi O.P. Stochastic Modelling of Linear Programming Application to Brewing Operational Systems System where a large number

More information

FIRST MIDTERM EXAM. Economics 452 International Trade Theory and Policy Spring 2011

FIRST MIDTERM EXAM. Economics 452 International Trade Theory and Policy Spring 2011 Name FIRST MIDTERM EXAM Economics 452 International Trade Theory and Policy Spring 2011 WORLD TRADE 1. What is true for the United States with most of its largest trading partners? a. Trade balance is

More information

Chapter 1: The Ricardo Model

Chapter 1: The Ricardo Model Chapter 1: The Ricardo Model The main question of the Ricardo model is why should countries trade? There are some countries that are better in producing a lot of goods compared to other countries. Imagine

More information

Tourism and HSR in Spain. Does the AVE increase local visitors?

Tourism and HSR in Spain. Does the AVE increase local visitors? 2 nd Meeting on Transport Economics and Infrastructure Barcelona January 21 st 2016 Tourism and HSR in Spain. Does the AVE increase local visitors? Javier Campos (ULPGC) Daniel Albalate (UB) Juan Luis

More information

Functions Modeling Change A Preparation for Calculus Third Edition

Functions Modeling Change A Preparation for Calculus Third Edition Powerpoint slides copied from or based upon: Functions Modeling Change A Preparation for Calculus Third Edition Connally, Hughes-Hallett, Gleason, Et Al. Copyright 2007 John Wiley & Sons, Inc. 1 Section

More information

1 hour 15 minutes. ( 9 pages + 1 page extra graph paper + 1 page fun reading ) Question Total Score (a) 15. (b) 20. (c) 20. (d) 20. (e) 15.

1 hour 15 minutes. ( 9 pages + 1 page extra graph paper + 1 page fun reading ) Question Total Score (a) 15. (b) 20. (c) 20. (d) 20. (e) 15. Viterbi School of Engineering Daniel J. Epstein Department of Industrial and Systems Engineering ISE 330: Introduction to Operations Research Fall 2006 (October 25): Midterm 1 hour 15 minutes ( 9 pages

More information

Activity 10. Coffee Break. Introduction. Equipment Required. Collecting the Data

Activity 10. Coffee Break. Introduction. Equipment Required. Collecting the Data . Activity 10 Coffee Break Economists often use math to analyze growth trends for a company. Based on past performance, a mathematical equation or formula can sometimes be developed to help make predictions

More information

San Luis Obispo Public Winery Transit System

San Luis Obispo Public Winery Transit System San Luis Obispo Public Winery Transit System by Amanda Crissman A Senior Project submitted to in Partial Fulfillment of the requirements for the degree of Bachelor of Science in Industrial Engineering

More information

Testimonials. ver.1.0. A list of companies that are currently using Flash Freezing technology in their business.

Testimonials. ver.1.0. A list of companies that are currently using Flash Freezing technology in their business. Testimonials ver.1.0 A list of companies that are currently using Flash Freezing technology in their business. Table of contents Case 01 Case 02 Case 03 Case 04 Case 05 Case 06 Case 07 Jazz Bar & café

More information

THE STATISTICAL SOMMELIER

THE STATISTICAL SOMMELIER THE STATISTICAL SOMMELIER An Introduction to Linear Regression 15.071 The Analytics Edge Bordeaux Wine Large differences in price and quality between years, although wine is produced in a similar way Meant

More information

A WINERY COMPUTER MODEL

A WINERY COMPUTER MODEL A WINERY COMPUTER MODEL David S. Tower Department of Viticulture and Enology, University of California, Davis, California 95616. Present address: Commonwealth Winery, Cordage Park, Plymouth, Massachusetts

More information

Chapter 3. Labor Productivity and Comparative Advantage: The Ricardian Model

Chapter 3. Labor Productivity and Comparative Advantage: The Ricardian Model hapter 3 Labor Productivity and omparative Advantage: The Ricardian Model Preview Opportunity costs and comparative advantage Production possibilities Relative supply, relative demand & relative prices

More information

Archdiocese of New York Practice Items

Archdiocese of New York Practice Items Archdiocese of New York Practice Items Mathematics Grade 8 Teacher Sample Packet Unit 1 NY MATH_TE_G8_U1.indd 1 NY MATH_TE_G8_U1.indd 2 1. Which choice is equivalent to 52 5 4? A 1 5 4 B 25 1 C 2 1 D 25

More information

Analysis of Things (AoT)

Analysis of Things (AoT) Analysis of Things (AoT) Big Data & Machine Learning Applied to Brent Crude Executive Summary Data Selecting & Visualising Data We select historical, monthly, fundamental data We check for correlations

More information

Demand, Supply and Market Equilibrium. Lecture 4 Shahid Iqbal

Demand, Supply and Market Equilibrium. Lecture 4 Shahid Iqbal Demand, Supply and Market Equilibrium Lecture 4 Shahid Iqbal Markets & Economics A market is a group of buyers and sellers of a particular good or service. The terms supply and demand refer to the behavior

More information

Since the cross price elasticity is positive, the two goods are substitutes.

Since the cross price elasticity is positive, the two goods are substitutes. Exam 1 AGEC 210 The Economics of Agricultural Business Spring 2013 Instructor: Eric Belasco Name Belasco KEY 1. (15 points, 5 points each) The following questions refer to different elasticity measures

More information

Trends. in retail. Issue 8 Winter The Evolution of on-demand Food and Beverage Delivery Options. Content

Trends. in retail. Issue 8 Winter The Evolution of on-demand Food and Beverage Delivery Options. Content Trends in retail Issue 8 Winter 2016 Content 1. The Evolution of On-Demand Food and Beverage Delivery Options Alberta Food and Beverage Sector Opportunities and Challenges 2. Data Highlights The Evolution

More information

Environmental Monitoring for Optimized Production in Wineries

Environmental Monitoring for Optimized Production in Wineries Environmental Monitoring for Optimized Production in Wineries Mounzer SALEH Applications Engineer Agenda The Winemaking Process What Makes a great a Wine? Main challenges and constraints Using Technology

More information

Dietary Diversity in Urban and Rural China: An Endogenous Variety Approach

Dietary Diversity in Urban and Rural China: An Endogenous Variety Approach Dietary Diversity in Urban and Rural China: An Endogenous Variety Approach Jing Liu September 6, 2011 Road Map What is endogenous variety? Why is it? A structural framework illustrating this idea An application

More information

Advancing Agriculture Grape Industry Development Program

Advancing Agriculture Grape Industry Development Program 2017-2018 Advancing Agriculture Grape Industry Development Program 1) Objectives: To provide assistance for the establishment of new or more productive vineyards. To assist with the adoption of new technologies

More information

Chapter 3: Labor Productivity and Comparative Advantage: The Ricardian Model

Chapter 3: Labor Productivity and Comparative Advantage: The Ricardian Model Chapter 3: Labor Productivity and Comparative Advantage: The Ricardian Model Krugman, P.R., Obstfeld, M.: International Economics: Theory and Policy, 8th Edition, Pearson Addison-Wesley, 27-53 1 Preview

More information

Recent U.S. Trade Patterns (2000-9) PP542. World Trade 1929 versus U.S. Top Trading Partners (Nov 2009) Why Do Countries Trade?

Recent U.S. Trade Patterns (2000-9) PP542. World Trade 1929 versus U.S. Top Trading Partners (Nov 2009) Why Do Countries Trade? PP542 Trade Recent U.S. Trade Patterns (2000-9) K. Dominguez, Winter 2010 1 K. Dominguez, Winter 2010 2 U.S. Top Trading Partners (Nov 2009) World Trade 1929 versus 2009 4 K. Dominguez, Winter 2010 3 K.

More information

Structures of Life. Investigation 1: Origin of Seeds. Big Question: 3 rd Science Notebook. Name:

Structures of Life. Investigation 1: Origin of Seeds. Big Question: 3 rd Science Notebook. Name: 3 rd Science Notebook Structures of Life Investigation 1: Origin of Seeds Name: Big Question: What are the properties of seeds and how does water affect them? 1 Alignment with New York State Science Standards

More information

FIRST MIDTERM EXAM. Economics 452 International Trade Theory and Policy Spring 2010

FIRST MIDTERM EXAM. Economics 452 International Trade Theory and Policy Spring 2010 Name FIRST MIDTERM EXAM Economics 452 International Trade Theory and Policy Spring 2010 WORLD TRADE 1. Which of the following is NOT one of the five largest trading partners of the United States? a. China

More information

PROCEDURE million pounds of pecans annually with an average

PROCEDURE million pounds of pecans annually with an average SOUTHERN JOURNAL OF AGRICULTURAL ECONOMICS JULY, 1972 THE CONSUMER MARKET FOR PECANS AND COMPETING NUTS F. W. Williams, M. G. LaPlante, and E. K. Heaton Pecans contribute significantly to agricultural

More information

Mini Project 3: Fermentation, Due Monday, October 29. For this Mini Project, please make sure you hand in the following, and only the following:

Mini Project 3: Fermentation, Due Monday, October 29. For this Mini Project, please make sure you hand in the following, and only the following: Mini Project 3: Fermentation, Due Monday, October 29 For this Mini Project, please make sure you hand in the following, and only the following: A cover page, as described under the Homework Assignment

More information

MATH Section 5.4

MATH Section 5.4 MATH 1311 Section 5.4 Combining Functions There are times when different functions can be combined based on their individual properties. Very often, this will involve a limiting value (given as a linear

More information

2 nd Midterm Exam-Solution

2 nd Midterm Exam-Solution 2 nd Midterm Exam- اس تعن ابهلل وكن عىل يقني بأ ن لك ما ورد يف هذه الورقة تعرفه جيدا وقد تدربت عليه مبا فيه الكفاية Question #1: Answer the following with True or False: 1. The non-parametric input modeling

More information

End to End Chilled Water Optimization Merck West Point, PA Site

End to End Chilled Water Optimization Merck West Point, PA Site End to End Chilled Water Optimization Merck West Point, PA Site Michael Nyhan, PE Associate Director at Merck Travis Smith, PE Principal at Smith Engineering Dan Shirley Utilities Engineer at Thermo Systems

More information

Interpret and Compute Quotients of Fractions - Step-by-Step Lesson

Interpret and Compute Quotients of Fractions - Step-by-Step Lesson Interpret and Compute Quotients of Fractions - Step-by-Step Lesson Lesson 1 Fraction Problem: 1. How many 3/4-cup servings are in 3/2 cups of coffee? Explanation: Step 1) First we look to see what is being

More information

Paper Reference IT Principal Learning Information Technology. Level 3 Unit 2: Understanding Organisations

Paper Reference IT Principal Learning Information Technology. Level 3 Unit 2: Understanding Organisations Centre No. Candidate No. Surname Signature Paper Reference(s) IT302/01 Edexcel Principal Learning Information Technology Level 3 Unit 2: Understanding Organisations Wednesday 3 June 2009 Morning Time:

More information

An Optimization Model for Winery Capacity Use. Christos Kolympiris University of Missouri. Michael Thomsen University of Arkansas

An Optimization Model for Winery Capacity Use. Christos Kolympiris University of Missouri. Michael Thomsen University of Arkansas An Optimization Model for Winery Capacity Use Christos Kolympiris University of Missouri Michael Thomsen University of Aransas Justin Morris University of Aransas Selected Paper prepared for presentation

More information

Relationships Among Wine Prices, Ratings, Advertising, and Production: Examining a Giffen Good

Relationships Among Wine Prices, Ratings, Advertising, and Production: Examining a Giffen Good Relationships Among Wine Prices, Ratings, Advertising, and Production: Examining a Giffen Good Carol Miu Massachusetts Institute of Technology Abstract It has become increasingly popular for statistics

More information

What does radical price change and choice reveal?

What does radical price change and choice reveal? What does radical price change and choice reveal? A project by YarraValley Water and the Centre for Water Policy Management November 2016 CRICOS Provider 00115M latrobe.edu.au CRICOS Provider 00115M Objectives

More information

FIRST MIDTERM EXAM. Economics 452 International Trade Theory and Policy Fall 2010

FIRST MIDTERM EXAM. Economics 452 International Trade Theory and Policy Fall 2010 Name FIRST MIDTERM EXAM Economics 452 International Trade Theory and Policy Fall 2010 WORLD TRADE 1. Which of the following is NOT one of the three largest trading partners of the United States? a. China

More information

Relation between Grape Wine Quality and Related Physicochemical Indexes

Relation between Grape Wine Quality and Related Physicochemical Indexes Research Journal of Applied Sciences, Engineering and Technology 5(4): 557-5577, 013 ISSN: 040-7459; e-issn: 040-7467 Maxwell Scientific Organization, 013 Submitted: October 1, 01 Accepted: December 03,

More information

OALCF Tasks for the Apprenticeship Goal Path: Prepared for the Project,

OALCF Tasks for the Apprenticeship Goal Path: Prepared for the Project, Learner Name: OALCF Task Cover Sheet Date Started: Date Completed: Successful Completion: Yes No Goal Path: Employment Apprenticeship Secondary School Post Secondary Independence Task Description: Calculate

More information

Financing Decisions of REITs and the Switching Effect

Financing Decisions of REITs and the Switching Effect Financing Decisions of REITs and the Switching Effect By Lucia Gibilaro University of Bergamo Department of Management, Economics and Quantitative Methods and Gianluca Mattarocci University of Rome Tor

More information

What makes a good muffin? Ivan Ivanov. CS229 Final Project

What makes a good muffin? Ivan Ivanov. CS229 Final Project What makes a good muffin? Ivan Ivanov CS229 Final Project Introduction Today most cooking projects start off by consulting the Internet for recipes. A quick search for chocolate chip muffins returns a

More information

STA Module 6 The Normal Distribution

STA Module 6 The Normal Distribution STA 2023 Module 6 The Normal Distribution Learning Objectives 1. Explain what it means for a variable to be normally distributed or approximately normally distributed. 2. Explain the meaning of the parameters

More information

STA Module 6 The Normal Distribution. Learning Objectives. Examples of Normal Curves

STA Module 6 The Normal Distribution. Learning Objectives. Examples of Normal Curves STA 2023 Module 6 The Normal Distribution Learning Objectives 1. Explain what it means for a variable to be normally distributed or approximately normally distributed. 2. Explain the meaning of the parameters

More information

Valuation in the Life Settlements Market

Valuation in the Life Settlements Market Valuation in the Life Settlements Market New Empirical Evidence Jiahua (Java) Xu 1 1 Institute of Insurance Economics University of St.Gallen Western Risk and Insurance Association 2018 Annual Meeting

More information

Objective: Decompose a liter to reason about the size of 1 liter, 100 milliliters, 10 milliliters, and 1 milliliter.

Objective: Decompose a liter to reason about the size of 1 liter, 100 milliliters, 10 milliliters, and 1 milliliter. NYS COMMON CORE MATHEMATICS CURRICULUM Lesson 9 3 2 Lesson 9 Objective: Decompose a liter to reason about the size of 1 liter, 100 milliliters, 10 milliliters, and 1 milliliter. Suggested Lesson Structure

More information

Chemical Components and Taste of Green Tea

Chemical Components and Taste of Green Tea Chemical Components and Taste of Green Tea By MUNEYUKI NAKAGAWA Tea Technology Division, National Research Institute of Tea It has been said that green tea contains various kinds of chemical substances

More information

Economics 452 International Trade Theory and Policy Fall 2012

Economics 452 International Trade Theory and Policy Fall 2012 Name FIRST EXAM Economics 452 International Trade Theory and Policy Fall 2012 WORLD TRADE 1. The United States trades (exports plus imports) the third most with a. China b. Canada c. France d. Mexico e.

More information

Week 5 Objectives. Subproblem structure Greedy algorithm Mathematical induction application Greedy correctness

Week 5 Objectives. Subproblem structure Greedy algorithm Mathematical induction application Greedy correctness Greedy Algorithms Week 5 Objectives Subproblem structure Greedy algorithm Mathematical induction application Greedy correctness Subproblem Optimal Structure Divide and conquer - optimal subproblems divide

More information

PRODUCTION AND EXPORT PERFORMANCE OF CARDAMOM IN INDIA

PRODUCTION AND EXPORT PERFORMANCE OF CARDAMOM IN INDIA PRODUCTION AND EXPORT PERFORMANCE OF CARDAMOM IN INDIA Dr.R.Govindasamy Guest Lecturer, Department of Economics, Bharathiar University, Coimbatore Abstract Cardamom is generally produced in the tropical

More information

Appendix A. Table A.1: Logit Estimates for Elasticities

Appendix A. Table A.1: Logit Estimates for Elasticities Estimates from historical sales data Appendix A Table A.1. reports the estimates from the discrete choice model for the historical sales data. Table A.1: Logit Estimates for Elasticities Dependent Variable:

More information

and the World Market for Wine The Central Valley is a Central Part of the Competitive World of Wine What is happening in the world of wine?

and the World Market for Wine The Central Valley is a Central Part of the Competitive World of Wine What is happening in the world of wine? The Central Valley Winegrape Industry and the World Market for Wine Daniel A. Sumner University it of California i Agricultural l Issues Center January 5, 211 The Central Valley is a Central Part of the

More information

Preview. Introduction. Chapter 3. Labor Productivity and Comparative Advantage: The Ricardian Model

Preview. Introduction. Chapter 3. Labor Productivity and Comparative Advantage: The Ricardian Model Chapter 3 Labor Productivity and Comparative Advantage: The Ricardian Model Copyright 2012 Pearson Addison-Wesley. All rights reserved. Preview Opportunity costs and comparative advantage A one-factor

More information

Economics 101 Spring 2019 Answers to Homework #1 Due Thursday, February 7 th, Directions:

Economics 101 Spring 2019 Answers to Homework #1 Due Thursday, February 7 th, Directions: Economics 101 Spring 2019 Answers to Homework #1 Due Thursday, February 7 th, 2019 Directions: The homework will be collected in a box labeled with your TA s name before the lecture. Please place your

More information

Michael T. Frow Susan L. Kerr. ChE 4273 Dr. Miguel Bagajewicz

Michael T. Frow Susan L. Kerr. ChE 4273 Dr. Miguel Bagajewicz Michael T. Frow Susan L. Kerr ChE 4273 Dr. Miguel Bagajewicz Overview Problem Definition Process Overview Consumer Satisfaction and Preference Application of Model Business Model Conclusions Recommendations

More information

Ergon Energy Corporation Limited 21 July 2010

Ergon Energy Corporation Limited 21 July 2010 Ergon Energy Corporation Limited 21 July 2010 Disclaimer While care was taken in preparation of the information in this discussion paper, and it is provided in good faith, Ergon Energy Corporation Limited

More information

Thought: The Great Coffee Experiment

Thought: The Great Coffee Experiment Thought: The Great Coffee Experiment 7/7/16 By Kevin DeLuca ThoughtBurner Opportunity Cost of Reading this ThoughtBurner post: $1.97 about 8.95 minutes I drink a lot of coffee. In fact, I m drinking a

More information

Pg. 2-3 CS 1.2: Comparing Ratios. Pg CS 1.4: Scaling to Solve Proportions Exit Ticket #1 Pg Inv. 1. Additional Practice.

Pg. 2-3 CS 1.2: Comparing Ratios. Pg CS 1.4: Scaling to Solve Proportions Exit Ticket #1 Pg Inv. 1. Additional Practice. Name: Per: COMPARING & SCALING UNIT: Ratios, Rates, Percents & Proportions Investigation 1: Ratios and Proportions Common Core Math 7 Standards: 7.RP.1: Compute unit rates associated with ratios of fractions,

More information

The Economics Surrounding Premium Wine Production

The Economics Surrounding Premium Wine Production The Economics Surrounding Premium Wine Production by Trent Ball 1 and Ray Folwell 2 1 Vineyard and Winery Technology Program, Chair, Yakima Valley Community College, and Partner, 2 Agri-Business Consultants

More information

Lesson 11: Comparing Ratios Using Ratio Tables

Lesson 11: Comparing Ratios Using Ratio Tables Student Outcomes Students solve problems by comparing different ratios using two or more ratio tables. Classwork Example 1 (10 minutes) Allow students time to complete the activity. If time permits, allow

More information

Structural Reforms and Agricultural Export Performance An Empirical Analysis

Structural Reforms and Agricultural Export Performance An Empirical Analysis Structural Reforms and Agricultural Export Performance An Empirical Analysis D. Susanto, C. P. Rosson, and R. Costa Department of Agricultural Economics, Texas A&M University College Station, Texas INTRODUCTION

More information

Gail E. Potter, Timo Smieszek, and Kerstin Sailer. April 24, 2015

Gail E. Potter, Timo Smieszek, and Kerstin Sailer. April 24, 2015 Supplementary Material to Modelling workplace contact networks: the effects of organizational structure, architecture, and reporting errors on epidemic predictions, published in Network Science Gail E.

More information

The Bank Lending Channel of Conventional and Unconventional Monetary Policy: A Euro-area bank-level Analysis

The Bank Lending Channel of Conventional and Unconventional Monetary Policy: A Euro-area bank-level Analysis The Bank Lending Channel of Conventional and Unconventional Monetary Policy: A Euro-area bank-level Analysis by U. Albertazzi, A. Nobili and F. Signoretti (Banca d Italia) Workshop : Effectiveness and

More information

Vineyard Cash Flows Tremain Hatch

Vineyard Cash Flows Tremain Hatch Vineyard Cash Flows Tremain Hatch thatch@vt.edu New grape growers Contemplating retirement or other transitions and considering viticulture and winemaking Alternative crop to existing farm operation Questions

More information

Product Versatility - Recipe Designing Fresh Scratch Preparations with your Commodity ingredients Robert Lafond & Tarrice Gibson JTM Food group

Product Versatility - Recipe Designing Fresh Scratch Preparations with your Commodity ingredients Robert Lafond & Tarrice Gibson JTM Food group SNAM 2017 Product Versatility - Recipe Designing Fresh Scratch Preparations with your Commodity ingredients Robert Lafond & Tarrice Gibson JTM Food group o Introductions o Better for you products Agenda

More information

Assignment 60 Marks 1 March, 2018

Assignment 60 Marks 1 March, 2018 Wynberg Boys High School Mathematical Literacy Grade 12 Assignment 60 Marks 1 March, 28 Instructions: Complete all the questions Do all steps necessary to get all the marks QUESTION 1 Below is a recipe

More information

Economics 452 International Trade Theory and Policy Fall 2013

Economics 452 International Trade Theory and Policy Fall 2013 Name FIRST EXAM Economics 452 International Trade Theory and Policy Fall 2013 WORLD TRADE 1. Approximately what percent of all world production of goods and services is exported to other countries? a.

More information

Imputation of multivariate continuous data with non-ignorable missingness

Imputation of multivariate continuous data with non-ignorable missingness Imputation of multivariate continuous data with non-ignorable missingness Thais Paiva Jerry Reiter Department of Statistical Science Duke University NCRN Meeting Spring 2014 May 23, 2014 Thais Paiva, Jerry

More information

SAT Planning in Description Logics: Solving the Classical Wolf Goat Cabbage Riddle. Michael Wessel

SAT Planning in Description Logics: Solving the Classical Wolf Goat Cabbage Riddle. Michael Wessel SAT Planning in Description Logics: Solving the Classical Wolf Goat Cabbage Riddle Michael Wessel 2014 06-30 Wolf Goat (Sheep) Cabbage Riddle A shepherd (= ferryman in the following), wolf, goat, and cabbage

More information

KALLAS, Z.; ESCOBAR, C. & GIL, J.M.

KALLAS, Z.; ESCOBAR, C. & GIL, J.M. Parc Mediterrani de la Tecnologia Edifici ESAB Carrer Esteve Terradas, 8 08860 Castelldefels, Barcelona ARE PREFERENCES FOR RED WINE IN SPECIAL OCCASION HETEROGENEOUS?: FORCED VERSUS NON FORCED APPROACH

More information

Investigation 1: Ratios and Proportions and Investigation 2: Comparing and Scaling Rates

Investigation 1: Ratios and Proportions and Investigation 2: Comparing and Scaling Rates Comparing and Scaling: Ratios, Rates, Percents & Proportions Name: KEY Per: Investigation 1: Ratios and Proportions and Investigation 2: Comparing and Scaling Rates Standards: 7.RP.1: Compute unit rates

More information

Selection bias in innovation studies: A simple test

Selection bias in innovation studies: A simple test Selection bias in innovation studies: A simple test Work in progress Gaétan de Rassenfosse University of Melbourne (MIAESR and IPRIA), Australia. Annelies Wastyn KULeuven, Belgium. IPTS Workshop, June

More information

!!!! !!! !!! !!!! !!! Review Fractions Solve 5 problems every day. An expression is shown.

!!!! !!! !!! !!!! !!! Review Fractions Solve 5 problems every day. An expression is shown. Review Fractions Solve 5 problems every day 1 2 + 2 + 3 6 4 4 An equation is shown. +? = 5 What is the missing number? An equation is shown.? = 6 What is the missing number? An equation is shown. 2 +?

More information

Lesson 11. Classwork. Example 1. Exercise 1. Create four equivalent ratios (2 by scaling up and 2 by scaling down) using the ratio 30 to 80.

Lesson 11. Classwork. Example 1. Exercise 1. Create four equivalent ratios (2 by scaling up and 2 by scaling down) using the ratio 30 to 80. : Comparing Ratios Using Ratio Tables Classwork Example 1 Create four equivalent ratios (2 by scaling up and 2 by scaling down) using the ratio 30 to 80. Write a ratio to describe the relationship shown

More information

Investigation 1: Ratios and Proportions and Investigation 2: Comparing and Scaling Rates

Investigation 1: Ratios and Proportions and Investigation 2: Comparing and Scaling Rates Comparing and Scaling: Ratios, Rates, Percents & Proportions Name: Per: Investigation 1: Ratios and Proportions and Investigation 2: Comparing and Scaling Rates Standards: 7.RP.1: Compute unit rates associated

More information

Making Money by Making Wine: West Coast and Eastern Comparisons V&WM 2: by Carl R. Dillon, Justin R. Morris and Carter Price

Making Money by Making Wine: West Coast and Eastern Comparisons V&WM 2: by Carl R. Dillon, Justin R. Morris and Carter Price Making Money by Making Wine: West Coast and Eastern Comparisons V&WM 2:37-42 1993 by Carl R. Dillon, Justin R. Morris and Carter Price A considerable amount of worthwhile research has been conducted regarding

More information

Red wine consumption in the new world and the old world

Red wine consumption in the new world and the old world Red wine consumption in the new world and the old world World red wine market is expanding. In 2012, the total red wine trade was over 32 billion dollar,most current research on wine focus on the Old World:

More information

Missing value imputation in SAS: an intro to Proc MI and MIANALYZE

Missing value imputation in SAS: an intro to Proc MI and MIANALYZE Victoria SAS Users Group November 26, 2013 Missing value imputation in SAS: an intro to Proc MI and MIANALYZE Sylvain Tremblay SAS Canada Education Copyright 2010 SAS Institute Inc. All rights reserved.

More information

Pre-Test Unit 6: Systems KEY

Pre-Test Unit 6: Systems KEY Pre-Test Unit 6: Systems KEY No calculator necessary. Please do not use a calculator. Estimate the solution to the system of equations using the graph provided. Give your answer in the form of a point.

More information

Missing Data Treatments

Missing Data Treatments Missing Data Treatments Lindsey Perry EDU7312: Spring 2012 Presentation Outline Types of Missing Data Listwise Deletion Pairwise Deletion Single Imputation Methods Mean Imputation Hot Deck Imputation Multiple

More information

B756: Factors Affecting the Unit Costs of Milk Distribution

B756: Factors Affecting the Unit Costs of Milk Distribution The University of Maine DigitalCommons@UMaine Bulletins Maine Agricultural and Forest Experiment Station 1979 B756: Factors Affecting the Unit Costs of Milk Distribution Homer B. Metzger Follow this and

More information

Wine-Tasting by Numbers: Using Binary Logistic Regression to Reveal the Preferences of Experts

Wine-Tasting by Numbers: Using Binary Logistic Regression to Reveal the Preferences of Experts Wine-Tasting by Numbers: Using Binary Logistic Regression to Reveal the Preferences of Experts When you need to understand situations that seem to defy data analysis, you may be able to use techniques

More information

Advantages: High Yield, Low Investment Unlimited Income Be Your Own Boss Home-Based Business

Advantages: High Yield, Low Investment Unlimited Income Be Your Own Boss Home-Based Business Coffee News Coffee News is the world s largest restaurant publication created in Canada in 1988. Today, Coffee News has 800 franchises in eighteen countries with millions of readers around the world. Benefits

More information

Algebra I: Strand 3. Quadratic and Nonlinear Functions; Topic 3. Exponential; Task 3.3.4

Algebra I: Strand 3. Quadratic and Nonlinear Functions; Topic 3. Exponential; Task 3.3.4 1 TASK 3.3.4: EXPONENTIAL DECAY NO BEANS ABOUT IT A genie has paid you a visit and left a container of magic colored beans with instructions. You are to locate the magic bean for your group. You will be

More information

Optimal Feed Rate for Maximum Ethanol Production. Conor Keith Loyola Marymount University March 2, 2016

Optimal Feed Rate for Maximum Ethanol Production. Conor Keith Loyola Marymount University March 2, 2016 Optimal Feed Rate for Maximum Ethanol Production Conor Keith Loyola Marymount University March 2, 2016 Outline Chemostats and industrial ethanol manufacturing Saccharomyces cerevisiae and the fermentation

More information