answersLogoWhite

0

c = 12 + 0.4y

Multiplier is represented by k

Therefore k = 1/(1-MPC)

MPC = b = 0.4

recall C = a + by

Hence,

k = 1/(1 - 0.4)

K = 1.67

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

Calculate the equilibrium income if investment is 100 and the consumption function is 50 plus 0.75y?

125


What do you need in a excel cell to calculate a sum?

You need a formula. That formula can use the Sum function or it could use the plus sign, or several plus signs and even several Sum functions. Primarily it is the Sum function and the plus sign that is used for sums.


Consumption Expenditures plus Investment plus Government Expenditures equals?

GNP


Is y plus x2 plus 1 a function?

That is not a function, although it does involve the function of addition. A function is something that is done to numbers.


A c plus plus statement that invokes a function is known as?

...a function call.


What are the building function in c plus plus?

There is no such term as "building function" in C++.


Consumption plus savings equals?

Disposable Income


In C plus plus when a function is executing what happens when the end of the function is reached?

Control is returning to the caller of the function.


When will you make a function inline in c plus plus?

yes,we can make function inline


C plus plus code to calculate a right angle?

Right angles are always 90 degrees. There is no need to calculate this; an angle is either 90 degrees or it is not. The following inline function is all you really need: inline const bool IsRightAngle(double angle) { return(angle==90.0); }


What best describes a wave on A plus?

A wave on A-plus typically refers to a positive or constructive wave function in quantum mechanics. It represents the amplitude or probability of finding a particle at a certain position. This wave function can be used to calculate various properties of the particle, such as its energy or momentum.


What is a main function in c plus plus?

It is the first function that gets called when the program is executed.