Solution: HW #2. Title: Business Cycles & Forecasting. Part I Conceptual questions (70%)

Size: px
Start display at page:

Download "Solution: HW #2. Title: Business Cycles & Forecasting. Part I Conceptual questions (70%)"

Transcription

1 Solution: HW #2 Title: Business Cycles & Forecasting Course: Econ 392 Fall/2015 Instructor: Dr. I-Ming Chiu Part I Conceptual questions (70%) Q1. Which of the following policies would a Keynesian expect to produce the largest increase in income? Please explain. a. A tax cut of $200. b. An increase in government spending of $200. c. A "balanced budget" (i.e., G = T) increase in government spending of $200. Choice (b) an increase in government spending affects national income directly. Therefore, it has the largest effect on GDP. Choice (a) has an indirect impact on income via consumption. How much households want to spend after the tax rebate depend on their marginal propensity to consume. Choice (c) has a smallest effect on income because an increase in G will be offset by an increase in taxes. However, its net effect on income is still positive but small. Q2. Money deposited for a term is not left in bank vaults but is loaned out by the banks (subject to minimum reserve requirements). The above statement means that a dollar on deposit can flow back into the banking system one or more times and that dollar can expand the money supply. a) What is the minimum reserve requirements referred to? b) What terminology do economists use to refer to the process described? c) If required reserve ratio is raised and people decide to hold more cash instead of depositing, how is the money supply affected? a. The U.S. has a fractional reserve banking system; a certain portion of bank deposits must be kept as required reserves. It can be in the form of vault cash or deposits with the Fed. b. money multiplier process. c. The money multiplier is going to be smaller and so is money supply. Q3. Under the pressure from the Congress, the U.S. Federal government has been working hard to reduce, or at least not to expand, the budget deficits and national debts. Meanwhile, the Fed keeps pumping money into the economy since the financial crisis took place in 2008~09 period. Using the IS-LM model to illustrate how both policy actions, simultaneously, affect real GDP and interest rate. 1

2 r r 1 r 2 LM 1 LM 2 b a IS 1 IS 2 Note: IS shifts to the left (blue arrow) due to contractionary fiscal policy. LM shifts downwards due to expansionary monetary policy. The outcome is a lower interest rate and the impact on GDP is uncertain because there is an offsetting effect. 2 1 Q4. a) Please provide three explanations regarding why the aggregate demand (AD) has a negative slope according to the Keynesian model. b) Suppose that the aggregate supply (AS) is flat (i.e., a horizontal line and this may indicate the economy is operating under its full capacity), how does a currency depreciation affect equilibrium real GDP? [Hint: you need to explain how AD shifts given the currency depreciation] a) There are three channels that include wealth effect, international trade effect, and real money effect. ou have to elaborate each channel in the test if the same question is asked. b) AE 45 0 AE1 = C + I + G + NX(E 1 ) AE1 = C + I + G + NX(E 0 ) P P* AD 1 AD 2 AS Note: A currency depreciation results in a larger NX (red arrow) and therefore the aggregate spending is larger. Aggregate demand is stronger and real GDP is larger (blue arrow). If the AS is flat, then price remains the same at p*

3 Q5. Conduct a Google search to find the most recent FOMC policy action (the one took place on September 16 & 17 th. What was their main decision after the meeting and why did they make such a decision? Follow the link below and you ll find a press release for the recent FOMC meeting. Q6. Please explain how an expansionary monetary policy affects interest rate (r) and real GDP () according to the following IS-LM graph. (Hint: you have to consider the impacts of monetary policy in both goods and money market) As money supply increases, interest rate drops. This is reflected as a downward (or rightward) shift of the LM (r 1 to r 2 ) in the diagram. The lower interest rate (r 2 ) may encourage more spending (i.e. investment mostly) in the goods market and results in a larger. The increase in ( 1 to 2 ) may cause a larger demand for money in the money market and r increases accordingly (r 2 to r 3 ). r LM 1 LM 2 r 1 r 3 r 2 IS 1 2 Q7. Please explain why the short-run aggregate supply has a positive slope and the long-run aggregate supply is vertical in the price-real GDP space (P and ). a) In the short run, price rises and real wage decreases and this may result in large supply of output due to a temporary increase in the labor demand (i.e., P ; a positive slope of AS). In the long run, as workers renegotiate their wage contract, the real wage would remain about the same and therefore output resumes its initial level. 3

4 Part II: Computational questions (30%) Q1. A mathematical Keynesian model is shown as follows (20 pts): Goods market: = C + I + G + NX C = *DI (DI: disposable income = - T) I = *r (r: inerest rate) G = 1100 NX = * T = 0.2* (a proportional income tax system) Money market: Real money supply: ( P M )S = 1000 Real money demand: ( P M ) d = *r (r: inerest rate) a) How large is the equilibrium GDP? b) Is the govenemnt running a budget surplus or deficit when is in equilibrium? How large is it? c) Is there a trade surplus or deficit when is in equilibrium? How large is it? d) Suppose the potential GDP (the maximum amount of product an economy can produce) equals 6400, what kind of economic problem may occur in the economy and what policy actions should be taken to solve this problem? e) How large is the new govement spending needed to achieve the potential level of GDP? [Hint: Equate money supply with demand to solve for interest rate r. Substitute r to investment equation to find I. Add up C, I, G and NX to find total spending, which is a function of. Equate this spending equation with to find equilibrium GDP (i.e., solve for ).] a) 1000 = r, r = 15% or 0.15 I = *0.15 = 700 AE = C + I + G + NX = *( 0.2*) * = * (Notice that 0.5 is the slope of expenditure line and the corresponding expenditure multiplier is 1/(1-0.5) = 2) = AE = * = 6000 b) G = 1100, T = 0.2*6000 = 1200, budget = G T = -100 (budget surplus) c) NX = *6000 = 0 (trade is in balance; exports = imports) d) Since 6000 < 6400 recession expansionary fiscal, monetary policy or both. e) We can assume the unknow additional governement spedning is x, so AE NEW = x + 0.5*6400. Equate AE NEW with x = 6400, so x = 200 and G NEW = = Alternatively, by knowing that the expenditure multiplier is 2 ( = 2), so additional government spending is 200 ( ). New G should be =

5 Q2. Use R (10 pts) Cigna Corp/Closed Price (09/01/2015 ~ 09/30/2015) Sep Sep Sep Sep Index CI.Close Min. : Min. : st Qu. : st Qu. :139.0 Median : Median :139.8 Mean : Mean : rd Qu. : rd Qu. :141.6 Max. : Max. :142.8 # R code begins here rm(list=ls()) library(quantmod) getsymbols("ci", src = "yahoo") head(ci) da.sep = window(ci,start=as.date(" "), end=as.date(" ")) #"window": subset the data and retrieve the ones in September 2015 dim(da.sep) head(da.sep) CI.Close.Price = da.sep[,4] plot(ci.close.price, main=paste("cigna Corp/Closed Price", "\n", "(09/01/2015 ~ 09/30/2015)")) summary(ci.close.price) # R code ends here 5

Suggested Solutions to Assignment 3

Suggested Solutions to Assignment 3 ECON 1010C Principles of Macroeconomics Instructor: Sharif F. Khan Department of Economics Atkinson College York University Summer 2005 Suggested Solutions to Assignment 3 Part A Multiple-Choice Questions

More information

Economics 102 Discussion Handout Week 14 Spring Aggregate Supply and Demand: Summary

Economics 102 Discussion Handout Week 14 Spring Aggregate Supply and Demand: Summary Economics 102 Discussion Handout Week 14 Spring 2018 Aggregate Supply and Demand: Summary The Aggregate Demand Curve The aggregate demand curve (AD) shows the relationship between the aggregate price level

More information

KOÇ UNIVERSITY ECON 202 Macroeconomics Fall Problem Set VI C = (Y T) I = 380 G = 400 T = 0.20Y Y = C + I + G.

KOÇ UNIVERSITY ECON 202 Macroeconomics Fall Problem Set VI C = (Y T) I = 380 G = 400 T = 0.20Y Y = C + I + G. KOÇ UNIVERSITY ECON 202 Macroeconomics Fall 2007 Problem Set VI 1. Consider the following model of an economy: C = 20 + 0.75(Y T) I = 380 G = 400 T = 0.20Y Y = C + I + G. (a) What is the value of the MPC

More information

Economics 1012A: Introduction to Macroeconomics FALL 2007 Dr. R. E. Mueller Third Midterm Examination November 15, 2007

Economics 1012A: Introduction to Macroeconomics FALL 2007 Dr. R. E. Mueller Third Midterm Examination November 15, 2007 Economics 1012A: Introduction to Macroeconomics FALL 2007 Dr. R. E. Mueller Third Midterm Examination November 15, 2007 Answer all of the following questions by selecting the most appropriate answer on

More information

Economics 102 Discussion Handout Week 14 Spring Aggregate Supply and Demand: Summary

Economics 102 Discussion Handout Week 14 Spring Aggregate Supply and Demand: Summary Economics 102 Discussion Handout Week 14 Spring 2018 Aggregate Supply and Demand: Summary The Aggregate Demand Curve The aggregate demand curve (AD) shows the relationship between the aggregate price level

More information

Keynesian Theory (IS-LM Model): how GDP and interest rates are determined in Short Run with Sticky Prices.

Keynesian Theory (IS-LM Model): how GDP and interest rates are determined in Short Run with Sticky Prices. Keynesian Theory (IS-LM Model): how GDP and interest rates are determined in Short Run with Sticky Prices. Historical background: The Keynesian Theory was proposed to show what could be done to shorten

More information

ECO 2013: Macroeconomics Valencia Community College

ECO 2013: Macroeconomics Valencia Community College ECO 2013: Macroeconomics Valencia Community College Exam 3 Fall 2008 1. The most important determinant of consumer spending is: A. the level of household debt. B. consumer expectations. C. the stock of

More information

Part2 Multiple Choice Practice Qs

Part2 Multiple Choice Practice Qs Part2 Multiple Choice Practice Qs 1. The Keynesian cross shows: A) determination of equilibrium income and the interest rate in the short run. B) determination of equilibrium income and the interest rate

More information

Econ 3 Practice Final Exam

Econ 3 Practice Final Exam Econ 3 Winter 2010 Econ 3 Practice Final Exam No books or notes of any kind are allowed. On problems requiring calculations, you will only get credit if you show your work. Part I: Longer Answers. Please

More information

York University. Suggested Solutions

York University. Suggested Solutions York University Atkinson Faculty of Liberal and professional Studies Department of Economics ECON1010C Term Test 2 July 20, 2005 Instructor: Sharif F. Khan Suggested Solutions PART A 1. B 2. A 3. D 4.

More information

The Influence of Monetary and Fiscal Policy on Aggregate Demand

The Influence of Monetary and Fiscal Policy on Aggregate Demand Chapter 32 The Influence of Monetary and Fiscal Policy on Aggregate Demand Test B 1. Of the effects that help explain why the U.S. aggregate demand curve slopes downward the a. wealth effect is most important

More information

ECON 3010 Intermediate Macroeconomics Final Exam

ECON 3010 Intermediate Macroeconomics Final Exam ECON 3010 Intermediate Macroeconomics Final Exam Multiple Choice Questions. (60 points; 3 pts each) #1. An economy s equals its. a. consumption; income b. consumption; expenditure on goods and services

More information

GDP accounting. GDP: market value of all newly produced goods and services produced in a given location in a specific time period

GDP accounting. GDP: market value of all newly produced goods and services produced in a given location in a specific time period IS Curve GDP accounting GDP: market value of all newly produced goods and services produced in a given location in a specific time period GDP accounting GDP: market value of all newly produced goods and

More information

14.02 Principles of Macroeconomics Problem Set # 2, Answers

14.02 Principles of Macroeconomics Problem Set # 2, Answers 14.0 Principles of Macroeconomics Problem Set #, Answers Part I 1. False. The multiplier is 1/ [1- c 1 (1- t)]. The effect of an increase in autonomous spending is dampened because taxes respond proportionally

More information

Business Fluctuations. Notes 05. Preface. IS Relation. LM Relation. The IS and the LM Together. Does the IS-LM Model Fit the Facts?

Business Fluctuations. Notes 05. Preface. IS Relation. LM Relation. The IS and the LM Together. Does the IS-LM Model Fit the Facts? ECON 421: Spring 2015 Tu 6:00PM 9:00PM Section 102 Created by Richard Schwinn Based on Macroeconomics, Blanchard and Johnson [2011] Before diving into this material, Take stock of the techniques and relationships

More information

Principle of Macroeconomics, Summer B Practice Exam

Principle of Macroeconomics, Summer B Practice Exam Principle of Macroeconomics, Summer B 2017 Practice Exam 1) If real GDP in a small country in 2015 is $8 billion and real GDP in the same country in 2016 is $8.3 billion, the growth rate of real GDP between

More information

ECON 3312 Macroeconomics Exam 2 Spring 2017 Prof. Crowder

ECON 3312 Macroeconomics Exam 2 Spring 2017 Prof. Crowder ECON 3312 Macroeconomics Exam 2 Spring 2017 Prof. Crowder Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. 1) Suppose the economy is currently

More information

Eastern Mediterranean University Faculty of Business and Economics Department of Economics Spring Semester

Eastern Mediterranean University Faculty of Business and Economics Department of Economics Spring Semester Eastern Mediterranean University Faculty of Business and Economics Department of Economics 2015-16 Spring Semester Duration: 90 minutes ECON102 - Introduction to Economics II Final Exam Type A 2 June 2016

More information

ECON Intermediate Macroeconomics (Professor Gordon) Second Midterm Examination: Fall 2014 Answer sheet

ECON Intermediate Macroeconomics (Professor Gordon) Second Midterm Examination: Fall 2014 Answer sheet ECON 311 - Intermediate Macroeconomics (Professor Gordon) Second Midterm Examination: Fall 2014 Answer sheet YOUR NAME: Student ID: Circle the TA session you attend: Chris - 3PM Andreas - 3PM Hugh - 3PM

More information

Assignment 2 (part 1) Deadline: September 30, 2004

Assignment 2 (part 1) Deadline: September 30, 2004 ECN 204 Introductory Macroeconomics Instructor: Sharif F. Khan Department of Economics Ryerson University Fall 2005 Assignment 2 (part 1) Deadline: September 30, 2004 Part A Multiple-Choice Questions [20

More information

Economic 100B Macroeconomic Analysis Professor Steven Wood. Exam #2 ANSWERS

Economic 100B Macroeconomic Analysis Professor Steven Wood. Exam #2 ANSWERS Name: SID: Discussion Section: GSI: Economic 100B Macroeconomic Analysis Professor Steven Wood Fall 2008 Exam #2 ANSWERS Please sign the following oath: The answers on this test are entirely my own work.

More information

Gehrke: Macroeconomics Winter term 2012/13. Exercises

Gehrke: Macroeconomics Winter term 2012/13. Exercises Gehrke: 320.120 Macroeconomics Winter term 2012/13 Questions #1 (National accounts) Exercises 1.1 What are the differences between the nominal gross domestic product and the real net national income? 1.2

More information

Test Review. Question 1. Answer 1. Question 2. Answer 2. Question 3. Econ 719 Test Review Test 1 Chapters 1,2,8,3,4,7,9. Nominal GDP.

Test Review. Question 1. Answer 1. Question 2. Answer 2. Question 3. Econ 719 Test Review Test 1 Chapters 1,2,8,3,4,7,9. Nominal GDP. Question 1 Test Review Econ 719 Test Review Test 1 Chapters 1,2,8,3,4,7,9 All of the following variables have trended upwards over the last 40 years: Real GDP The price level The rate of inflation The

More information

Homework Assignment #6. Due Tuesday, 11/28/06. Multiple Choice Questions:

Homework Assignment #6. Due Tuesday, 11/28/06. Multiple Choice Questions: Homework Assignment #6. Due Tuesday, 11/28/06 Multiple Choice Questions: 1. When the inflation rate is expected to be zero, Steve plans to lend money if the interest rate is at least 4 percent a year and

More information

The Influence of Monetary and Fiscal Policy on Aggregate Demand P R I N C I P L E S O F. N. Gregory Mankiw. Introduction

The Influence of Monetary and Fiscal Policy on Aggregate Demand P R I N C I P L E S O F. N. Gregory Mankiw. Introduction C H A P T E R 34 The Influence of Monetary and Fiscal Policy on Aggregate Demand P R I N C I P L E S O F Economics N. Gregory Mankiw Introduction This chapter focuses on the short-run effects of fiscal

More information

Class 5. The IS-LM model and Aggregate Demand

Class 5. The IS-LM model and Aggregate Demand Class 5. The IS-LM model and Aggregate Demand 1. Use the Keynesian cross to predict the impact of: a) An increase in government purchases. b) An increase in taxes. c) An equal increase in government purchases

More information

SOLUTION ECO 202Y - L5101 MACROECONOMIC THEORY. Term Test #1 LAST NAME FIRST NAME STUDENT NUMBER. University of Toronto June 18, 2002 INSTRUCTIONS:

SOLUTION ECO 202Y - L5101 MACROECONOMIC THEORY. Term Test #1 LAST NAME FIRST NAME STUDENT NUMBER. University of Toronto June 18, 2002 INSTRUCTIONS: Department of Economics Prof. Gustavo Indart University of Toronto June 18, 2002 SOLUTION ECO 202Y - L5101 MACROECONOMIC THEORY Term Test #1 LAST NAME FIRST NAME STUDENT NUMBER INSTRUCTIONS: 1. The total

More information

Name: Student # : Section: RYERSON UNIVERSITY Department of Economics

Name: Student # : Section: RYERSON UNIVERSITY Department of Economics Name: Student # : Section: RYERSON UNIVERSITY Department of Economics ECN 204 (Section-7) TERM TEST 2 November, 2004 Instructor: Sharif F. Khan Time Limit: 50 minutes Total Pages Including the Cover Sheet:

More information

EC202 Macroeconomics

EC202 Macroeconomics EC202 Macroeconomics Koç University, Summer 2014 by Arhan Ertan Study Questions - 3 1. Suppose a government is able to permanently reduce its budget deficit. Use the Solow growth model of Chapter 9 to

More information

7. Refer to the above graph. It depicts an economy in the: A. Immediate short run B. Short run C. Immediate long run D. Long run

7. Refer to the above graph. It depicts an economy in the: A. Immediate short run B. Short run C. Immediate long run D. Long run CHAPTER 29 1. When the price level decreases: A. The demand for money falls and the interest rate falls B. Holders of financial assets with fixed money values decrease their spending C. Holders of financial

More information

= C + I + G + NX = Y 80r

= C + I + G + NX = Y 80r Economics 285 Chris Georges Help With ractice roblems 5 Chapter 12: 1. Questions For Review numbers 1,4 (p. 362). 1. We want to explain why an increase in the general price level () would cause equilibrium

More information

Chapter 23. Aggregate Supply and Aggregate Demand in the Short Run. In this chapter you will learn to. The Demand Side of the Economy

Chapter 23. Aggregate Supply and Aggregate Demand in the Short Run. In this chapter you will learn to. The Demand Side of the Economy Chapter 23 Aggregate Supply and Aggregate Demand in the Short Run In this chapter you will learn to 1. Explain why an exogenous change in the price level shifts the AE curve and changes the equilibrium

More information

Problem Set #2. Intermediate Macroeconomics 101 Due 20/8/12

Problem Set #2. Intermediate Macroeconomics 101 Due 20/8/12 Problem Set #2 Intermediate Macroeconomics 101 Due 20/8/12 Question 1. (Ch3. Q9) The paradox of saving revisited You should be able to complete this question without doing any algebra, although you may

More information

14.02 Principles of Macroeconomics Fall 2004

14.02 Principles of Macroeconomics Fall 2004 14.02 Principles of Macroeconomics Fall 2004 Quiz 1 Thursday, October 7, 2004 7:30 PM 9 PM Please, answer the following questions. Write your answers directly on the quiz. You can achieve a total of 100

More information

OVERVIEW. 1. This chapter presents a graphical approach to the determination of income. Two different graphical approaches are provided.

OVERVIEW. 1. This chapter presents a graphical approach to the determination of income. Two different graphical approaches are provided. 24 KEYNESIAN CROSS OVERVIEW 1. This chapter presents a graphical approach to the determination of income. Two different graphical approaches are provided. 2. Initially, both the consumption function and

More information

ECON 3010 Intermediate Macroeconomics Final Exam

ECON 3010 Intermediate Macroeconomics Final Exam ECON 3010 Intermediate Macroeconomics Final Exam Multiple Choice Questions. (60 points; 2 pts each) #1. Which of the following is a stock variable? a) wealth b) consumption c) investment d) income #2.

More information

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. ECON 3312 Mcroeconomics Exam 2 Fall 2016 Prof. Crowder Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. 1) If output is currently 1000 below full

More information

ECNS Fall 2009 Practice Examination Opportunity

ECNS Fall 2009 Practice Examination Opportunity ECNS 202 -- Fall 2009 Practice Examination Opportunity Mark the answer on the provided scantron sheet using a #2 lead pencil. Erase completely. I am not responsible for poorly marked or poorly erased asnwers.

More information

ECON 3010 Intermediate Macroeconomics Final Exam

ECON 3010 Intermediate Macroeconomics Final Exam ECON 3010 Intermediate Macroeconomics Final Exam Multiple Choice Questions. (60 points; 3 pts each) 1. The returns to scale in the production function YY = KK 0.5 LL 0.5 are: A) decreasing. B) constant.

More information

University of Toronto June 17, 2002 ECO 208Y - L5101 MACROECONOMIC THEORY. Term Test #1 LAST NAME FIRST NAME

University of Toronto June 17, 2002 ECO 208Y - L5101 MACROECONOMIC THEORY. Term Test #1 LAST NAME FIRST NAME Department of Economics Prof. Gustavo Indart University of Toronto June 17, 2002 SOLUTION ECO 208Y - L5101 MACROECONOMIC THEORY Term Test #1 LAST NAME FIRST NAME STUDENT NUMBER INSTRUCTIONS: 1. The total

More information

University of Toronto January 25, 2007 ECO 209Y MACROECONOMIC THEORY. Term Test #2 L0101 L0201 L0401 L5101 MW MW 1-2 MW 2-3 W 6-8

University of Toronto January 25, 2007 ECO 209Y MACROECONOMIC THEORY. Term Test #2 L0101 L0201 L0401 L5101 MW MW 1-2 MW 2-3 W 6-8 Department of Economics Prof. Gustavo Indart University of Toronto January 25, 2007 SOLUTION ECO 209Y MACROECONOMIC THEORY Term Test #2 LAST NAME FIRST NAME STUDENT NUMBER Circle your section of the course:

More information

In this chapter, look for the answers to these questions

In this chapter, look for the answers to these questions In this chapter, look for the answers to these questions How does the interest-rate effect help explain the slope of the aggregate-demand curve? How can the central bank use monetary policy to shift the

More information

Y = 71; :5Y (1 0:5)Y = 71; 500 0:5Y = 71; 500 Y = 143; 000. Note that you can get the same result if you use the formula

Y = 71; :5Y (1 0:5)Y = 71; 500 0:5Y = 71; 500 Y = 143; 000. Note that you can get the same result if you use the formula Basic Keynesian Model (Chapter 0): () C 4; 000 + 0:5(Y T ) since Y D Y T T 5; 000; I P 55; 000; G 20; 000 NX T otal Exports T otal Im ports 5; 000 20; 000 5; 000 AE C+I P +G+NX 4; 000+0:5(Y 5; 000)+55;

More information

Aggregate Supply and Aggregate Demand

Aggregate Supply and Aggregate Demand Aggregate Supply and Aggregate Demand Econ 120: Global Macroeconomics 1 1.1 Goals Goals Specific Goals Define the expenditure multiplier and how to compute it. Explain how recessions and expansions can

More information

14.02 Principles of Macroeconomics Quiz # 1, Questions

14.02 Principles of Macroeconomics Quiz # 1, Questions 14.02 Principles of Macroeconomics Quiz # 1, Questions N ame: Signature: Date : Read all questions carefully and completely before beginning the exam. There are two sections and ten Pages make sure you

More information

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Final Exam Practice Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. 1) In an economy with no government or foreign sector, it is always true

More information

A. What is the value of the tax increase multiplier if the MPC is.80? B. Consumption changes by 400 and disposable income by 100. What is the MPC?

A. What is the value of the tax increase multiplier if the MPC is.80? B. Consumption changes by 400 and disposable income by 100. What is the MPC? KOFA HIGH SCHOOL SOCIAL SCIENCES DEPARTMENT AP ECONOMICS EXAM PREP WORKSHOP # 3 > AGGREGATE DEMAND AND SUPY NAME : DATE : 1. Figure out the following multiplier questions : A. What is the value of the

More information

ECON 3010 Intermediate Macroeconomics Final Exam

ECON 3010 Intermediate Macroeconomics Final Exam ECON 3010 Intermediate Macroeconomics Final Exam Multiple Choice Questions. (60 points; 3 pts each) #1. How does the distinction between flexible and sticky prices impact the study of macroeconomics? a.

More information

Questions and Answers

Questions and Answers Questions and Answers Ch 1 (continued) Q1: MCQ Aggregate Demand 1) The aggregate demand curve shows A) total expenditures at different levels of national income. B) the quantity of real GDP demanded at

More information

University of Toronto June 14, 2007 ECO 209Y - L5101 MACROECONOMIC THEORY. Term Test #1 DO NOT WRITE IN THIS SPACE. Part I /24.

University of Toronto June 14, 2007 ECO 209Y - L5101 MACROECONOMIC THEORY. Term Test #1 DO NOT WRITE IN THIS SPACE. Part I /24. Department of Economics Prof. Gustavo Indart University of Toronto June 14, 2007 SOLUTION ECO 209Y - L5101 MACROECONOMIC THEORY Term Test #1 LAST NAME FIRST NAME INSTRUCTIONS: STUDENT NUMBER 1. The total

More information

The Influence of Monetary and Fiscal Policy on Aggregate Demand. Premium PowerPoint Slides by Ron Cronovich

The Influence of Monetary and Fiscal Policy on Aggregate Demand. Premium PowerPoint Slides by Ron Cronovich C H A P T E R 34 The Influence of Monetary and Fiscal Policy on Aggregate Demand Economics P R I N C I P L E S O F N. Gregory Mankiw Premium PowerPoint Slides by Ron Cronovich 2009 South-Western, a part

More information

Intermediate Macroeconomics-ECO 3203

Intermediate Macroeconomics-ECO 3203 Intermediate Macroeconomics-ECO 3203 Homework 2 Solution Sample, Summer 2018 Instructor, Yun Wang Instructions: The full points of this homework exercise is 100. Show all your works (necessary steps to

More information

Dokuz Eylül University Faculty of Business Department of Economics

Dokuz Eylül University Faculty of Business Department of Economics Dokuz Eylül University Faculty of Business Department of Economics ECN 1002 PROBLEM SET III Q1) A link between the money market and the goods and services market exists through the impact of A) tax revenue

More information

Lesson 12 The Influence of Monetary and Fiscal Policy on Aggregate Demand

Lesson 12 The Influence of Monetary and Fiscal Policy on Aggregate Demand Lesson 12 The Influence of Monetary and Fiscal Policy on Aggregate Demand Henan University of Technology Sino-British College Transfer Abroad Undergraduate Programme 0 In this lesson, look for the answers

More information

YORK UNIVERSITY. Suggested Solutions to Part C (C3(d) and C4)

YORK UNIVERSITY. Suggested Solutions to Part C (C3(d) and C4) Page 1 of 5 Pages YORK UNIVERSITY Atkinson College Department of Economics ECON 2450 - Midterm Examination July 13, 2006 Suggested Solutions to Part C (C3(d) and C4) C3 (d). Derive and graph an equation

More information

Econ 102 Exam 2 Name ID Section Number

Econ 102 Exam 2 Name ID Section Number Econ 102 Exam 2 Name ID Section Number 1. Suppose investment spending increases by $50 billion and as a result the equilibrium income increases by $200 billion. The investment multiplier is: A) 10. B)

More information

Econ 98- Chiu Spring Midterm 2 Review: Macroeconomics

Econ 98- Chiu Spring Midterm 2 Review: Macroeconomics Disclaimer: The review may help you prepare for the exam. The review is not comprehensive and the selected topics may not be representative of the exam. In fact, we do not know what will be on the exam.

More information

Homework Assignment #6. Due Tuesday, 11/28/06. Multiple Choice Questions:

Homework Assignment #6. Due Tuesday, 11/28/06. Multiple Choice Questions: Homework Assignment #6. Due Tuesday, 11/28/06 Multiple Choice Questions: 1. When the inflation rate is expected to be zero, Steve plans to lend money if the interest rate is at least 4 percent a year and

More information

SAMPLE EXAM QUESTIONS FOR FALL 2018 ECON3310 MIDTERM 2

SAMPLE EXAM QUESTIONS FOR FALL 2018 ECON3310 MIDTERM 2 SAMPLE EXAM QUESTIONS FOR FALL 2018 ECON3310 MIDTERM 2 Contents: Chs 5, 6, 8, 9, 10, 11 and 12. PART I. Short questions: 3 out of 4 (30% of total marks) 1. Assume that in a small open economy where full

More information

Principles of Macroeconomics Prof. Yamin Ahmad ECON 202 Spring 2007

Principles of Macroeconomics Prof. Yamin Ahmad ECON 202 Spring 2007 Principles of Macroeconomics Prof. Yamin Ahmad ECON 202 Spring 2007 Midterm Exam II Name Id # Instructions: There are two parts to this midterm. Part A consists of multiple choice questions. Please mark

More information

University of Toronto July 21, 2010 ECO 209Y L0101 MACROECONOMIC THEORY. Term Test #2

University of Toronto July 21, 2010 ECO 209Y L0101 MACROECONOMIC THEORY. Term Test #2 Department of Economics Prof. Gustavo Indart University of Toronto July 21, 2010 SOLUTIONS ECO 209Y L0101 MACROECONOMIC THEORY Term Test #2 LAST NAME FIRST NAME STUDENT NUMBER INSTRUCTIONS: 1. The total

More information

ECO 301 MACROECONOMIC THEORY UNIVERSITY OF MIAMI DEPARTMENT OF ECONOMICS FALL 2008 Instructor: Dr. S. Nuray Akin MIDTERM EXAM I

ECO 301 MACROECONOMIC THEORY UNIVERSITY OF MIAMI DEPARTMENT OF ECONOMICS FALL 2008 Instructor: Dr. S. Nuray Akin MIDTERM EXAM I ECO 301 MACROECONOMIC THEORY UNIVERSITY OF MIAMI DEPARTMENT OF ECONOMICS FALL 2008 Instructor: Dr. S. Nuray Akin MIDTERM EXAM I Name: Section: Instructions: This exam consists of 6 pages; please check

More information

ECON Sample Exam #1 Questions

ECON Sample Exam #1 Questions Econ 312 - Sample Exam #1 Questions 1 1 True, False or Uncertain ECON 312 - Sample Exam #1 Questions Answer each of the following questions either true, false, or uncertain and explain your answer. explanation

More information

Session 8. Business Cycles in a Closed Economy.

Session 8. Business Cycles in a Closed Economy. Session 8. Business Cycles in a Closed Economy. Building a Model of Aggregate Demand Money Market: The LM Curve Goods Market: The IS Curve A Graphical Representation of the Equilibrium: The IS/LM Model

More information

Notes for Econ FALL 2010 Midterm 1 Exam

Notes for Econ FALL 2010 Midterm 1 Exam Notes for Econ 302-001 FALL 2010 Midterm 1 Exam The Fall 2010 Econ 302-001 course used Hall and Papell, Macroeconomics (Norton) as a textbook. The notation differs from Blanchard, Macroeconomics 5/2 (Pearson).

More information

EconS 102: Mid Term 3 Date: July 14th, Name: WSU ID:

EconS 102: Mid Term 3 Date: July 14th, Name: WSU ID: EconS 102: Mid Term 3 Date: July 14th, 2017 Instructions Write your name and WSU ID on the paper. All questions are worth 1 point. You have 40 minutes. This test is out of 15 points. There is a total of

More information

Econ / Summer 2005

Econ / Summer 2005 Econ 3560.001 / 5040.001 Summer 2005 INTERMEDIATE MACROECONOMIC THEORY / MACROECONOMIC ANALYSIS FINAL EXAM Name (Last) (First) Signature Instructions The exam consists of 30 multiple-choice questions (Part

More information

University of Toronto July 27, 2012 ECO 209Y L0101 MACROECONOMIC THEORY. Term Test #3

University of Toronto July 27, 2012 ECO 209Y L0101 MACROECONOMIC THEORY. Term Test #3 Department of Economics Prof. Gustavo Indart University of Toronto July 27, 2012 SOLUTIONS ECO 209Y L0101 MACROECONOMIC THEORY Term Test #3 LAST NAME FIRST NAME STUDENT NUMBER INSTRUCTIONS: 1. The total

More information

Final Exam. ECON 010, Fall /19/12

Final Exam. ECON 010, Fall /19/12 Final Exam ECON 010, Fall 2012 12/19/12 Total Score NAME: Recitation Section/ Time: INSTRUCTIONS Please put your name on all pages. There are 4 parts. There are 100 total points. Plan your time accordingly.

More information

1. When the Federal government uses taxation and spending actions to stimulate the economy it is conducting:

1. When the Federal government uses taxation and spending actions to stimulate the economy it is conducting: 1. When the Federal government uses taxation and spending actions to stimulate the economy it is conducting: A. Fiscal policy B. Incomes policy C. Monetary policy D. Employment policy 2. When the Federal

More information

FISCAL POLICY. Objectives. Government Budgets. Balancing Acts on Parliament Hill. Government Budgets. Government Budgets CHAPTER

FISCAL POLICY. Objectives. Government Budgets. Balancing Acts on Parliament Hill. Government Budgets. Government Budgets CHAPTER FISCAL POLICY 24 CHAPTER Objectives After studying this chapter, you will able to Describe how federal and provincial budgets are created Describe the recent history of federal and provincial expenditures,

More information

Learning Objectives. 1. Describe how the government budget surplus is related to national income.

Learning Objectives. 1. Describe how the government budget surplus is related to national income. Learning Objectives 1of 28 1. Describe how the government budget surplus is related to national income. 2. Explain how net exports are related to national income. 3. Distinguish between the marginal propensity

More information

Disposable income (in billions)

Disposable income (in billions) Section 4 version 2 Multiple Choice Identify the choice that best completes the statement or answers the question. 1. An increase in the MPC: A. increases the multiplier. B. shifts the autonomous investment

More information

11 EXPENDITURE MULTIPLIERS* Chapt er. Key Concepts. Fixed Prices and Expenditure Plans1

11 EXPENDITURE MULTIPLIERS* Chapt er. Key Concepts. Fixed Prices and Expenditure Plans1 Chapt er EXPENDITURE MULTIPLIERS* Key Concepts Fixed Prices and Expenditure Plans In the very short run, firms do not change their prices and they sell the amount that is demanded. As a result: The price

More information

Cosumnes River College Principles of Macroeconomics Problem Set 6 Due April 3, 2017

Cosumnes River College Principles of Macroeconomics Problem Set 6 Due April 3, 2017 Spring 2017 Cosumnes River College Principles of Macroeconomics Problem Set 6 Due April 3, 2017 Name: Instructions: Write the answers clearly and concisely on these sheets in the spaces provided. Do not

More information

5 AGGREGATE DEMAND AND INFLATION. Part Review. Reading Between the Lines WHERE WILL INTEREST RATES GO IN 2002?

5 AGGREGATE DEMAND AND INFLATION. Part Review. Reading Between the Lines WHERE WILL INTEREST RATES GO IN 2002? Part Review 5 AGGREGATE DEMAND AND INFLATION Reading Between the Lines WHERE WILL INTEREST RATES GO IN 2002? On May 6, 2002 the FOMC met in Washington D.C. To combat the recession that started in 2001,

More information

Macroeconomics Mankiw 6th Edition

Macroeconomics Mankiw 6th Edition N. Gregory Mankiw Lecture notes, ECON 1150 Macroeconomics Mankiw 6th Edition 21 & 22 The Influence of Monetary and Fiscal Policy on Aggregate Demand Premium PowerPoint Slides by Ron Cronovich 2012 UPDATE

More information

13 EXPENDITURE MULTIPLIERS: THE KEYNESIAN MODEL* Chapter. Key Concepts

13 EXPENDITURE MULTIPLIERS: THE KEYNESIAN MODEL* Chapter. Key Concepts Chapter 3 EXPENDITURE MULTIPLIERS: THE KEYNESIAN MODEL* Key Concepts Fixed Prices and Expenditure Plans In the very short run, firms do not change their prices and they sell the amount that is demanded.

More information

Questions and Answers. Intermediate Macroeconomics. Second Year

Questions and Answers. Intermediate Macroeconomics. Second Year Questions and Answers Intermediate Macroeconomics Second Year Chapter2 Q1: MCQ 1) If the quantity of money increases, the A) price level rises and the AD curve does not shift. B) AD curve shifts leftward

More information

KING S UNIVERSITY COLLEGE. Economics 1022B (570 & 574) Review Questions for Chapter 27

KING S UNIVERSITY COLLEGE. Economics 1022B (570 & 574) Review Questions for Chapter 27 KING S UNIVERSITY COLLEGE Economics 1022B (570 & 574) G. Copplestone Review Questions for Chapter 27 Multiple Choice Questions: 1) If the marginal propensity to consume is 0.85, what change in consumption

More information

EXPENDITURE MULTIPLIERS

EXPENDITURE MULTIPLIERS 27 EXPENDITURE MULTIPLIERS After studying this chapter, you will be able to: Explain how expenditure plans are determined Explain how real GDP is determined at a fixed price level Explain the expenditure

More information

5. An increase in government spending is represented as a:

5. An increase in government spending is represented as a: Romer Section 1 1. The IS curve represents combinations of Y and r that: a. are consistent with equilibrium in the money market. b. are consistent with equilibrium in the goods market. c. are positively

More information

Government Budget and Fiscal Policy CHAPTER

Government Budget and Fiscal Policy CHAPTER Government Budget and Fiscal Policy 11 CHAPTER The National Budget The national budget is the annual statement of the government s expenditures and tax revenues. Fiscal policy is the use of the national

More information

ECO 209Y L0101 MACROECONOMIC THEORY. Term Test #1

ECO 209Y L0101 MACROECONOMIC THEORY. Term Test #1 Department of Economics Prof. Gustavo Indart University of Toronto June 5, 2015 ECO 209Y L0101 MACROECONOMIC THEORY Term Test #1 LAST NAME FIRST NAME STUDENT NUMBER INSTRUCTIONS: 1. The total time for

More information

3 Macroeconomics SAMPLE QUESTIONS

3 Macroeconomics SAMPLE QUESTIONS MULTIPLE-CHOICE UNIT E07 Unit Summative Assessment Sample Multiple-Choice Questions Circle the letter of each correct answer. 1. Which of the following best describes aggregate supply? (A) The amount buyers

More information

Textbook Media Press. CH 27 Taylor: Principles of Economics 3e 1

Textbook Media Press. CH 27 Taylor: Principles of Economics 3e 1 CH 27 Taylor: Principles of Economics 3e 1 The Building Blocks of Keynesian Analysis Keynesian economics is based on two main ideas: a) aggregate demand is more likely than aggregate supply to be the primary

More information

ECO 209Y L0101 MACROECONOMIC THEORY. Term Test #2

ECO 209Y L0101 MACROECONOMIC THEORY. Term Test #2 Department of Economics Prof. Gustavo Indart University of Toronto June 25, 2012 ECO 209Y L0101 MACROECONOMIC THEORY Term Test #2 LAST NAME FIRST NAME STUDENT NUMBER INSTRUCTIONS: 1. The total time for

More information

University of Toronto December 3, 2010 ECO 209Y MACROECONOMIC THEORY AND POLICY. Term Test #2 L0101 L0301 L0401 M 2-4 W 2-4 R 2-4

University of Toronto December 3, 2010 ECO 209Y MACROECONOMIC THEORY AND POLICY. Term Test #2 L0101 L0301 L0401 M 2-4 W 2-4 R 2-4 Department of Economics Prof. Gustavo Indart University of Toronto December 3, 2010 ECO 209Y MACROECONOMIC THEORY AND POLICY SOLUTIONS Term Test #2 LAST NAME FIRST NAME STUDENT NUMBER Circle your section

More information

FINAL EXAM. Name Student ID 1. C 2. B 3. D 4. B 5. B 6. A 7. A 8. D 9. C 10. B 11. C 12. B 13. A 14. B 15. C

FINAL EXAM. Name Student ID 1. C 2. B 3. D 4. B 5. B 6. A 7. A 8. D 9. C 10. B 11. C 12. B 13. A 14. B 15. C FINAL EXAM Name Student ID Instructions: The exam consists of three parts: (1) 15 multiple choice questions; (2) three problems; and (3) two graphical questions. Please answer all questions in the space

More information

Macroeconomics. The Influence of Monetary and Fiscal Policy on Aggregate Demand. Introduction

Macroeconomics. The Influence of Monetary and Fiscal Policy on Aggregate Demand. Introduction C H A P T E R 21 The Influence of Monetary and Fiscal Policy on Aggregate Demand P R I N C I P L E S O F Macroeconomics N. Gregory Mankiw Premium PowerPoint Slides by Ron Cronovich 2010 South-Western,

More information

Practice Problems 30-32

Practice Problems 30-32 Practice Problems 30-32 1. The budget balance is calculated as: A. T G TR B. T + G TR C. T G + TR D. T + G + TR E. TR T G 2. The government budget balance equals: A. Taxes + Government purchases + Government

More information

ECON Intermediate Macroeconomics (Professor Gordon) Second Midterm Examination: Fall 2015 Answer sheet

ECON Intermediate Macroeconomics (Professor Gordon) Second Midterm Examination: Fall 2015 Answer sheet ECON 311 - Intermediate Macroeconomics (Professor Gordon) Second Midterm Examination: Fall 2015 Answer sheet YOUR NAME: Student ID: Circle the TA session you attend: INSTRUCTIONS: Chris 10AM Michael -

More information

Econ 98- Chiu Spring 2005 Final Exam Review: Macroeconomics

Econ 98- Chiu Spring 2005 Final Exam Review: Macroeconomics Disclaimer: The review may help you prepare for the exam. The review is not comprehensive and the selected topics may not be representative of the exam. In fact, we do not know what will be on the exam.

More information

III. 9. IS LM: the basic framework to understand macro policy continued Text, ch 11

III. 9. IS LM: the basic framework to understand macro policy continued Text, ch 11 Objectives: To apply IS-LM analysis to understand the causes of short-run fluctuations in real GDP and the short-run impact of monetary and fiscal policies on the economy. To use the IS-LM model to analyse

More information

Chapter 22. Adding Government and Trade to the Simple Macro Model. In this chapter you will learn to. Introducing Government. Government Purchases

Chapter 22. Adding Government and Trade to the Simple Macro Model. In this chapter you will learn to. Introducing Government. Government Purchases Chapter 22 Adding Government and Trade to the Simple Macro Model In this chapter you will learn to 1. Describe the relationship between national income and government purchases and tax revenues. 2. Describe

More information

file:///c:/users/moha/desktop/mac8e/new folder (13)/CourseComp...

file:///c:/users/moha/desktop/mac8e/new folder (13)/CourseComp... file:///c:/users/moha/desktop/mac8e/new folder (13)/CourseComp... COURSES > BA121 > CONTROL PANEL > POOL MANAGER > POOL CANVAS Add, modify, and remove questions. Select a question type from the Add drop-down

More information

Archimedean Upper Conservatory Economics, October 2016

Archimedean Upper Conservatory Economics, October 2016 Multiple Choice Identify the choice that best completes the statement or answers the question. 1. The marginal propensity to consume is equal to: A. the proportion of consumer spending as a function of

More information

ECON 2123 Review Question 3

ECON 2123 Review Question 3 ECON 2123 Review Question 3 TA: Mr. Ding Dong May 6, 2018 1 Open Economy Macroeconomics Question 1: Japan produces and exports only cameras, and Saudi Arabia, produces and exports only barrels of oil.

More information

Assignment 3. Part A Multiple-Choice Questions [30 marks] Each question is worth 2 marks. There is no negative marking for wrong answers

Assignment 3. Part A Multiple-Choice Questions [30 marks] Each question is worth 2 marks. There is no negative marking for wrong answers ECN 204 Introductory Macroeconomics Instructor: Sharif F. Khan Department of Economics Ryerson University Fall 2005 Assignment 3 Part A Multiple-Choice Questions [30 marks] Each question is worth 2 marks.

More information

Fiscal Policy. Changes in federal taxes and purchases

Fiscal Policy. Changes in federal taxes and purchases Fiscal Policy Changes in federal taxes and purchases Where does the government spend its money? Federal Government Spending, 2010 Fiscal Policy An Overview of Government Spending and Taxes The Federal

More information