SOUTHERN METHODIST UNIV Modeling of Oil Production Operations MODELING OF OIL PRODUCTION OPERATIONS SENIOR DESIGN PROJECT SPRING 1986

Size: px
Start display at page:

Download "SOUTHERN METHODIST UNIV Modeling of Oil Production Operations MODELING OF OIL PRODUCTION OPERATIONS SENIOR DESIGN PROJECT SPRING 1986"

Transcription

1 Spring 1986 SOUTHERN METHODST UNV Modeling of Oil Production Operations William A. Carter MODELNG OF OL PRODUCTON OPERATONS SENOR DESGN PROJECT SPRNG 1986 DEPARTMENT OF OPERATONS RESEARCH AND ENGNEERNG MANAGEMENT SCHOOL OF ENGNEERNG AND APPLED SCENCE DALLAS, TEXAS 75275

2 MODELNG OF OL PRODUCTON OPERATONS SENOR DESGN PROJECT SPRNG 1986 BY WLLAM A. CARTER present Abstract An nteger Programming Model was developed to determine the value of oil field production over the life of the field using GAMS.

3 t TABLE OF CONTENTS PAGE SUBJECT... 1 PURPOSE... 1 SCOPE... 1 PLAN OF DEVELOPMENT... 2 THE PROBLEM... 2 FRSTCONSTRANT... 3 SECOND CONSTRANT... 4 THRD CONSTRANT... 4 FOURTH CONSTRANT... 5 GAMS... 5 NTERPRETATONOF RESULTS... 5 CONCLUSONS... 7 BBLOGRAPHY... 9

4 1 MODELNG OF OL PRODUCTON OPERATONS SUBJECT The subject of this report is modeling of oil production operations. The model have developed will enable the oil driller to maximize profit over a given period of time. t will also list the wells to be turned on at the most profitable time. PURPOSE The purpose of this report is to determine the maximum present value of oil field production output given a finite number of wells and a finite amount of time. This report also demonstrates how an integer programming model is applied to an oil reservoir to get this maximum profit. SCOPE This report is based on information provided to me by Dr. Julius S. Aronof sky of Gaffney, dine and Associates, nc. and by Dr. Richard Barr. Data used in the model was gathered from the article Optimization Methods in Production Operations by Dr. Julius Aronof sky and from consulting with Dr. Aronof sky. The model was written in GAMS (General Algebraic Modeling System) and was run on the BM Main Frame at the Bradfield Computing Center.

5 OA PLAN OF DEVELOPMENT The objective of this report is not only to illustrate how to maximize present value of oil field production output, but also to demonstrate how the model was developed. With this understanding, have developed the report as follows: 1. The first section will examine the problem and define the objective function along with its constraints. 2. The next section will explain why used GAMS to compute my model. 3. The third section will discuss the interpretation of the results. 4. The last section will discuss conclusions have drawn from this study. THE PROBLEM A major problem facing drillers today is when and how m oil wells should be used to maximize profit. With the somewhat new, relatively inexpensive, and easily accessible computer, the oil industry is no longer confined to guessing when to drill. The problem lam presenting is one which chose from a number of problems that Dr. Aronof sky has come up with in his article Optimization Methods in Production Operations. As have explained, the problem is how to maximize one's profit (present value) given a number of wells and a certain time period. This is the objective function. have defined the

6 3 objective functi-on 4s: - / Max: Z ( X t) - OC (X1 ) - F(1+.R.)_t(Yjt) Figures A and A-i provide a summation of the model. Z is the selling price per barrel of oil. t is multiplied by Xit which is a variable for (i), the oil well represented during (t) the time period represented. This is the oil revenues. CC is the operating costs for well (i) during time (t), and is subtracted from the oil revenues. Fixed costs (pumping costs) are also subtracted from the oil revenues as represented by the future fixed costs equations, which brings the future fixed costs back to the present time period. This part of the objective function is multiplied by it This is the integer programming part of the model. This variable will tell the computer to open or don't open well (i) in time (t) as represented by a 0 or a 1. At this time will say that due to the GAMS language not being able to run an integer program, this part of the objective function, and also part of the constraints, were not completely correct. was in hopes of having access to an MPSX crossover that would run my computer model as a true integer program. Unfortunately this was not the case. will discuss this issue further in a later part of this report. FRST CONSTRANT The first and most binding constraint is to not pump more

7 MODEL F = FUTURE FXED COSTS. OC = OPERATNG COSTS PER BARREL. Z = SELLNG PRCE PER BARREL. t = TME PEROD R = BARRELS N RESERVOR. it = YLD = YELD PONT PER MONTH. i = WELL NUMBER Q = NTAL BARRELS PUMPED t = 1 (DO) PER MONTH. Yit = R = NTEREST RATE. i = 0 (DON'T) MAX: MAXMZE PROFT (PRESENT VALUE) OF A SPECFED OL FELD AND TS OL WELLS ***** Z ( X t) - OC ( X1t) - F(1 + R)_t(Yjt) st: DON'T PUMP MORE THAN THE YELD PONT FROM YOUR FELD 36 (1) XXil E. YLD i=1 36 X12 C. YLD i=1 ** LMT ON AMOUNT PUMPED FROM EACH WELL DURNG EACH TME PEROD ** (2) X11 Q X21 Q = t=1 X101 Q X12 Q - Q/R(X11) X22 ± Q - Q/R(X21) = t=2 X102 Q - Q/R(x101) X13 4 Q - Q/R(X11 $ X) ± Q - Q/R(X 21 + X22) = t=3 X103 Q - Q/R(x 101 $ x2) FGURE A

8 CAN'T PUMP FROM AN UNOPENED WELL, BUT ONCE WELL S OPENED YOU CAN PUMP ***** (3) X 4 YLD(Y11 ) t = 1 X12 YLD(Y 11 +Y12 ) t=2 X13 YLD(Y 11 +Y12 +Y13 ) t=3 YLD(Y 11 + Y12 + Y13 + Y14 + Y Y136 ) t = 36 OPEN EACH WELL ONLY ONCE () Yll + ' Y 136 ( Y236i + Y Y136 1 FGURE A-i

9 4 than, but as much as possible, the oil yielding point for well (i) during time (t). Figure B represents this. The straight line represents the field output at its maximum, this is also the most favorable amount pumped. The line will be straight until the oil reserves start to dwindle, at which time the model will abandon due to economic reasons. SECOND CONSTRANT The second constraint limits the amount pumped from each well (i) during each time period (t). During the first time period each of the wells can pump up to an initial amount (Q). During the second time period the wells can pump out the initial amount (Q) minus what has already been pumped out during time one (Q/R(X11)). This continues in a progressive manor over time as represented in Figure A. Figure C represents this graphically. As can be seen, the amount pumped during time 2 is added to the amount already pumped during time 1. Thus, the amount of oil being pumped is increasing. THRD CONSTRANT The third constraint prohibits an unopened well from being pumped, but once the well is opened it can be active. This constraint involves part of the integer programming as discussed earlier. (Y) is multiplied by the yield point so as to either open up the well or not open up the well (i) in time (t) (Fig. A-i). This is also progressive through time.

10 FELD OUTPUT t 2 t4 FGURE B abandon....t36

11 FELD CAPACTY PER MONTH TME FGURE C

12 5 FOURTH CONSTRANT The fourth constraint opens up each well only once as represented in Figure A-i by the integer variable Y. The sum of the entire time period for each individual well will be less than or equal to 1 (open once). This constraint is needed because it is not economical to open and close an oil well that is already pumping oil. This would require added costs of manpower. f the well runs out of oil it will close. GAMS GAMS is an algebraic computer language which enables the user to make summations of constraints for a modeling or other mathematical problem. Through my use of GAMS, saved myself from writing out many thousands of constraints as one would have had to have done with this problem had it been written with LNDO. had only four constraint 1GAMS is an incredible help because it lets the computer do all the work. Figure D is a copy of my model in GAMS. NTERPRETATON OF RESULTS The results of this report came out to be fairly reasonable considering that GAMS did not assign a 0 or 1 as a true integer programming language would have done. Before give the maximum profit, will interpret the data shown in Figure A and Figure D, that have assigned to my model. These values were given to me by Dr. Aronofsky. t is very

13 1 *THS PROGRAM WLL MAXMZE THE PROFT OF A SPECFED OL 2 *FELD AND TS OL WELLS. 3 4 SETS 5 WELL T TME T 9 /T_1*T_ ALAS (T, TPAST) SCALAR 14 F FUTURE FXED COSTS / OC OPERATNG COSTS PER BARREL / Z SELLNG PRCE PER BARREL / R BARRELS N RESERVOR / 25, YLD YELD PONT / 6, Q NTAL BARRELS PUMPED / 3, R NTEREST RATE / VARABLES 23 TOTALPROF TOTAL PROFT 24 X(,T) LMT ON AMOUNT PUMPED 25 Y(,T) OPEN EACH WELL ONLY ONCE 26 POSTVE VARABLES X, Y; EQUATONS 29 PROFT OBJECTVE FUNCTON 30 YELD(T) YELD CONSTRANT 31 SUPPLY(,T) AVALABLTY CONSTRANT 32 OPENWELL(,T) ONCE WELL S OPEN T CAN PUMP 33 OPENONCE() OPEN EACH WELL ONLY ONCE; PROFT. TOTALPROF =E= SUM( (,T), Z*X(,T)-X(,T) 36 _F*Y(,T)*(1+R)**(_ORD(T))); YELD(T).. SUM(, X(,T)) =L= YLD; SUPPLY(,T).. X(,T,) =L= 41 Q_Q/R*SUM(TPAST$(ORD(TPAST) LT ORD(T)), X(,TPAST)); OPENWELL(,T) =L= 44 YLD*SUM(TPAST $ (ORD(TPAST) LE ORD(T)), Y(,TPAST)); OPENONCE ().. SUM( T, Y (, T)) L 1; Y.UP(,T) = 1; MODEL OL /ALL/; SOLVE OL USNG LP MAXMZNG TOTALPROF; DSPLAY X.L, Y.L, TOTALPROF.L; FGURE D

14 6 important to understand that these values represent a time period when oil was very cheap by today's standards. They are true values. This problem of oil production operations was written several years ago, and because of this have decided that these values should parallel with the time period which Dr. Aronofsky wrote Optimization Methods in Production Operations. Some simple calculations can bring these values up to the present time. The number of barrels in the reservoir, the yield point, and the initial barrels pumped will remain constant. They do not need adjusting. VALUES: Future Fixed Costs (F) = $60,000 - this is a rough estimate of all the fixed costs. Operating Costs per Barrel (OC) = $ this is an average cost per barrel. Selling Price Per Barrel (Z) = $ this is the operating cost per barrel plus the profit per barrel of 30 cents. Barrels in Reservoir (R) = 25,000 - this number was derived by multiplying 50 acres (the area for 10 wells) by 500 barrels per acre. Yield Point per Month (YLD) = 6,000 - this is the maximum barrels pumped per month by each well.

15 7 nitial Barrels Pumped per Month (Q) = 3,000 - this is the initial barrels a well can pump for a month. nterest Rate (R) =.10 - this is a typical interest rate. The total profit was calculated to be $9, This is the profit of ten oil wells over a period of three years (36 months in my model). This profit is not large by any means, but as stated earlier, this is during. a time period when a barrel of oil cost $2.20 and there was only a profit of 30 cents. The model did not open up any wells during the first time period but opened up the appropriate wells after the first period in order to maximize the profit. The values assigned to the variable Y it were generated systematically by the computer program instead of as a 0 or 1 as would be the case for a true integer program. - CONCLUSONS chose a time period of 36 months because of limitations on the BM computer. The computer does not have enough storage space, at this time, to handle a model that is much greater than 36 time periods. attempted to use 48 time periods to represent four years, but, even with ten cylinders of temporary storage, could not complete the execution of this large array. chose ten oil wells because this number fits

16 8 readily with the rest of the data. Ten oil wells is sufficient to get a good understanding of this report. The results of this oil production operations model were not as accurate as they should have been due to the limitation of GAMS not being able to interpret integers as needed it to. f the MPSX crossover had been available, the results would have been more accurate because the integer values would be assigned correctly. As it stands, the GAMS language did a reasonably good job, even though the oil wells may not have opened at the precise time. The major advantage of GAMS, though, is that it saved me from writing out many constraints. CAMS is a relatively new language, but it will certainly be of great use to the oil industry because of the many areas within the industry that it can be applied to.

17 9 BBLOGRAPHY Aronof sky, Julius S. odtimization Methods in Production Operations, Gaffney, Cline and Associates, nc. Kendrick, David; Meeraus, Alexander. GAMS An ntroduction, Development Research Department - The World Bank; February Schrage, Linus. Linear, nteger, and Quadratic Programming with LNDO, The Scientific Press; 1984.

IM3 - Lesson 5: Systems with Quadratics Unit 3 Quadratic Functions PART 2

IM3 - Lesson 5: Systems with Quadratics Unit 3 Quadratic Functions PART 2 A. Lesson Context BIG PICTURE of this UNIT: How & why do we build NEW knowledge in Mathematics? What NEW IDEAS & NEW CONCEPTS can we now explore with specific references to QUADRATIC FUNCTIONS? How can

More information

Identifying Factors that Affect the Downtime of a Production Process

Identifying Factors that Affect the Downtime of a Production Process Identfyng Factors that Affect the Downtme of a Producton Process W. Nallaperuma 1 *, U. Ekanayake 1, Ruwan Punch-Manage 2 1 Department of Physcal scences, Rajarata Unversty, Sr Lanka 2 Department of Statstcs

More information

Introduction A GENERAL MODEL OF SYSTEM OPTIMIZATION

Introduction A GENERAL MODEL OF SYSTEM OPTIMIZATION Introduction A GENERAL MODEL OF SYSTEM OPTIMIZATION SYSTEM DEFINITIONS Engineering project design and optimization can be effectively approached using concepts of systems analysis. A system can be defined

More information

Low Technology Does Not Have to Mean Low Quality: A Comparative Study of Four Low Technology Routing Algorithms. Senior Design Spring 1190

Low Technology Does Not Have to Mean Low Quality: A Comparative Study of Four Low Technology Routing Algorithms. Senior Design Spring 1190 1990-01 Spring 1990 Low Technology Does Not Have to Mean Low Quality: A SOUTHERN METHODST UN' Comperative Study of Four Low Technology Routing Algorithms Rhonda. Hartman -- -- Doug Sheffield Low Technology

More information

Optimization Prof. Debjani Chakraborty Department of Mathematics Indian Institute of Technology, Kharagpur

Optimization Prof. Debjani Chakraborty Department of Mathematics Indian Institute of Technology, Kharagpur Optimization Prof. Debjani Chakraborty Department of Mathematics Indian Institute of Technology, Kharagpur Lecture - 39 Multi Objective Decision Making Decision making problem is a process of selection

More information

P rofit t (1 + i) t. V alue = t=0

P rofit t (1 + i) t. V alue = t=0 These notes correspond to Chapter 2 of the text. 1 Optimization A key concept in economics is that of optimization. It s a tool that can be used for many applications, but for now we will use it for pro

More information

Appendix 6.1 The least-cost theorem and pollution control

Appendix 6.1 The least-cost theorem and pollution control Appendx 6.1 The least-cost theorem and polluton control nstruments Ths appendx s structured as follows. In Part 1, we defne the notaton used and set the scene for what follows. Then n Part 2 we derve a

More information

Optimization Methods in Management Science

Optimization Methods in Management Science Optimization Methods in Management Science MIT 15.053, Spring 2013 Problem Set 1 Second Group of Students (with first letter of surnames A H) Problem Set Rules: Due: February 12, 2013 1. Each student should

More information

SENiOR DES RN PKQjECT. r!)p P DEPARTMENT OF OPERATIONS RESEARCH AND ENGINEERING MANAGEMENT SCHOOL OF ENGINEERING AND APPLIED SCIENCE

SENiOR DES RN PKQjECT. r!)p P DEPARTMENT OF OPERATIONS RESEARCH AND ENGINEERING MANAGEMENT SCHOOL OF ENGINEERING AND APPLIED SCIENCE 1986-08 Spring 1986 SOUTHERN METHODST UNX Back-Grounding Operation Ty K. Roberts SENiOR DES RN PKQjECT r!)p P DEPARTMENT OF OPERATONS RESEARCH AND ENGNEERNG MANAGEMENT SCHOOL OF ENGNEERNG AND APPLED SCENCE

More information

An Example (based on the Phillips article)

An Example (based on the Phillips article) An Eample (based on the Phllps artcle) Suppose ou re the hapless MBA, and ou haven t been fred You decde to use IP to fnd the best N-product soluton, for N = to 56 Let be 0 f ou don t produce product,

More information

Linear Programming and Applications

Linear Programming and Applications Linear Programming and Applications (v) LP Applications: Water Resources Problems Objectives To formulate LP problems To discuss the applications of LP in Deciding the optimal pattern of irrigation Water

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

AN ITERATIVE ALGORITHM FOR PROFIT MAXIMIZATION BY MARKET EQUILIBRIUM CONSTRAINTS

AN ITERATIVE ALGORITHM FOR PROFIT MAXIMIZATION BY MARKET EQUILIBRIUM CONSTRAINTS AN ITERATIVE ALGORITHM FOR PROFIT MAXIMIZATION BY MARKET EQUILIBRIUM CONSTRAINTS Andrés Ramos Marano Ventosa Mchel Rver Abel Santamaría Unversdad Pontfca Comllas IBERDROLA DISTRIBUCIÓN S.A.U. Alberto Agulera

More information

ScLA. We would like to submit the attached City of Soledad 2007 Annual Discharger Engineering

ScLA. We would like to submit the attached City of Soledad 2007 Annual Discharger Engineering ScLA March 28, 2008 Mr. Roger Brggs Executve Offcer Central Coast Regon Calforna Regonal Water Qualty Control Board 895 Aerovsta Place, Sute 101 San Lus Obspo, CA 93401 Subject: Attenton: Cty of Soledad

More information

Homework #3 (due by 9:00pm on Thursday, March 5)

Homework #3 (due by 9:00pm on Thursday, March 5) Dr. Barry Haworth University of Louisville Department of Economics Economics 201-03 Spring 2015 Homework #3 (due by 9:00pm on Thursday, March 5) Please submit your answers to this homework through the

More information

Economics 230 Lab 4 Section 1 2 Due September 24 Fall 2010 WHOLE FARM BUDGET

Economics 230 Lab 4 Section 1 2 Due September 24 Fall 2010 WHOLE FARM BUDGET Economics 230 Name Lab 4 Section 1 2 Due September 24 Fall 2010 WHOLE FARM BUDGET The purpose of this lab is to (a) learn how to prepare a whole farm budget for a hypothetical farming situation, and use

More information

Estimation Using Differential Evolution for Optimal Crop Plan

Estimation Using Differential Evolution for Optimal Crop Plan Estmaton Usng Dfferental Evoluton for Optmal Crop Plan Mlle Pant, Radha, Deept Ran 2, Ath Abraham 3 and D. K. Srvastava 4 Department of Paper echnology, II Roorkee, Inda. 2 Unversty of Évora, úcleo da

More information

Linear Programming: Basic Concepts

Linear Programming: Basic Concepts Linear Programming: Basic Concepts Irwin/McGraw-Hill 1.١ The McGraw-Hill Companies, Inc., 2003 Introduction The management of any organization make Decision about how to allocate its resources to various

More information

Optimization Research of Generation Investment Based on Linear Programming Model

Optimization Research of Generation Investment Based on Linear Programming Model Physics Procedia 24 (2012) 1400 1405 2012 International Conference on Applied Physics and Industrial Engineering Optimization Research of Generation Investment Based on Linear Programming Model Juan WU

More information

WATER RESOURCES MANAGEMENT. Reservoir Operation. [7] Fall 2007 Water Resources Management Mohammad N. Almasri, PhD An-Najah National University

WATER RESOURCES MANAGEMENT. Reservoir Operation. [7] Fall 2007 Water Resources Management Mohammad N. Almasri, PhD An-Najah National University WATER RESOURCES MANAGEMENT [7] Reservoir Operation Mohammad N. Almasri 1 The Problem Setting Reservoir operation is keyed to meeting goals with quantities released as well as meeting goals that involve

More information

MULTIPLE FACILITY LOCATION ANALYSIS PROBLEM WITH WEIGHTED EUCLIDEAN DISTANCE. Dileep R. Sule and Anuj A. Davalbhakta Louisiana Tech University

MULTIPLE FACILITY LOCATION ANALYSIS PROBLEM WITH WEIGHTED EUCLIDEAN DISTANCE. Dileep R. Sule and Anuj A. Davalbhakta Louisiana Tech University MULTIPLE FACILITY LOCATION ANALYSIS PROBLEM WITH WEIGHTED EUCLIDEAN DISTANCE Dleep R. Sule and Anuj A. Davalbhakta Lousana Tech Unversty ABSTRACT Ths paper presents a new graphcal technque for cluster

More information

REPORTING CATEGORY I NUMBER, OPERATION, QUANTITATIVE REASONING

REPORTING CATEGORY I NUMBER, OPERATION, QUANTITATIVE REASONING Texas 6 th Grade STAAR (TEKS)/ Correlation Skills (w/ STAAR updates) Stretch REPORTING CATEGORY I NUMBER, OPERATION, QUANTITATIVE REASONING (6.1) Number, operation, and quantitative reasoning. The student

More information

Math 111 Group Activity: Change and Average Change. 1. Below is a graph of the value vs. time for one share of stock for a company named Banana Patch.

Math 111 Group Activity: Change and Average Change. 1. Below is a graph of the value vs. time for one share of stock for a company named Banana Patch. Name: Section: Math 111 Group Activity: Change and Average Change 1. Below is a graph of the value vs. time for one share of stock for a company named Banana Patch. 40 35 30 25 value 20 (in dollars) 15

More information

Introduction. Identifying Terms, Factors, and Coefficients

Introduction. Identifying Terms, Factors, and Coefficients Introduction Thoughts or feelings in language are often conveyed through expressions; similarly, mathematical ideas are conveyed through algebraic expressions. Algebraic expressions are mathematical statements

More information

Summer Math Practice: 7 th Math Entering 8 th Pre-Algebra

Summer Math Practice: 7 th Math Entering 8 th Pre-Algebra Summer Math Practice: 7 th Math Entering 8 th Pre-Algebra Dear Students and Parents, The summer math requirement is due to Mr. Cyrus the first day back in August. The objective is to make sure you have

More information

Optimal Issuing Policies for Substitutable Fresh Agricultural Products under Equal Ordering Policy

Optimal Issuing Policies for Substitutable Fresh Agricultural Products under Equal Ordering Policy 06 Internatonal Academc Conference on Human Socety and Culture (HSC 06) ISBN: 978--60595-38-6 Optmal Issung Polces for Substtutable Fresh Agrcultural Products under Eual Orderng Polcy Qao- TENG,a, and

More information

Operations and Supply Chain Management Prof. G. Srinivasan Department of Management Studies Indian Institute of Technology Madras

Operations and Supply Chain Management Prof. G. Srinivasan Department of Management Studies Indian Institute of Technology Madras Operations and Supply Chain Management Prof. G. Srinivasan Department of Management Studies Indian Institute of Technology Madras Lecture - 5 Aggregate Planning, Tabular Method, Linear Programming (Refer

More information

emissions in the Indonesian manufacturing sector Rislima F. Sitompul and Anthony D. Owen

emissions in the Indonesian manufacturing sector Rislima F. Sitompul and Anthony D. Owen Mtgaton optons for energy-related CO 2 emssons n the Indonesan manufacturng sector Rslma F. Stompul and Anthony D. Owen School of Economcs, The Unversty of New South Wales, Sydney, Australa Why mtgaton

More information

Basic Linear Programming Concepts. Lecture 2 (3/29/2017)

Basic Linear Programming Concepts. Lecture 2 (3/29/2017) Basic Linear Programming Concepts Lecture 2 (3/29/2017) Definition Linear Programming (LP) is a mathematical method to allocate scarce resources to competing activities in an optimal manner when the problem

More information

b. What information from the contextual description do we need to use in the function equation?

b. What information from the contextual description do we need to use in the function equation? Classwork Opening: The Mathematics of Objects in Motion Read the following explanation of the Mathematics of Objects in Motion: Any object that is free falling or projected into the air without a power

More information

Missouri Standards Alignment Grades One through Six

Missouri Standards Alignment Grades One through Six Missouri Standards Alignment Grades One through Six Trademark of Renaissance Learning, Inc., and its subsidiaries, registered, common law, or pending registration in the United States and other countries.

More information

Finding Optimal Well Completion Parameters with DI Transform

Finding Optimal Well Completion Parameters with DI Transform CASE STUDY: DI TRANSFORM Finding Optimal Well Completion Parameters with DI Transform How to Build Energy Models to Increase Well Production and ROI Copyright 2016, Drillinginfo, Inc. All rights reserved.

More information

SHA544: Displacement and Negotiated Pricing

SHA544: Displacement and Negotiated Pricing SHA544: Displacement and Negotiated Pricing MODULE OVERVIEW Module 1: Introduction to Displacement It's critical to create the right mix of negotiated group rate customers and transient customers. Generally,

More information

Operations and Supply Chain Management Prof. G. Srinivasan Department of Management Studies Indian Institute of Technology, Madras

Operations and Supply Chain Management Prof. G. Srinivasan Department of Management Studies Indian Institute of Technology, Madras Operations and Supply Chain Management Prof. G. Srinivasan Department of Management Studies Indian Institute of Technology, Madras Module - 01 Lecture - 08 Aggregate Planning, Quadratic Model, Demand and

More information

Russell County Schools 3rd Grade Math Pacing

Russell County Schools 3rd Grade Math Pacing 06-07 Operations and Algebraic Thinking [OA] Represent and solve problems involving multiplication and division. Understand properties of multiplication and the relationship between multiplication and

More information

A Model of Monopoly. Monopoly Profit Maximization. The Monopolist s Price and Output Numerically. The Monopolist s Price and Output Numerically

A Model of Monopoly. Monopoly Profit Maximization. The Monopolist s Price and Output Numerically. The Monopolist s Price and Output Numerically A Model of Monopoly Monopoly Profit Maximization How much should the monopolistic firm choose to produce if it wants to maximize profit? Chapter 15-3 The Monopolist s and The first thing to remember is

More information

Russell County Schools 3rd Grade Math Pacing

Russell County Schools 3rd Grade Math Pacing Operations and Algebraic Thinking [OA] Represent and solve problems involving multiplication and division. Understand properties of multiplication and the relationship between multiplication and division.

More information

The monopoly market. Telecommunications in Portugal. Managerial Economics MBACatólica

The monopoly market. Telecommunications in Portugal. Managerial Economics MBACatólica Fernando Branco 2006-2007 Fall uarter Sesson 5 Part I The monopoly market A sngle company supples an output, over whch t has relevant market power: The relevant market; Dmenson of the company. Market power:

More information

Connected Mathematics 2, 7th Grade Units 2009 Correlated to: Washington Mathematics Standards for Grade 7

Connected Mathematics 2, 7th Grade Units 2009 Correlated to: Washington Mathematics Standards for Grade 7 Grade 7 7.1. Core Content: Rational numbers and linear equations (Numbers, Operations, Algebra) 7.1.A Compare and order rational numbers using the number line, lists, and the symbols , or =. 7.1.B

More information

Planning of work schedules for toll booth collectors

Planning of work schedules for toll booth collectors Lecture Notes n Management Scence (0) Vol 4: 6 4 4 th Internatonal Conference on Appled Operatonal Research, Proceedngs Tadbr Operatonal Research Group Ltd All rghts reserved wwwtadbrca ISSN 00-0050 (Prnt),

More information

Computational Solution to Economic Operation of Power Plants

Computational Solution to Economic Operation of Power Plants Electrcal and Electronc Engneerng 013, 3(6): 139-148 DOI: 10.593/j.eee.0130306.01 Computatonal Soluton to Economc Operaton of ower lants Temtope Adefarat 1,*, Ayodele Sunday Oluwole 1, Mufutau Adewolu

More information

Connected Mathematics 2, 7th Grade Units 2009 Correlated to: Washington Mathematics Standards for Grade 7

Connected Mathematics 2, 7th Grade Units 2009 Correlated to: Washington Mathematics Standards for Grade 7 Grade 7 Connected Mathematics 2, 7th Grade Units 2009 7.1. Core Content: Rational numbers and linear equations (Numbers, Operations, Algebra) 7.1.A Compare and order rational numbers using the number line,

More information

A Two-Echelon Inventory Model for Single-Vender and Multi-Buyer System Through Common Replenishment Epochs

A Two-Echelon Inventory Model for Single-Vender and Multi-Buyer System Through Common Replenishment Epochs A Two-Echelon Inventory Model for Sngle-Vender and Mult-Buyer System Through Common Replenshment Epochs Wen-Jen Chang and Chh-Hung Tsa Instructor Assocate Professor Department of Industral Engneerng and

More information

Market-Based Transmission Expansion Planning

Market-Based Transmission Expansion Planning Energy and Power Engineering, 2012, 4, 387-391 http://dx.doi.org/10.4236/epe.2012.46051 Published Online November 2012 (http://www.scirp.org/journal/epe) Market-Based Transmission Expansion Planning Pavel

More information

LINEAR PROGRAMMING. Solving Systems of Linear INEQUALITIES. David Robertson National Board Certified Math Teacher

LINEAR PROGRAMMING. Solving Systems of Linear INEQUALITIES. David Robertson National Board Certified Math Teacher LINEAR PROGRAMMING Solving Systems of Linear INEQUALITIES David Robertson National Board Certified Math Teacher drobertson@msdwt.k12.in.us Table of Contents Description of Activity... 3 Materials...4 Disclaimers...4

More information

Sporlan Valve Company

Sporlan Valve Company F21O-10-12 LMTED: M & W What s a TEV Settng? For years Sporlan and every other manufacturer oftevs has used regulated arflow and controlled temperature baths to establsh a "factory" settng. Typcally the

More information

Optimization of Groundwater Use in the Goksu Delta at Silifke, Turkey

Optimization of Groundwater Use in the Goksu Delta at Silifke, Turkey Frst Internatonal Conference on Saltwater Intruson and Coastal Aqufers Montorng, Modelng, and Management. Essaoura, Morocco, Aprl 23 25, 21 Optmzaton of Groundwater Use n the Goksu Delta at Slfke, Turkey

More information

A Model Comparison In this lesson, students will graph two equations on a coordinate plane to compare earnings over a given period.

A Model Comparison In this lesson, students will graph two equations on a coordinate plane to compare earnings over a given period. 2 From the Webisode: Math Meets Entrepreneurship featuring the cast of Shark Tank A Model Comparison In this lesson, students will graph two equations on a coordinate plane to compare earnings over a given

More information

15 (See Example E later in this lab)

15 (See Example E later in this lab) Tallahassee Community College APPLICATIONS OF ADDITION, SUBTRACTION, MULTIPLICATION AND DIVISION In an earlier chapter, you learned some of the basics of working with applications. Many of the prior applications

More information

. This function gives the supplier s behavior with respect to price and quantity.

. This function gives the supplier s behavior with respect to price and quantity. Demand and supply functions are used to describe the consumer and manufacturer behavior with respect to the price of a product or service and the quantity of a product or service. Different textbooks may

More information

THE UNIVERSITY OF BRITISH COLUMBIA Sauder School of Business SAMPLE MIDTERM EXAMINATION

THE UNIVERSITY OF BRITISH COLUMBIA Sauder School of Business SAMPLE MIDTERM EXAMINATION THE UNIVERSITY OF BRITISH COLUMBIA Sauder School of Business COMMERCE 290 INTRODUCTION TO QUANTITATIVE DECISION MAKING SAMPLE MIDTERM EXAMINATION PLEASE READ THE FOLLOWING: 1. This examination consists

More information

Super-marketing. A Data Investigation. A note to teachers:

Super-marketing. A Data Investigation. A note to teachers: Super-marketing A Data Investigation A note to teachers: This is a simple data investigation requiring interpretation of data, completion of stem and leaf plots, generation of box plots and analysis of

More information

PRODUCTION FUNCTION ANALYSIS OF A FERTILIZER TRIAL ON BARLEY *

PRODUCTION FUNCTION ANALYSIS OF A FERTILIZER TRIAL ON BARLEY * PRODUCTON FUNCTON ANALYSS OF A FERTLZER TRAL ON BARLEY * DR. W.. MCCARTHY Senior Lecturer in Agricultural Economics, University of Queensland. ntroduction Production functions of one type or another have

More information

Lesson Linear Models Answering Various Types of Questions Algebraically

Lesson Linear Models Answering Various Types of Questions Algebraically STTWY STUDENT HNDOUT STUDENT NME DTE INTRODUCTION Many people make small items at home to sell at craft sales or on ebay or through web pages. In some cases, their costs and revenues are easily determined.

More information

A Production Problem

A Production Problem Session #2 Page 1 A Production Problem Weekly supply of raw materials: Large Bricks Small Bricks Products: Table Profit = $20/Table Chair Profit = $15/Chair Session #2 Page 2 Linear Programming Linear

More information

Optimizing an Advertising Campaign

Optimizing an Advertising Campaign Optimizing an Advertising Campaign Math 1010 Intermediate Algebra Group Project Background Information: Linear Programming is a technique used for optimization of a real-world situation. Examples of optimization

More information

INTEGER PROGRAMMING 1.224J/ESD.204J TRANSPORTATION OPERATIONS, PLANNING AND CONTROL: CARRIER SYSTEMS

INTEGER PROGRAMMING 1.224J/ESD.204J TRANSPORTATION OPERATIONS, PLANNING AND CONTROL: CARRIER SYSTEMS INTEGE POGAMMING 1.224J/ESD.204J TANSPOTATION OPEATIONS, PLANNING AND CONTOL: CAIE SYSTEMS Professor Cyntha Barnhart Professor Ngel H.M. Wlson Fall 2003 IP OVEVIEW Sources: -Introducton to lnear optmzaton

More information

Operations Research QM 350. Chapter 1 Introduction. Operations Research. University of Bahrain

Operations Research QM 350. Chapter 1 Introduction. Operations Research. University of Bahrain QM 350 Operations Research University of Bahrain INTRODUCTION TO MANAGEMENT SCIENCE, 12e Anderson, Sweeney, Williams, Martin Chapter 1 Introduction Introduction: Problem Solving and Decision Making Quantitative

More information

Finding Minimum and Maximum Values. 50 m of border is available to fence the three sides of the pen. What dimensions give the greatest area?

Finding Minimum and Maximum Values. 50 m of border is available to fence the three sides of the pen. What dimensions give the greatest area? Finding Minimum and Maximum Values W L 50 m of border is available to fence the three sides of the pen. What dimensions give the greatest area? **Find the equation of best fit that models the relationship

More information

MODULE - 8 LECTURE NOTES 6 URBAN STORMWATER MANAGEMENT

MODULE - 8 LECTURE NOTES 6 URBAN STORMWATER MANAGEMENT Water Resources Systems Plannng and Management: Water Resources Systems Modelng Urban MODULE - 8 LECTURE NOTES 6 URBAN STORMWATER MANAGEMENT INTRODUCTION Urban stormwater management systems are meant to

More information

Operation and supply chain management Prof. G. Srinivasan Department of Management Studies Indian Institute of Technology Madras

Operation and supply chain management Prof. G. Srinivasan Department of Management Studies Indian Institute of Technology Madras Operation and supply chain management Prof. G. Srinivasan Department of Management Studies Indian Institute of Technology Madras Lecture - 37 Transportation and Distribution Models In this lecture, we

More information

GENERAL TRAINING MANUAL FOR THE LONG-TERM PLANNING MODEL

GENERAL TRAINING MANUAL FOR THE LONG-TERM PLANNING MODEL GENERAL TRAINING MANUAL FOR THE LONG-TERM PLANNING MODEL Economic Cost versus Accounting Cost An economist thinks of cost differently from an accountant, who is concerned with the firm s financial statements.

More information

Example 1: Cost of Operation. Example 2: Education Pays Off. 3.1: Algebraic Translations of English Phrases. 3.2: Strategy for Solving Word Problems

Example 1: Cost of Operation. Example 2: Education Pays Off. 3.1: Algebraic Translations of English Phrases. 3.2: Strategy for Solving Word Problems 3.1: Algebraic Translations of English Phrases 3.2: Strategy for Solving Word Problems Addition Subtraction Multiplication Division sum more than increased by plus added to Total of sum of 6 and 7 3 more

More information

Simulation and optimization of the separation of Rare Earth Elements

Simulation and optimization of the separation of Rare Earth Elements Abstract Smulaton and optmzaton of the separaton of Rare Earth Elements Carlos Fernández Antón Department of Chemcal Engneerng, Lund Unversty, Sweden December 2012 The subject of ths work was to study

More information

Computable General Equlibrium

Computable General Equlibrium Intro February 13, 2010 Plan of action What is CGE? Modelling rules: models data calibration Introduction to GAMS and its syntax. Simple pure exchange model and modelling convention. Computable general

More information

IS INVESTMENT IN PEAK GENERATION ASSETS EFFICIENT IN A DEREGULATED ELECTRICITY SECTOR?

IS INVESTMENT IN PEAK GENERATION ASSETS EFFICIENT IN A DEREGULATED ELECTRICITY SECTOR? IS INVESTMENT IN PEAK GENERATION ASSETS EFFICIENT IN A DEREGULATED ELECTRICITY SECTOR? Benoît Peluchon MATISSE Unversty Pars 1, Boulevard de l hosptal 75013, Pars, France Abstract Electrcty markets have

More information

Algebra 1 Practice Regents Name

Algebra 1 Practice Regents Name Algebra 1 Practice Regents Name 1 The cost of airing a commercial on television is modeled by the function, where n is the number of times the commercial is aired. Based on this model, which statement

More information

Words for Algebra TEACHER NOTES MATH NSPIRED. Math Objectives. Vocabulary. About the Lesson. TI-Nspire Navigator System

Words for Algebra TEACHER NOTES MATH NSPIRED. Math Objectives. Vocabulary. About the Lesson. TI-Nspire Navigator System Math Objectives Students will explore the nature and needs of a word problem and look at the expression and equations implied by the situation. Students will explore the graph of the function that best

More information

EconS Perfect Competition and Monopoly

EconS Perfect Competition and Monopoly EconS 425 - Perfect Competition and Monopoly Eric Dunaway Washington State University eric.dunaway@wsu.edu Industrial Organization Eric Dunaway (WSU) EconS 425 Industrial Organization 1 / 47 Introduction

More information

K vary over their feasible values. This allows

K vary over their feasible values. This allows Proceedngs of the 2007 INFORMS Smulaton Socety Research Workshop. MULTI-PRODUCT CYCLE TIME AND THROUGHPUT EVALUATION VIA SIMULATION ON DEMAND John W. Fowler Gerald T. Mackulak Department of Industral Engneerng

More information

Dynamic Optimization and Product Scheduling

Dynamic Optimization and Product Scheduling Dynamic Optimization and Product Scheduling Submitted to Dr. Hedengren Brigham Young University April 15, 2016 Andrew Fonda Luke Wilding Matthew Johnson Trevor Blanchard Abstract Production scheduling

More information

Derived Operating Rules for Allocating Recharges and Withdrawals among Unconnected Aquifers

Derived Operating Rules for Allocating Recharges and Withdrawals among Unconnected Aquifers Derved Operatng Rules for Allocatng Recharges and Wthdrawals among Unconnected Aqufers Davd E. Rosenberg 1 and Jay R. Lund, M.ASCE 2 Abstract: Sx balancng rules are derved to nform short-term drawdown

More information

Notes on Intertemporal Consumption Choice

Notes on Intertemporal Consumption Choice Paul A Johnson Economics 304 Advanced Topics in Macroeconomics Notes on Intertemporal Consumption Choice A: The Two-Period Model Consider an individual who faces the problem of allocating their available

More information

Operations and Supply Chain Management Prof. G. Srinivasan Department of Management Studies Indian Institute of Technology, Madras

Operations and Supply Chain Management Prof. G. Srinivasan Department of Management Studies Indian Institute of Technology, Madras Operations and Supply Chain Management Prof. G. Srinivasan Department of Management Studies Indian Institute of Technology, Madras Module - 1 Lecture - 7 Aggregate Planning, Dynamic Programming, Backordering

More information

Impact of ROI on Bidding and Revenue in Sponsored Search Advertisement Auctions

Impact of ROI on Bidding and Revenue in Sponsored Search Advertisement Auctions Impact of ROI on Bddng and Revenue n Sponsored Search Advertsement Auctons Boleslaw K. Szymansk and Juong-Sk Lee Optmaret Inc., Newtonvlle, NY, 228 Rensselaer Polytechnc Insttute, Computer Scence Department,

More information

Managerial Accounting Prof. Dr. Varadraj Bapat Department of School of Management Indian Institute of Technology, Bombay

Managerial Accounting Prof. Dr. Varadraj Bapat Department of School of Management Indian Institute of Technology, Bombay Managerial Accounting Prof. Dr. Varadraj Bapat Department of School of Management Indian Institute of Technology, Bombay Lecture - 32 Standard Costing, Mix, Yield, Sales and Fixed Overhead Variances The

More information

Breaking Even In this lesson, students will use the four basic operations to find the break-even point of a product.

Breaking Even In this lesson, students will use the four basic operations to find the break-even point of a product. 1 Breaking Even In this lesson, students will use the four basic operations to find the break-even point of a product. GRADES 4 5 INSTRUCTIONAL FOCUS Solve multi-step word problems using the four basic

More information

15.023J / J / ESD.128J Global Climate Change: Economics, Science, and Policy Spring 2008

15.023J / J / ESD.128J Global Climate Change: Economics, Science, and Policy Spring 2008 MIT OpenCourseWare http://ocw.mit.edu 15.023J / 12.848J / ESD.128J Global Climate Change: Economics, Science, and Policy Spring 2008 For information about citing these materials or our Terms of Use, visit:

More information

Harvard University Department of Economics

Harvard University Department of Economics Harvard University Department of Economics General Examination in Microeconomic Theory Spring 00. You have FOUR hours. Part A: 55 minutes Part B: 55 minutes Part C: 60 minutes Part D: 70 minutes. Answer

More information

LEADERSHIP QUOTIENT. LQ2 Report for: Sample Report

LEADERSHIP QUOTIENT. LQ2 Report for: Sample Report LEADERSHIP QUOTIENT LQ2 for: Sample Introduction to the LQ2 This LQ2 contains data on how others see you as a leader and is a follow-up to the LQ1 you took as part of the Leadership: Great Leaders, Great

More information

2. Graphing lines from points and using models to evaluate a policy

2. Graphing lines from points and using models to evaluate a policy Econ 102 Spring 2013 Homework 2 Due February 26, 2014 1. Market Demand and Supply (Hint: this question is a review of material you should have seen and learned in Economics 101.) Suppose the market for

More information

The Australian Curriculum (Years Foundation 6)

The Australian Curriculum (Years Foundation 6) The Australian Curriculum (Years Foundation 6) Note: This document that shows how Natural Maths materials relate to the key topics of the Australian Curriculum for Mathematics. The links describe the publication

More information

Applied Data Analysis (Operations Research)

Applied Data Analysis (Operations Research) Applied Data Analysis (Operations Research) Pongsa Pornchaiwiseskul Pongsa.P@chula.ac.th http://j.mp/pongsa Faculty of Economics Chulalongkorn University Pongsa Pornchaiwiseskul, Faculty of Economics,

More information

Optimizing Product Transportation At Frito Lay

Optimizing Product Transportation At Frito Lay Spring 11 Optimizing Product Transportation At Frito Lay Javier González Fernando G. Sada Marcelo G. Sada Southern Methodist University Table of Contents 2. Background and Description of the Problem...

More information

Consumer and Producer Surplus and Deadweight Loss

Consumer and Producer Surplus and Deadweight Loss Consumer and Producer Surplus and Deadweight Loss The deadweight loss, value of lost time or quantity waste problem requires several steps. A ceiling or floor price must be given. We call that price the

More information

Linear Cost, Revenue, Profit, Supply, and Demand

Linear Cost, Revenue, Profit, Supply, and Demand Linear Cost, Revenue, Profit, Supply, and Demand Complete the following questions to investigate different types of linear models. Record your responses on this worksheet and the answer sheet. Turn in

More information

ECONOMICS U$A PROGRAM #2 THE FIRM: HOW CAN IT KEEP COSTS DOWN?

ECONOMICS U$A PROGRAM #2 THE FIRM: HOW CAN IT KEEP COSTS DOWN? ECONOMICS U$A PROGRAM #2 THE FIRM: HOW CAN IT KEEP COSTS DOWN? AUDIO PROGRAM TRANSCRIPT ECONOMICS U$A PROGRAM #2 THE FIRM (MUSIC PLAYS) Announcer: Funding for this program was provided by Annenberg Learner.

More information

3.3 Problem Solving with Percents. Copyright Cengage Learning. All rights reserved.

3.3 Problem Solving with Percents. Copyright Cengage Learning. All rights reserved. 3.3 Problem Solving with Percents Copyright Cengage Learning. All rights reserved. 1 What You Will Learn Convert percents decimals and fractions, and vice versa Solve linear equations involving percents

More information

Click to edit Master title style

Click to edit Master title style Click to edit Master title style A Model Predictive Control Approach for Long Term Planning of Capacity Investments in a District Heating System Jose L. Mojica Michelle Chen Damon Petersen Dr. John D.

More information

SCHEDULING OF HEAD-SENSITIVE CASCADED HYDRO SYSTEMS: A COMPARISON BASED ON NUMERICAL SIMULATION RESULTS

SCHEDULING OF HEAD-SENSITIVE CASCADED HYDRO SYSTEMS: A COMPARISON BASED ON NUMERICAL SIMULATION RESULTS SCHEDULING OF HEAD-SENSITIVE CASCADED HYDRO SYSTEMS: A COMPARISON BASED ON NUMERICAL SIMULATION RESULTS J.P.S. Catalão,* S.J.P.S. Marano,* V.M.F. Mendes,** and L.A.F.M. Ferrera*** Abstract In the present

More information

Year-Over-Year Analysis

Year-Over-Year Analysis Year-Over-Year Analysis (212) 405.1010 info@1010data.com Follow: @1010data www.1010data.com Year-Over-Year Analysis Contents 2 Contents Retail Year-Over-Year (YOY) Analysis...3 Quarter with Highest Sales

More information

System of two quadratic inequalities

System of two quadratic inequalities Lesson Plan Lecture Version System of two quadratic inequalities Objectives: Students will: Graph a quadratic inequality and describe its solution set Solve a system of quadratic equalities graphically

More information

Modeling Linear Programming Problem Using Microsoft Excel Solver

Modeling Linear Programming Problem Using Microsoft Excel Solver Modeling Linear Programming Problem Using Microsoft Excel Solver ADEKUNLE Simon Ayo* & TAFAMEL Andrew Ehiabhi (Ph.D) Department of Business Administration, Faculty of Management Sciences, University of

More information

Core vs NYS Standards

Core vs NYS Standards Core vs NYS Standards Grade 5 Core NYS Operations and Algebraic Thinking -------------------------------------------------------------------------- 5.OA Write / Interpret Numerical Expressions Use ( ),

More information

Silviculture Lab 10: Quantitative Silviculture Page 1 of 6

Silviculture Lab 10: Quantitative Silviculture Page 1 of 6 Silviculture Lab 10: Quantitative Silviculture Page 1 of 6 Learning Objective: Following this lab students will be able to demonstrate understanding of basic quantitative silvicultural concepts by creating

More information

Linear programming A large number of decision pr

Linear programming A large number of decision pr Linear programming A large number of decision problems faced by a business manager involve allocation of limited resources to different activities. Linear programming has been successfully applied to a

More information

Dynamic optimal groundwater management considering fixed and operation costs for an unconfined aquifer

Dynamic optimal groundwater management considering fixed and operation costs for an unconfined aquifer Dynamc optmal groundwater management consderng fxed and operaton costs for an unconfned aqufer MING- SHENG. YEH, YU-WEN. CHEN 2, CHIN-TSAI. HSIAO 3, LIANG-CHENG. CHANG 5. Graduate Student of Department

More information

Designing Information Devices and Systems I Spring 2018 Lecture Notes Note Interpretation: Water Reservoirs and Pumps

Designing Information Devices and Systems I Spring 2018 Lecture Notes Note Interpretation: Water Reservoirs and Pumps EES 6 Designing Information Devices and Systems I Spring Lecture Notes Note 5 5. Interpretation: Water Reservoirs and Pumps One way of visualizing matrix-vector multiplication is by considering water reservoirs

More information

The Spatial Equilibrium Monopoly Models of the Steamcoal Market

The Spatial Equilibrium Monopoly Models of the Steamcoal Market Advances n Management & Appled Economcs, vol.2, no.3, 2012, 125-132 ISSN: 1792-7544 (prnt verson), 1792-7552 (onlne) Scenpress Ltd, 2012 The Spatal Equlbrum Monopoly Models of the Steamcoal Maret Hu Wen

More information

The following content is provided under a Creative Commons license. Your support will help

The following content is provided under a Creative Commons license. Your support will help MITOCW Problem 7.2 The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high-quality educational resources for free. To make a

More information