Real Estate Developer A real estate developer is considering three possible projects: a small apartment complex, a small shopping center, and a mini-warehouse.

Slides:



Advertisements
Similar presentations
Linear Programming Problem. Introduction Linear Programming was developed by George B Dantzing in 1947 for solving military logistic operations.
Advertisements

Linear Programming We are to learn two topics today: LP formulation
©A. Ward 2002 Capital Expenditure Appraisal Cash Flow - revisited Accounting Rate of Return Payback Period DCF Techniques Net Present Value Sensitivity.
7.4 – SOLVING SYSTEMS OF LINEAR EQUATIONS USING A SUBSTITUTION STRATEGY SYSTEMS OF LINEAR EQUATIONS.
Operations Management Linear Programming Module B - Part 2
Example 6.1 Capital Budgeting Models | 6.3 | 6.4 | 6.5 | 6.6 | Background Information n The Tatham Company is considering seven.
COMPLEX INVESTMENT DECISIONS
McGraw-Hill/Irwin © The McGraw-Hill Companies, Inc., Integer Programming.
SE 303 Lab Multi-Period Financial Models Production planning problem.
Optimization Linear Programming and Simplex Method
The Islamic University of Gaza Faculty of Engineering Civil Engineering Department Numerical Analysis ECIV 3306 Chapter 1 Mathematical Modeling.
Linear-Programming Applications
3-2 Solving Inequalities Using Addition or Subtraction
 FACTORING a polynomial means to break it apart into its prime factors.  For example:  x 2 – 4 = (x + 2)(x – 2)  x 2 + 6x + 5 = (x + 1)(x + 5)  3y.
Goals and aims To introduce Linear Programming To find a knowledge on graphical solution for LP problems To solve linear programming problems using excel.
Introduction to Mathematical Programming OR/MA 504 Chapter 5 Integer Linear Programming.
LESSON 3 – SOLVING SYSTEMS OF LINEAR EQUATIONS USING A SUBSTITUTION STRATEGY SYSTEMS OF LINEAR EQUATIONS.
Chapter 12 The Capital Budgeting Decision. McGraw-Hill/Irwin © 2005 The McGraw-Hill Companies, Inc., All Rights Reserved. PPT 12-1 FIGURE 12-1 Capital.
Chapter 12 Section 12.1 The Geometry of Linear Programming.
Our final lecture analyzes optimal contracting in situations when the principal writing the contract has less information than the agent who accepts or.
Section 11-1: Properties of Exponents Property of Negatives:
4.6 Matrix Equations and Systems of Linear Equations In this section, you will study matrix equations and how to use them to solve systems of linear equations.
Integer Programming Integer programming is a solution method for many discrete optimization problems Programming = Planning in this context Origins go.
Spreadsheet Modeling & Decision Analysis:
Types of IP Models All-integer linear programs Mixed integer linear programs (MILP) Binary integer linear programs, mixed or all integer: some or all of.
Leontief Input-Output Analysis A way to analyze economics of interdependent sectors Case study: Oil and Transportation –Transportation requires gasoline.
Spreadsheet Modeling and Decision Analysis, 3e, by Cliff Ragsdale. © 2001 South-Western/Thomson Learning. 6-1 Integer Linear Programming Chapter 6.
Power of a Product and Power of a Quotient Let a and b represent real numbers and m represent a positive integer. Power of a Product Property Power of.
$100 $200 $300 $400 $500 $200 $300 $400 $500 PropertiesExpressions Equations One-Step Inequalities Vocabulary Graphing Inequalities.
Notes Over 6.3 Writing Compound Inequalities Write an inequality that represents the statement and graph the inequality. l l l l l l l
Example 15.7 Capital Budgeting at the Tatham Company Integer Programming Models.
Chapter 24 – Multicriteria Capital Budgeting and Linear Programming u Linear programming is a mathematical procedure, usually carried out by computer software,
Objective : Solving systems of linear equations by graphing System of linear equation two or more linear equations How do I solve linear systems of equations?
Math 1 Warm Up – Part 1 Math 1 Warm Up – Part 2.
Chapter 1 Introduction n Introduction: Problem Solving and Decision Making n Quantitative Analysis and Decision Making n Quantitative Analysis n Model.
5 – 2: Solving Quadratic Equations by Factoring Objective: CA 8: Students solve and graph quadratic equations by factoring, completing the square, or using.
Two-Step Equations. Standards  CC.8.EE.7 Solve linear equations in one variable.
Algebra II Honors Problem of the Day Homework: p odds Solve the following: No real solution.
Copyright © 2009 Pearson Addison-Wesley De Moivre’s Theorem; Powers and Roots of Complex Numbers 8.4 Powers of Complex Numbers (De Moivre’s.
2.1 – Linear and Quadratic Equations Linear Equations.
Thursday, May 2 Dynamic Programming – Review – More examples Handouts: Lecture Notes.
Integer Programming Definition of Integer Programming If requiring integer values is the only way in which a problem deviates from.
LINEAR PROGRAMMING.
INTRODUCTORY MATHEMATICAL ANALYSIS For Business, Economics, and the Life and Social Sciences  2011 Pearson Education, Inc. Chapter 5 Mathematics of Finance.
Linear Programming (LP) Problems MAX (or MIN): c 1 X 1 + c 2 X 2 + … + c n X n Subject to:a 11 X 1 + a 12 X 2 + … + a 1n X n
Introduction to Integer Programming Integer programming models Thursday, April 4 Handouts: Lecture Notes.
How do I use the imaginary unit i to write complex numbers?
Management Science 461 Lecture 4a – P center September 30, 2008.
WARM UP  Solve using the quadratic formula
1 Optimization Linear Programming and Simplex Method.
Consider a principal P invested at rate r compounded annually for n years: Compound Interest After the first year: so that the total is now 1.
Chapter 9 Integer Programming to accompany Operations Research: Applications and Algorithms 4th edition by Wayne L. Winston Copyright (c) 2004 Brooks/Cole,
Multiplication and Division of Powers
Equations Quadratic in form factorable equations
Using Variable Domain Functions
Integer Programming II
A quadratic equation is written in the Standard Form,
Integer Programming Set up the mathematical programming problem to choose the set of capital investments to make that will maximize the Net Present Value.
3-2 Solving Inequalities Using Addition or Subtraction
Sensitivity.
Notes Over 9.1 Finding Square Roots of Numbers
LINGO LAB 3/4.
Day 74 Inequalities problem solving
Linear Programming Introduction.
Copyright © 2014, 2010, 2007 Pearson Education, Inc.
ENGM 435/535 Integer Programming.
Linear Programming Introduction.
Equations Quadratic in form factorable equations
Aim: What is the nature of the roots of a quadratic equation?
Integer Linear Programming
Presentation transcript:

Real Estate Developer A real estate developer is considering three possible projects: a small apartment complex, a small shopping center, and a mini-warehouse. Each of these requires different funding over the next two years, and the net present value of the investments also varies. The following table provides the required investment amounts ( in $1,000s ) and the net present value (NPV) of each ( also expressed in $1,000s ) :

Real Estate Developer NPV Year 1 Year 2 18 40 30 15 20 14 Apartment Shopping Center 15 20 Mini-warehouse 14 The company has $80,000.00 to invest in year 1 and $50,000.00 to invest in year 2.

Real Estate Developer REQUIREMENT: Develop an integer programming model to maximize the NPV in this situation. Solve the problem using computer software. Which of the three projects would be under- taken if NPV is maximized? 4. How much money would be used each year?

Real Estate Developer Let X1 = 1 if apartment project is undertaken; 0 otherwise. Let X2 = 1 if shopping center project is undertaken; 0 otherwise. Let X3 = 1 if mini-warehouse project is undertaken; 0 otherwise. Maximize NPV = 18X1 + 15X2 + 14X3 subject to: 40X1 + 30X2 + 20X3 =< 80 30X1 + 20X2 + 20X3 =< 50 X1, X2, X3 = 1 or 0

Real Estate Developer Solution : X1 = 1 NPV = 33 This means that both the apartment project and the shopping center project will be undertaken. The amount of money spent in year 1 would be $70,000.00 and in year 2 would be $50,000.00

Real Estate Developer Suppose that the shopping center and the apartment would be on adjacent properties, and the shopping center would only be considered if the apartment were also built. REQUIREMENT: Formulate the constraint that would stipulate this. Formulate a constraint that would force exactly two of the three projects to be undertaken.

Real Estate Developer X1 => X2 This means that if the apartment is not built ( X1 = 0 ) the shopping center cannot be built ( X2 must equal 0 ) . X1 + X2 + X3 = 2 This forces two of the three projects to be undertaken.