Thomas H. Lenhard Data Mining: Measuring the Success of Advertisement

Size: px
Start display at page:

Download "Thomas H. Lenhard Data Mining: Measuring the Success of Advertisement"

Transcription

1 Thomas H. Lenhard Data Mining: Measuring the Success of Advertisement This article is printed in "in Podium der Wirtschaft Band 17, Verlag Harald Kupfer, Altdorf, 2009, ISBN Indroduction Today no one would deny that advertisement is essential for several kinds of businesses. But how can we evaluate advertisement and the amortisation of advertising activities? Before this question can be answered, we need to think of the after-effect of advertisement. If we promote one product, we want to know, - if the sales of it are changing - if other products are substituted - if the sales of other products are increasing - if there are additional sales - what happens about our profits - if there is a time-lag between advertising and any changes 2. The Time-Lag First we will look at the sales of the product which is promoted by advertisement. There are three possible effects of the advertisement. The first effect is that nothing will happen. If there are no other/further effects, then there was much ado about nothing, which means that the activity, normally causing costs, failed. The standard case we normally expect, is, that a product which is promoted has higher sales than without advertisement. There can also be the opposite case, especially if a product is advertised for, so that customers come into the store and buy another substitute product. In order to analyse if one of the effects is caused by a marketing activity, we need a forecast which amount of sales of an advertised product is expected. We are using in this example the most simple method of forecasting. Supposing that the sales of our product do not have big amplitudes, we use a deductive approach by calculating an average of a past period and come to the conclusion that we are expecting the calculated values. The following graph will explain what can happen to the sales if a 1

2 product is promoted. Normally the graph will include points. Here the points are connected by a evened-out curve, for easier reading. The left vertical line marks the point in time where the marketing activity starts. The right vertical line marks the end of it. The horizontal line at the value 1000 shows the expected sales without advertisement Day Real value Expected value Picture1: Sales-Curve Between the start of the activity and the first value which is apparently out of the normal range there is a time-lag of one day. This example of a time-lag explains that if relations between product promotion and changing amounts of sales are searched for, it is necessary to think about this time-lag, which can be shorter or longer than in the example. Depending on the kind of advertisement, the marketing mix, the product and other parameters, it is imaginable, that this time-lag is a period of a some days. To search for correlations between a marketing activity and the sales of a product, it is possible to use a flag to mark the day which is included in the period of special advertisement. The following example will explain how important the knowledge about a time-lag can be. Imaging that we want to analyse the data of the table for the described correlation and that we have a time-lag of two days, the first calculation shows what happens if it is ignored (table 1). The marked fields are used for this first analysis. The number one, tell us, that the marketing activity is active, while Zero says, that it is inactive. 2

3 Day Sales of Product x Promotion Day Sales of Product x Promotion Table 1 Table 2 If we calculate the correlation between the two rows of numbers, thinking of parallelism, we get a value of It s a value outside any range interesting for us. If we use the same table and take into consideration the time-lag of two days, so that the analysed sales start on the third day, like shown in the second table, we get a result of It may be that the second value is a bit unrealistic, but as an example it demonstrates the danger of getting a totally unusable result if the time-lag is neglected. This method can be described by modifying the formula of the correlation analysis as follows while x stands for the activity and y for the sales. s xy 1 n 1 n i 1 ( x i _ x)( y i t ( m n t j 1 t n y i t )) It is possible to use the amount or turnover for sales but this formula can also be used with the profit, considering that it is possible that the profit is decreasing at the same time the number of sales is increasing. This can happen, especially if the price for a product is lowered as a instrument of promotion. 3

4 3. Substitution In many cases we can estimate - or we know by experience - which product can be substituted by another, especially equivalent products of competitors in the market are potential candidates for substitution. Other substitutions can be found by methods shown in this work. So, if we advertise for example a detergent of a special brand, we can expect, that increasing sales of this product are potentially substitutions of other brands of detergents. To prove what happens to this brands, we calculate the difference between the expected values of sales and the real sales. If we find a negative correlation between the advertised product and the alternative brand, we can define the hypothesis, that a part of the sales of this product is substituted by the promoted one. In general, we can expect that the cheaper the substitute product is sold the higher the degree of substitution of other brands will be. One Problem of advertisement is the danger that a product is substituted by itself. How this can happen explains the example of a photo-shop where cameras and films and other stuff is sold. This shop sold several brands of 35mm films like Agfa, Konica, Kodak or Fuji and a own brand. The highest margin was reached with the own brand; so they decided to substitute other brands by their own to make a higher profit. The strategy was to sell the own films at a very low price so that the customers should buy these films instead of other brands. While the marketing activity was running, 5 times as many films of the own brand were sold, but there was no substitution of other films. After the period of promotion was over there was no change in the sales of the other brands but the sales of the own brand went down seriously. What happened? Each film has slightly different colours and some customers prefer a film with a higher degree of the colour blue while other customers prefer a green film. It was a failure to think, that someone buys a film only because of the low price. The promoted product substituted its own future sales. How can such a self-substitution be detected? For example: the national economy does not consume more detergent only because of a special price in one market. That means it normally results in kind of a substitution. And if there is no substitution the same time we find high correlations between promotion of a product and its sales, it is probable that the substitution has a time lag and perhaps the product substitutes itself. If we analyse a scenario to find the effects of advertising and we find no other 4

5 information than the increasing sales of the product which is advertised for, there can be three reasons for. It can be a really increased consumption, there can be a timelag in substitution which also includes self-substitution of a product, or customers who buy normally a product in another store come into our shop to buy the promoted product. Analysing actual data can only give a clue that it might be useful thinking of these reasons. A self-substitution can only be avoided by experience. If there is a substitution of sales at a competitor s shop, it can be guessed by looking at the number of customers or bons/receipts. This can also be a indicator, which helps interpreting what happens due to advertisement. 4. How can the Time-Lag Been Found? In the previous chapter, there was a example explaining that ignoring a potential time-lag can cause unusable information. Perhaps information is the wrong word to describe it, because it seems to be information but it might be totally unusable for decision making based on it. Even a difference of one day which is not detected can produce another result, or - staying in the frame of the context - there is the danger of creating an absolute different hypothesis. It might be helpful to modify the delay between the period of a marketing activity and a period of measured sales and to look for the highest correlation coefficient between the two periods. This calculation can give a clue about the time-lag. It has to be checked critically and it needs experience to conclude if it is realistic or if other parameters influence the result. Therefore we come to a hypothesis which opposes experience and knowledge. The following pseudo-code gives an example how this analysis can be implemented. It is not feasible by the exclusive use of SQL, because it must include an iteration. Step1 Building an array of correlation coefficients define LAG 10 // what is the highest value which is analysed for the lag - 10 days int i; // counter int start; // date as int int end; // date as int float *flparray[lag+2]; long lstartingday; // need a value! lstartingday = 36982; // int-conversion (ms-access) of the 1 st April 01 5

6 for (i=0; i!= (LAG+1); i++) { EXECSQL: SELECT ((1/(COUNT(*)-1)) * SUM( (SELECT activity.promotion - (SELECT AVG(activity.promotion) WHERE day BETWEEN :start AND :end ) WHERE day BETWEEN :start AND :end ) * (SELECT activity.sales - (SELECT AVG (activity.sales) WHERE day BETWEEN (:start + :i) AND (:end + :i)) WHERE day BETWEEN (:start + :i) AND (:end + :i) ))) / ((SQR( SUM( (SELECT activity.promotion- (SELECT AVG(activity.promotion) WHERE day BETWEEN :start AND :end) WHERE day BETWEEN :start AND :end) * (select activity.promotion- (SELECT AVG(activity.promotion) WHERE day BETWEEN :start AND :end) WHERE day BETWEEN :start and :end)) / ((SELECT COUNT(*) WHERE day BETWEEN :start AND :end) -1))) * (SQR( SUM( (SELECT activity.sales - (SELECT AVG(activity.sales) WHERE day BETWEEN (:start + :i) AND (:end + :i)) WHERE day BETWEEN (:start + :i) AND (:end + :i)) * (SELECT activity.sales- 6

7 / (SELECT AVG(activity.sales) WHERE day BETWEEN (:start + :i) AND (:end + :i)) WHERE day BETWEEN (:start + :i) AND (:end + :i)) ) ((SELECT COUNT(*) WHERE day BETWEEN :start and :end) -1)))) INTO :flparray[i]; } Step 2 Selecting the highest value out of the array of step 1 float flhighestvalue; /definitions related to step 2 float flcheck; int idays = 0; int counter = 1; int mode; flhighestvalue = flparray[0] For (j=1; j!=(lag+2);j++) { flcheck = flparray[j]; if (flcheck > flhighestvalue) { counter = 1; flhighestvalue = flcheck idays = j; } if (flcheck == flparray[i]) counter = counter + 1; } if (counter > 1) { mode = 0; } else mode = 1; 7

8 The array flparray is used because of the iteration which is necessary to calculate the correlation coefficient for each day and to store it. The mode at the end of the demo-code explains if there is a unique result. If the mode is 1, it is unique. In this case the highest correlation coefficient is stored in the variable flhighestvalue and the supposed time-lag is stored in idays. If the mode is finally set to 0, there is no base to define a hypothesis, because the highest value is not unique. In this case, the variable idays includes the last day for which this correlation coefficient, which is not unique, is calculated. No matter how the final result looks, it will be only a hypothesis. 8

OPTIMISING YOUR FORECOURT. Your guide to maximising stock turn, addressing overage stock and driving maximum profit. Brought to you by Auto Trader.

OPTIMISING YOUR FORECOURT. Your guide to maximising stock turn, addressing overage stock and driving maximum profit. Brought to you by Auto Trader. OPTIMISING YOUR FORECOURT Your guide to maximising stock turn, addressing overage stock and driving maximum profit. Brought to you by Auto Trader. Managing an efficient forecourt For ultimate success

More information

Mr Sydney Armstrong ECN 1100 Introduction to Microeconomics Lecture Note (4) Price Elasticity of Demand

Mr Sydney Armstrong ECN 1100 Introduction to Microeconomics Lecture Note (4) Price Elasticity of Demand Mr Sydney Armstrong ECN 1100 Introduction to Microeconomics Lecture Note (4) Price Elasticity of Demand The law of demand tells us that consumers will buy more of a product when its price declines and

More information

CHAPTER 4, SECTION 1

CHAPTER 4, SECTION 1 DAILY LECTURE CHAPTER 4, SECTION 1 Understanding Demand What Is Demand? Demand is the willingness and ability of buyers to purchase different quantities of a good, at different prices, during a specific

More information

Marginal Costing Q.8

Marginal Costing Q.8 Marginal Costing. 2008 Q.8 Break-Even Point. Before tackling a marginal costing question, it s first of all crucial that you understand what is meant by break-even point. What this means is that a firm

More information

chapter >> Consumer and Producer Surplus Section 1: Consumer Surplus and the Demand Curve Willingness to Pay and the Demand Curve

chapter >> Consumer and Producer Surplus Section 1: Consumer Surplus and the Demand Curve Willingness to Pay and the Demand Curve chapter 6 A consumer s willingness to pay for a good is the maximum price at which he or she would buy that good. >> Consumer and Producer Surplus Section 1: Consumer Surplus and the Demand Curve The market

More information

Chapter 2 Market analysis

Chapter 2 Market analysis Chapter 2 Market analysis Market analysis is concerned with collecting and interpreting data about customers and the market so that businesses adopt a relevant marketing strategy. Businesses carry out

More information

Chapter 19 Demand and Supply Elasticity

Chapter 19 Demand and Supply Elasticity Chapter 19 Demand and Supply Elasticity Learning Objectives After you have studied this chapter, you should be able to 1. define price elasticity of demand, elastic demand, unit elastic demand, inelastic

More information

Chapter 6 Elasticity: The Responsiveness of Demand and Supply

Chapter 6 Elasticity: The Responsiveness of Demand and Supply hapter 6 Elasticity: The Responsiveness of emand and Supply 1 Price elasticity of demand measures: how responsive to price changes suppliers are. how responsive sales are to changes in the price of a related

More information

Economics 102 Summer 2015 Answers to Homework #2 Due Tuesday, June 30, 2015

Economics 102 Summer 2015 Answers to Homework #2 Due Tuesday, June 30, 2015 Economics 102 Summer 2015 Answers to Homework #2 Due Tuesday, June 30, 2015 Directions: The homework will be collected in a box before the lecture. Please place your name on top of the homework (legibly).

More information

Lesson-9. Elasticity of Supply and Demand

Lesson-9. Elasticity of Supply and Demand Lesson-9 Elasticity of Supply and Demand Price Elasticity Businesses know that they face demand curves, but rarely do they know what these curves look like. Yet sometimes a business needs to have a good

More information

Ch. 7 outline. 5 principles that underlie consumer behavior

Ch. 7 outline. 5 principles that underlie consumer behavior Ch. 7 outline The Fundamentals of Consumer Choice The focus of this chapter is on how consumers allocate (distribute) their income. Prices of goods, relative to one another, have an important role in how

More information

Chapter 13 Monopolistic Competition: The Competitive Model in a More Realistic Setting

Chapter 13 Monopolistic Competition: The Competitive Model in a More Realistic Setting Economics 6 th edition 1 Chapter 13 Monopolistic Competition: The Competitive Model in a More Realistic Setting Modified by Yulin Hou For Principles of Microeconomics Florida International University Fall

More information

Demand and Supply. Economics

Demand and Supply. Economics Demand and Supply Economics How Do Demand and Price Interact? Demand = What we are willing and able to buy at various prices. Demand is expressed in terms of a time frame: eg. per day or per week. Quantity

More information

Chapter 6. Elasticity

Chapter 6. Elasticity Chapter 6 Elasticity Both the elasticity coefficient and the total revenue test for measuring price elasticity of demand are presented in this chapter. The text discusses the major determinants of price

More information

Making Price Make Sense Building Business Cases to Enhance the Bottom Line

Making Price Make Sense Building Business Cases to Enhance the Bottom Line Making Price Make Sense 1 Making Price Make Sense Building Business Cases to Enhance the Bottom Line Considering all the elements of the marketing mix, price has the most direct effect on profitability.

More information

Econ Microeconomics Notes

Econ Microeconomics Notes Econ 120 - Microeconomics Notes Daniel Bramucci December 1, 2016 1 Section 1 - Thinking like an economist 1.1 Definitions Cost-Benefit Principle An action should be taken only when its benefit exceeds

More information

After studying this chapter you will be able to

After studying this chapter you will be able to 3 Demand and Supply After studying this chapter you will be able to Describe a competitive market and think about a price as an opportunity cost Explain the influences on demand Explain the influences

More information

Title: Principles of Economics

Title: Principles of Economics Title: Principles of Economics Instructor: Vladimir Hlasny Institution: 이화여자대학교 Dictated: 김은비, 한소영 [0:00] Monopolistic Competition So in chapter 17, we will look at a slightly different market structure.

More information

Some of the assumptions of perfect competition include:

Some of the assumptions of perfect competition include: This session focuses on how managers determine the optimal price, quantity and advertising decisions under perfect competition. In earlier sessions we have looked at the nature of competitive markets.

More information

Lesson-19. Law of Variable Proportions

Lesson-19. Law of Variable Proportions Law of Variable Proportions Lesson-19 Law of Variable Proportions Law of Variable Proportions is also known as the Law of Diminishing Returns. This law is a generalization which the economists make about

More information

Chapter 9. Demand, Supply and Industry Equilibrium in the Entrepreneurless Economy

Chapter 9. Demand, Supply and Industry Equilibrium in the Entrepreneurless Economy March 23, 2003 Chapter 9 Demand, Supply and Industry Equilibrium in the Entrepreneurless Economy Because of the extreme complexity of coordination in the market economy, we must build our understanding

More information

Ecn Intermediate Microeconomic Theory University of California - Davis September 9, 2009 Instructor: John Parman. Final Exam

Ecn Intermediate Microeconomic Theory University of California - Davis September 9, 2009 Instructor: John Parman. Final Exam Ecn 100 - Intermediate Microeconomic Theory University of California - Davis September 9, 2009 Instructor: John Parman Final Exam You have until 1:50pm to complete this exam. Be certain to put your name,

More information

Figure 4 1 Price Quantity Quantity Per Pair Demanded Supplied $ $ $ $ $10 2 8

Figure 4 1 Price Quantity Quantity Per Pair Demanded Supplied $ $ $ $ $10 2 8 Econ 101 Summer 2005 In class Assignment 2 Please select the correct answer from the ones given Figure 4 1 Price Quantity Quantity Per Pair Demanded Supplied $ 2 18 3 $ 4 14 4 $ 6 10 5 $ 8 6 6 $10 2 8

More information

Using this information, we then write the output of a firm as

Using this information, we then write the output of a firm as Economists typically assume that firms or a firm s owners try to maximize their profit. et R be revenues of the firm, and C be the cost of production, then a firm s profit can be represented as follows,

More information

LCA in decision making

LCA in decision making LCA in decision making 1 (13) LCA in decision making An idea document CHAINET LCA in decision making 2 (13) Content 1 INTRODUCTION 2 EXAMPLE OF AN INDUSTRIAL DEVELOPMENT PROCESS 2.1 General about the industrial

More information

Copyright 2010 Pearson Education Canada

Copyright 2010 Pearson Education Canada What are the effects of a high gas price on buying plans? You can see some of the biggest effects at car dealers lots, where SUVs remain unsold while sub-compacts sell in greater quantities. But how big

More information

CHAPTER 4: DEMAND. Lesson 3: elasticity of demand

CHAPTER 4: DEMAND. Lesson 3: elasticity of demand CHAPTER 4: DEMAND Lesson 3: elasticity of demand 3 CASES OF DEMAND ELASTICITY Because quantity demanded depends on its price, economists use a concept called elasticity. Elasticity is a measure of responsiveness

More information

2010 Pearson Education Canada

2010 Pearson Education Canada What Is Perfect Competition? Perfect competition is an industry in which Many firms sell identical products to many buyers. There are no restrictions to entry into the industry. Established firms have

More information

A perfectly competitive industry has identical firms and identical consumers. Each consumer earns $10,000 a year.

A perfectly competitive industry has identical firms and identical consumers. Each consumer earns $10,000 a year. Microeconomics, elasticity, final exam practice problems (The attached PDF file has better formatting.) ** Exercise 4.1: Elasticities A perfectly competitive industry has identical firms and identical

More information

Lesson-28. Perfect Competition. Economists in general recognize four major types of market structures (plus a larger number of subtypes):

Lesson-28. Perfect Competition. Economists in general recognize four major types of market structures (plus a larger number of subtypes): Lesson-28 Perfect Competition Economists in general recognize four major types of market structures (plus a larger number of subtypes): Perfect Competition Monopoly Oligopoly Monopolistic competition Market

More information

Transport Economics. Energy Summer School, 2017 Selena Sheng Energy Centre, Business School, UoA 27/02/2017

Transport Economics. Energy Summer School, 2017 Selena Sheng Energy Centre, Business School, UoA 27/02/2017 Transport Economics Energy Summer School, 2017 Selena Sheng Energy Centre, Business School, UoA 27/02/2017 Transport Economics Transport demand Transport supply Congestion pricing Econometric modelling

More information

Chapter 10 Regression Analysis

Chapter 10 Regression Analysis Chapter 10 Regression Analysis Goal: To become familiar with how to use Excel 2007/2010 for Correlation and Regression. Instructions: You will be using CORREL, FORECAST and Regression. CORREL and FORECAST

More information

CH 14: Perfect Competition

CH 14: Perfect Competition CH 14: Perfect Competition Characteristics of Perfect Competition 1. Both buyers and sellers are price takers A price taker is a firm (or individual) who takes the price determined by market supply and

More information

Calculate the total variable cost per unit. (2 marks) Calculate the selling price of the product that will maximise the company s profits.

Calculate the total variable cost per unit. (2 marks) Calculate the selling price of the product that will maximise the company s profits. SECTION A 50 MARKS Question One (a) (i) (ii) Calculate the total variable cost per unit. (2 marks) Calculate the selling price of the product that will maximise the company s profits. (4 marks) (i) The

More information

Multiple Regression. Dr. Tom Pierce Department of Psychology Radford University

Multiple Regression. Dr. Tom Pierce Department of Psychology Radford University Multiple Regression Dr. Tom Pierce Department of Psychology Radford University In the previous chapter we talked about regression as a technique for using a person s score on one variable to make a best

More information

Midterm 2 - Solutions

Midterm 2 - Solutions Ecn 100 - Intermediate Microeconomics University of California - Davis November 12, 2010 Instructor: John Parman Midterm 2 - Solutions You have until 11:50am to complete this exam. Be certain to put your

More information

Monopoly Monopoly occurs when there is a single seller of a good or service. Despite this simple definition that is usually given in textbooks, we

Monopoly Monopoly occurs when there is a single seller of a good or service. Despite this simple definition that is usually given in textbooks, we Monopoly Monopoly occurs when there is a single seller of a good or service. Despite this simple definition that is usually given in textbooks, we must criticize it a bit. Monopoly occurs when there is

More information

2 THINKING LIKE AN ECONOMIST

2 THINKING LIKE AN ECONOMIST 2 THINKING LIKE AN ECONOMIST LEARNING OBJECTIVES: By the end of this chapter, students should understand: how economists apply the methods of science. how assumptions and models can shed light on the world.

More information

KING ABDULAZIZ UNIVERSITY FACULTY OF COMPUTING & INFORMATION TECHNOLOGY DEPARTMENT OF INFORMATION SYSTEM. Lab 1- Introduction

KING ABDULAZIZ UNIVERSITY FACULTY OF COMPUTING & INFORMATION TECHNOLOGY DEPARTMENT OF INFORMATION SYSTEM. Lab 1- Introduction Lab 1- Introduction Objective: We will start with some basic concept of DSS. And also we will start today the WHAT-IF analysis technique for decision making. Activity Outcomes: What is what-if analysis

More information

knows?) What we do know is that S1, S2, S3, and S4 will produce because they are the only ones

knows?) What we do know is that S1, S2, S3, and S4 will produce because they are the only ones Guide to the Answers to Midterm 1, Fall 2010 (Form A) (This was put together quickly and may have typos. You should really think of it as an unofficial guide that might be of some use.) 1. First, it s

More information

Chapter 6 Elasticity: The Responsiveness of Demand and Supply

Chapter 6 Elasticity: The Responsiveness of Demand and Supply Economics 6 th edition 1 Chapter 6 Elasticity: The Responsiveness of Demand and Supply Modified by Yulin Hou For Principles of Microeconomics Florida International University Fall 2017 The Price Elasticity

More information

How to Determine the Feasibility of Your New Business Idea A Step by Step Guide to Small Business Feasibility Study

How to Determine the Feasibility of Your New Business Idea A Step by Step Guide to Small Business Feasibility Study How to Determine the Feasibility of Your New Business Idea A Step by Step Guide to Small Business Feasibility Study By BizMove Management Training Institute Other free books by BizMove that may interest

More information

Topic 3. Demand and Supply

Topic 3. Demand and Supply Econ 103 Topic 3 page 1 Topic 3 Demand and Supply Text reference: Chapter 3 and 4. Assumptions of the competitive model. Demand: -Determinants of demand -Demand curves -Consumer surplus -Divisibility -

More information

a. Find MG&E s marginal revenue function. That is, write an equation for MG&E's MR function.

a. Find MG&E s marginal revenue function. That is, write an equation for MG&E's MR function. Economics 101 Spring 2015 Answers to Homework #5 Due Thursday, May 7, 2015 Directions: The homework will be collected in a box before the lecture. Please place your name on top of the homework (legibly).

More information

Understanding Price Elasticity: It s No Stretch!

Understanding Price Elasticity: It s No Stretch! Understanding Price Elasticity: It s No Stretch! Lesson by Lesley Mace, senior economic and financial education specialist, Federal Reserve Bank of Atlanta, Jacksonville Branch Lesson description An important

More information

Price = The Interaction of Supply and Demand WEDNESDAY, FEBRUARY 17 THURSDAY, FEBRUARY 18

Price = The Interaction of Supply and Demand WEDNESDAY, FEBRUARY 17 THURSDAY, FEBRUARY 18 Price = The Interaction of Supply and Demand WEDNESDAY, FEBRUARY 17 THURSDAY, FEBRUARY 18 Chapter 4: Section 1 Understanding Demand What Is Demand? Markets are where people come together to buy and sell

More information

Chapter 13. Microeconomics. Monopolistic Competition: The Competitive Model in a More Realistic Setting

Chapter 13. Microeconomics. Monopolistic Competition: The Competitive Model in a More Realistic Setting Microeconomics Modified by: Yun Wang Florida International University Spring, 2018 1 Chapter 13 Monopolistic Competition: The Competitive Model in a More Realistic Setting Chapter Outline 13.1 Demand and

More information

Keyword Analysis. Section 1: Google Forecast. Example, inc

Keyword Analysis. Section 1: Google Forecast. Example, inc Section 1: Google Forecast Below is a forecast for some example leather keywords that we recommend focus on. Before the forecast is viewed, keep in mind, that Google bases its numbers on average performance

More information

The Structure of Costs in the

The Structure of Costs in the The Structure of s in the Short Run The Structure of s in the Short Run By: OpenStaxCollege The cost of producing a firm s output depends on how much labor and physical capital the firm uses. A list of

More information

Formula: Price of elasticity of demand= Percentage change in quantity demanded Percentage change in price

Formula: Price of elasticity of demand= Percentage change in quantity demanded Percentage change in price 1 MICRO ECONOMICS~ CHAPTER FOUR CHAPTER FOUR PRICE ELASTICITY OF DEMAND You know that when supply increases, the equilibrium price falls and the equilibrium quantity increases THE PRICE ELASTICITY OF DEMAND~

More information

6) Consumer surplus is the red area in the following graph. It is 0.5*5*5=12.5. The answer is C.

6) Consumer surplus is the red area in the following graph. It is 0.5*5*5=12.5. The answer is C. These are solutions to Fall 2013 s Econ 1101 Midterm 1. No guarantees are made that this guide is error free, so please consult your TA or instructor if anything looks wrong. 1) If the price of sweeteners,

More information

Strategy is the way a business operates in order to achieve its aims and objectives.

Strategy is the way a business operates in order to achieve its aims and objectives. Chapter 6 Strategy and implementation Business objectives and strategy Strategy is the way a business operates in order to achieve its aims and objectives. There are two sides to strategy - the first is

More information

The law of supply states that higher prices raise the quantity supplied. The price elasticity of supply measures how much the quantity supplied

The law of supply states that higher prices raise the quantity supplied. The price elasticity of supply measures how much the quantity supplied In a competitive market, the demand and supply curve represent the behaviour of buyers and sellers. The demand curve shows how buyers respond to price changes whereas the supply curve shows how sellers

More information

AP Microeconomics Chapter 6 Outline

AP Microeconomics Chapter 6 Outline I. Introduction AP Microeconomics Chapter 6 A. Learning Objectives In this chapter students should learn: 1. What price elasticity of demand is and how it can be applied. 2. The usefulness of the total

More information

MICROECONOMICS - CLUTCH CH MONOPOLISTIC COMPETITION.

MICROECONOMICS - CLUTCH CH MONOPOLISTIC COMPETITION. !! www.clutchprep.com CONCEPT: CHARACTERISTICS OF MONOPOLISTIC COMPETITION A market is in monopolistic competition when: Nature of Good: The goods for sale are, but not identical - Products are said to

More information

ECONOMICS 103. Topic 3: Supply, Demand & Equilibrium

ECONOMICS 103. Topic 3: Supply, Demand & Equilibrium ECONOMICS 103 Topic 3: Supply, Demand & Equilibrium Assumptions of the competitive market model: all agents are price takers, homogeneous products. Demand & supply: determinants of demand & supply, demand

More information

Big-Bang Disruptions and Tourism

Big-Bang Disruptions and Tourism Big-Bang Disruptions and Tourism Today 09. Tuesday, Nov 13 Quality, Standards, Models & Meta-Models. The 7Loci 11. Thursday, Nov 22 Web Presence Quality Reporting 13. Tuesday, Dec 4 Your reports Presentation:

More information

c) Will the monopolist described in (b) earn positive, negative, or zero economic profits? Explain your answer.

c) Will the monopolist described in (b) earn positive, negative, or zero economic profits? Explain your answer. Economics 101 Summer 2015 Answers to Homework #4b Due Tuesday June 16, 2015 Directions: The homework will be collected in a box before the lecture. Please place your name, TA name and section number on

More information

Midterm 2 - Solutions

Midterm 2 - Solutions Ecn 100 - Intermediate Microeconomic Theory University of California - Davis November 13, 2009 Instructor: John Parman Midterm 2 - Solutions You have until 11:50am to complete this exam. Be certain to

More information

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

Managerial Accounting Prof. Dr. Varadraj Bapat School of Management Indian Institute of Technology, Bombay Managerial Accounting Prof. Dr. Varadraj Bapat School of Management Indian Institute of Technology, Bombay Module - 9 Lecture - 20 Accounting for Costs Dear students, in our last session we have started

More information

Econ 200 Lecture 7 January 24, 2017

Econ 200 Lecture 7 January 24, 2017 1. Learning Catalytics Session 2. Elasticity and Total Revenue Econ 200 Lecture 7 January 24, 2017 3. Cross-Price and Income Elasticities 4. Elasticity of Supply 5. Consumer & Producer Surplus 1 Total

More information

How Markets Use Knowledge. By Russ Roberts 8/22/08

How Markets Use Knowledge. By Russ Roberts 8/22/08 How Markets Use Knowledge By Russ Roberts 8/22/08 Economists will often say that prices steer knowledge and resources. Prices are traffic cops that signal to buyers and sellers what is scarce and what

More information

Short-Run Costs and Output Decisions

Short-Run Costs and Output Decisions Semester-I Course: 01 (Introductory Microeconomics) Unit IV - The Firm and Perfect Market Structure Lesson: Short-Run Costs and Output Decisions Lesson Developer: Jasmin Jawaharlal Nehru University Institute

More information

Gush vs. Bore: A Look at the Statistics of Sampling

Gush vs. Bore: A Look at the Statistics of Sampling Gush vs. Bore: A Look at the Statistics of Sampling Open the Fathom file Random_Samples.ftm. Imagine that in a nation somewhere nearby, a presidential election will soon be held with two candidates named

More information

4. Do your best to fit all your answers on the front side of the exam. If you need to use the back of a page, indicate that clearly.

4. Do your best to fit all your answers on the front side of the exam. If you need to use the back of a page, indicate that clearly. Midterm Intermediate Microeconomics Fall 2015 October 20, 2015 Name: Instructions 1. Answer all questions. 2. The exam will be graded out of 100 points. Points for each section and points for each question

More information

Eco 401, J. Sandford, fall 2011 September 27, Midterm #1 9/27/11

Eco 401, J. Sandford, fall 2011 September 27, Midterm #1 9/27/11 Midterm #1 9/27/11 Instructions: You have 75 minutes to complete this exam. Part I consists of 9 multiple choice questions, and is worth 27 points, and Part II consists of 3 short-answer questions, and

More information

ECON 120 SAMPLE QUESTIONS

ECON 120 SAMPLE QUESTIONS ECON 120 SAMPLE QUESTIONS 1) The price of cotton clothing falls. As a result, 1) A) the demand for cotton clothing decreases. B) the quantity demanded of cotton clothing increases. C) the demand for cotton

More information

Emissions trading/tradable pollution permits

Emissions trading/tradable pollution permits Emissions trading/tradable pollution permits The objective is to get students to understand why an trading scheme can be an effective way of, superior in some ways to carbon taxes or quotas. It is important

More information

Revision confidence limits for recent data on trend levels, trend growth rates and seasonally adjusted levels

Revision confidence limits for recent data on trend levels, trend growth rates and seasonally adjusted levels W O R K I N G P A P E R S A N D S T U D I E S ISSN 1725-4825 Revision confidence limits for recent data on trend levels, trend growth rates and seasonally adjusted levels Conference on seasonality, seasonal

More information

INTERMEDIATE MICROECONOMICS LECTURE 13 - MONOPOLISTIC COMPETITION AND OLIGOPOLY. Monopolistic Competition

INTERMEDIATE MICROECONOMICS LECTURE 13 - MONOPOLISTIC COMPETITION AND OLIGOPOLY. Monopolistic Competition 13-1 INTERMEDIATE MICROECONOMICS LECTURE 13 - MONOPOLISTIC COMPETITION AND OLIGOPOLY Monopolistic Competition Pure monopoly and perfect competition are rare in the real world. Most real-world industries

More information

Maths/stats support 11 t-test

Maths/stats support 11 t-test Guinness and the t-test The t-test was invented by a chemist called William Gosset. Gosset worked for the Guinness Brewery in Dublin and was concerned with making Guinness that tasted the same every time.

More information

Theory of Consumer Behavior First, we need to define the agents' goals and limitations (if any) in their ability to achieve those goals.

Theory of Consumer Behavior First, we need to define the agents' goals and limitations (if any) in their ability to achieve those goals. Theory of Consumer Behavior First, we need to define the agents' goals and limitations (if any) in their ability to achieve those goals. We will deal with a particular set of assumptions, but we can modify

More information

This exam has 33 points. There are six questions on the exam; you should work all of them. Half the questions are worth 5 points each and the other

This exam has 33 points. There are six questions on the exam; you should work all of them. Half the questions are worth 5 points each and the other Economics 5250/6250 Fall 2017 Dr. Lozada Midterm Exam This exam has 33 points. There are six questions on the exam; you should work all of them. Half the questions are worth 5 points each and the other

More information

Chapter 4: Demand. Section I: Understanding Demand. Section II: Shifts of the Demand Curve. Section III: Elasticity of Demand

Chapter 4: Demand. Section I: Understanding Demand. Section II: Shifts of the Demand Curve. Section III: Elasticity of Demand Chapter 4: Demand Section I: Understanding Demand Section II: Shifts of the Demand Curve Section III: Elasticity of Demand Section 1: Understanding Demand LEQ: What is the law of demand? VOCAB: demand

More information

Perfect Competition CHAPTER 14. Alfred P. Sloan. There s no resting place for an enterprise in a competitive economy. Perfect Competition 14

Perfect Competition CHAPTER 14. Alfred P. Sloan. There s no resting place for an enterprise in a competitive economy. Perfect Competition 14 CHATER 14 erfect Competition There s no resting place for an enterprise in a competitive economy. Alfred. Sloan McGraw-Hill/Irwin Copyright 2010 by the McGraw-Hill Companies, Inc. All rights reserved.

More information

541: Economics for Public Administration Lecture 8 Short-Run Costs & Supply

541: Economics for Public Administration Lecture 8 Short-Run Costs & Supply I. Introduction 541: Economics for Public Administration Lecture 8 Short-Run s & Supply We have presented how a business finds the least cost way of providing a given level of public good or service. In

More information

Supply and Demand. Objective 8.04

Supply and Demand. Objective 8.04 Supply and Demand Objective 8.04 Supply and Demand Pages 258-259 259 copy bold terms and give a definition or description of each. Page 261 Copy the questions Worksheet A-2A 1. Surplus When the amount

More information

Econ 3542: Experimental and Behavioral Economics Exam #1 Review Questions

Econ 3542: Experimental and Behavioral Economics Exam #1 Review Questions Econ 3542: Experimental and Behavioral Economics Exam #1 Review Questions Chapter 1 (Intro) o Briefly describe the early history of market experiments. Chamberlin s original pit market experiments (1948)

More information

To start we will look at the relationship between quantity demanded and price.

To start we will look at the relationship between quantity demanded and price. University of California, Merced ECO 1-Introduction to Economics Chapter 5 Lecture otes Professor Jason Lee I. Elasticity As we learned in Chapter 4, there is a clear relationship between the quantity

More information

ECON (ENT) COURSE LESSON THREE. Supply and Demand. CHAPTER 7 Supply and Demand. Lesson Three Supply and Demand 93

ECON (ENT) COURSE LESSON THREE. Supply and Demand. CHAPTER 7 Supply and Demand. Lesson Three Supply and Demand 93 ECON (ENT) COURSE LESSON THREE Supply and Demand CHAPTER 7 Supply and Demand Lesson Three Supply and Demand 93 EXERCISES Matching (28 points) From the list below, select the term that matches each of the

More information

L: What happens in a market?

L: What happens in a market? L: What happens in a market? REMINDER: TYPES OF ECONOMIES 1. Traditional 2. Command 3. Market 4. Mixed *all about who answers basic economic questions/controls factors of production (land/labor/capital/

More information

Quiz #5 Week 04/12/2009 to 04/18/2009

Quiz #5 Week 04/12/2009 to 04/18/2009 Quiz #5 Week 04/12/2009 to 04/18/2009 You have 30 minutes to answer the following 17 multiple choice questions. Record your answers in the bubble sheet. Your grade in this quiz will count for 1% of your

More information

Three Rules and Four Models

Three Rules and Four Models Three Rules and Four Models Three Rules: How to find the profit maximizing quantity: A firm will maximize its profit (or minimize its losses) by producing that output at which marginal revenue and marginal

More information

Three Rules and Four Models

Three Rules and Four Models Three Rules and Four Models Three Rules: How to find the profit maximizing quantity: A firm will maximize its profit (or minimize its losses) by producing that output at which marginal revenue and marginal

More information

Module 55 Firm Costs. What you will learn in this Module:

Module 55 Firm Costs. What you will learn in this Module: What you will learn in this Module: The various types of cost a firm faces, including fixed cost, variable cost, and total cost How a firm s costs generate marginal cost curves and average cost curves

More information

Demand The Demand curve answers this question: What quantity of a good would consumers buy at each possible price?

Demand The Demand curve answers this question: What quantity of a good would consumers buy at each possible price? 1 of 6 30.4.2006 20:25 DANBY IA&S 324 Demand, Supply, and Surpluses Demand, Supply, and Surpluses Demand The Demand curve answers this question: What quantity of a good would consumers buy at each possible

More information

ECO 182: Summer 2015 Market II : Gains from trade

ECO 182: Summer 2015 Market II : Gains from trade ECO 182: Summer 2015 Market II : Gains from trade August 3, 2015 How do people gain from trading? Look at the graph for any market. Do you notice something peculiar about the price? The price is same for

More information

P S1 S2 D2 Q D1 P S1 S2 D2 Q D1

P S1 S2 D2 Q D1 P S1 S2 D2 Q D1 This is the solution guide compiled by your instructors of Econ 1101. This is a guide for form A. If you had form B, you can still figure from this guide what the answers to your questions are. If you

More information

not to be republished NCERT Chapter 6 Non-competitive Markets 6.1 SIMPLE MONOPOLY IN THE COMMODITY MARKET

not to be republished NCERT Chapter 6 Non-competitive Markets 6.1 SIMPLE MONOPOLY IN THE COMMODITY MARKET Chapter 6 We recall that perfect competition was theorised as a market structure where both consumers and firms were price takers. The behaviour of the firm in such circumstances was described in the Chapter

More information

Industrial Engineering Prof. Inderdeep Singh Department of Mechanical and Industrial Engineering Indian Institute of Technology, Roorkee

Industrial Engineering Prof. Inderdeep Singh Department of Mechanical and Industrial Engineering Indian Institute of Technology, Roorkee Industrial Engineering Prof. Inderdeep Singh Department of Mechanical and Industrial Engineering Indian Institute of Technology, Roorkee Module - 04 Lecture - 04 Sales Forecasting I A very warm welcome

More information

Micro/Planning Economics December 15, Micro/Planning Final Exam

Micro/Planning Economics December 15, Micro/Planning Final Exam DUSP 11.202/203 Frank Levy Micro/Planning Economics December 15, 2009 Instructions (READ CAREFULLY): 2009 Micro/Planning Final Exam Students who are taking both Planning Economics and Microeconomics should

More information

Chapter 4: Individual and Market Demand. Chapter : Implications of optimal choice

Chapter 4: Individual and Market Demand. Chapter : Implications of optimal choice Econ 203 Chapter 4 page 1 Overview: Chapter 4: Individual and Market Demand Chapter 4 + 5.1-5.3: Implications of optimal choice What happens if changes? What happens to individual demand if a price changes?

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

THE TAG GOVERNANCE FRAMEWORK

THE TAG GOVERNANCE FRAMEWORK THE TAG GOVERNANCE FRAMEWORK HOW TO GOVERN YOUR D I G I T A L A N A LY T I C S A N D MARKETING TAGS Plan Monitor Comply Validate Deploy INTRODUCTION I checked out your website. And what did I find? Broken

More information

EC1010 Introduction to Micro Economics (Econ 6003)

EC1010 Introduction to Micro Economics (Econ 6003) Cork Institute of Technology (Institiuid Teicneolaiochta Chorcai) Alternative Semester 1 Examination 2007/2008 (Winter 2007) EC1010 Introduction to Micro Economics (Econ 6003) (Time: 2 Hours) External

More information

BUSINESS Operating in a local business environment (Component 1)

BUSINESS Operating in a local business environment (Component 1) A LEVEL Exemplar Candidate Work H431 BUSINESS Operating in a local business environment (Component 1) September 2015 We will inform centres about any changes to the specification. We will also publish

More information

The Market Economy. The Economy. Consumers, Producers, and the Market. Are You Motivated Yet? Name:

The Market Economy. The Economy. Consumers, Producers, and the Market. Are You Motivated Yet? Name: Name: The Economy You ve probably heard people say things like, The economy is down, or, Such-and-such would be good for the economy. Maybe you ve figured out that the economy has something to do with

More information

Solved Scanner CS Foundation Paper-2, June 2009 Economics and Statistics Part-A ECONOMICS

Solved Scanner CS Foundation Paper-2, June 2009 Economics and Statistics Part-A ECONOMICS Solved Scanner CS Foundation Paper-2, June 2009 Economics and Statistics Part-A ECONOMICS 1(a) (i) (ii) (iii) (iv) (v) (b) (i) State, with reasons in brief, whether the following statements are correct

More information

Networks: Fall 2010 Homework 5 David Easley and Eva Tardos Due November 11, 2011

Networks: Fall 2010 Homework 5 David Easley and Eva Tardos Due November 11, 2011 Networks: Fall 2010 Homework 5 David Easley and Eva Tardos Due November 11, 2011 As noted on the course home page, homework solutions must be submitted by upload to the CMS site, at https://cms.csuglab.cornell.edu/.

More information

Imagine this: If you create a hundred tasks and leave their default constraints

Imagine this: If you create a hundred tasks and leave their default constraints Chapter 6 Timing Is Everything In This Chapter Discovering how dependency links affect timing Reviewing the different kinds of dependency relationships Allowing for lag and lead time Creating dependency

More information