February 28, 2005
Income statement - base lines and ratios
Total Revenue or Total Sales - total dollar payment from delivering or producing goods, rendering services or other activities that constitute the entity's ongoing major or central operations.
Cost of Goods Sold (COGS) - is the expense a company incurred in order to manufacture, create, or sell a product. It includes the purchase price of the raw material and the expenses of turning it into a product. Also referred to as "cost of sales".
Gross Profit = Total Revenue - Cost of Goods Sold
Gross Profit Margin = Gross Profit/Total Revenue
Operating Expense - consists of salaries paid to employees, research and development costs, selling and administrative expenses, depreciation and amortization expenses and other misc. charges that must be subtracted from the company's income.
Operating Income = Gross Profit - Operating Expense,
Operating Income = EBIT - the same things, where EBIT is Earnings Before Interest and Taxes.
Operating Margin = Operating Income/Total Revenue
Net Income from Continuing Operations = Operating Income(EBIT) - Interest Expense - Income Tax Expense
Net Income = Net Income from Continuing Operations +- Discontinued +- Extraordinary +- Accounting Changes
Net Profit Margin = Net Income/Total Revenue
Posted by mazoo at 7:40 PM
February 27, 2005
The Multiplier Effect
In the previous post "Keynesian Cross" we have received the expression for equilibrium level of income:
Y* = (C0 + I0)/(1-c), where c is marginal propensity to consume, 0 < c < 1, C0 is autonomous consumption - the consumption expenditures that are unrelated to income and would occur even if household disposable income was zero. We assume that investment is a constant I = I0
a) Closed private economy: AD(Y) = C0 + I0 + cY,
Y* = (1/(1-c)) *(C0 + I0), hence change (positive or negative) in C0 or I0 by x, result in a multiplied change in equilibrium level of income. Y* will change by (1/(1-c))*x.
(1/(1-c)) is multiplier.
For example, if c=0.8 and autonomous consumption C0 increases by $10, the increase in equilibrium level of income is $50 {$10*1/(1-0.8)}.
b) Closed economy with government: AD(Y) = C0 + I0 + G0+ c(Y - Tax), where G0 - government spending, Tax - value of taxes (we consider only Lump-Sum tax that has to be paid regardless of the income level). Solve this equation with respect to Y:

Hence, the tax multiplier is (-c/(1-c)). Change in taxes affect the economy through change in consumption and the tax multiplier is differ from the regular multiplier.
When change in government spending G0 occurs then we use the standard multiplier.
c) The balanced budget multiplier. The government can stimulate the economy without changing the budget deficit by increase in government spending and taxes by the same amount, i. e.
![]()
Hence,
![]()
Hence, the balanced budget multiplier is equal 1.
P.S.
GDP (gross domestic product) is the total market value of all goods and services produced within the political boundaries of an economy during a given period of time, usually one year. The aggregate expenditures approach to measurement of GDP reflects in the Basic Keynesian Equation GDP = C + I + G + NE, where C- consumption, I - gross investment, NE - net exports and G - government spending. I. e. we can consider the GDP in the conclusions above and the Y* is the equilibrium GDP that equalize aggregate supply (AS) and aggregate demand (AD).
Posted by mazoo at 6:37 PM | Comments (2)
Keynesian Cross
1. Let's consider closed private economy without government spending and international trade. Hence, according to Keynesian theory, the aggregate demand is the sum of consumption and investment AD = C + I.
Keynes supposed that consumption is the function of disposable income Y: C(Y) = C0 + cY, where c is marginal propensity to consume, 0 < c < 1, C0 is autonomous consumption - the consumption expenditures that are unrelated to income and would occur even if household disposable income was zero. Next we assume that investment is a constant I = I0. Hence
AD(Y) = C0 + I0 + cY.
Let us denote C0 + I0 = A0.
2. Let equilibrium level of income Y* is the income at which the economy creates just enough spending to purchase the output produced. In other words, equilibrium occurs when aggregate demand (aggregate expenditures) AD(Y) is equal aggregate supply (aggregate domestic output) AS=Y:
Y* = AD (Y*), hence
Y* = A0/(1-c)
We can see this equilibrium on the upper graph called Keynesian cross.
3. Marginal propensity to consume is c - the proportion of each additional dollar of income that is used for consumption expenditures. The rest of income goes on savings S = Y - C. Hence,
S(Y) = -C0 + (1 - c)Y , and for equilibrium level of income:
S(Y*) = -C0 + (1 - c)A0/(1-c) = I0,
i. e. equilibrium occurs in the point where aggregate savings equal aggregate investment.
We can see this conclusion on the lower graph.
We'll consider the multiplier effect in the next post.
P.S.
GDP (gross domestic product) is the total market value of all goods and services produced within the political boundaries of an economy during a given period of time, usually one year. The aggregate expenditures approach to measurement of GDP reflects in the Basic Keynesian Equation GDP = C + I + G + NE, where C- consumption, I - gross investment, NE - net exports and G - government spending. I. e. we can consider the GDP in the conclusions above and the Y* is the equilibrium GDP that equalize aggregate supply (AS) and aggregate demand (AD).
Posted by mazoo at 5:11 PM | Comments (4)
February 24, 2005
Equation of a learning curve
Let's consider 75% learning curve:
| Cumulative number of tasks | Cumulative average time per unit | Total time |
| 80 | 56 | 4 480 |
| 160 | 42 (56*0,75) | 6 720 |
| 320 | 31,5 (42*0,75) | 10 080 |
| 640 | 23,625 (31,5*0,75) | 15 120 |
F(x) = 0.75^( ln(x/80) /ln (2) ) * 56 * x, where
0,75 - learning curve percentage rate divided by 100;
80 - the first lot of units;
x/80 - the number of lots;
ln(x/80) /ln (2) - logarithm of (x/80) to base 2;
56 - the average time for the first 80 units.

Posted by mazoo at 3:46 PM | Comments (5)
Example of using simplex algorithm
Let's consider a simple example of solving linear programming problem by using the simplex method.
5X + 7Y - > max - objective function;
2X + 4Y < = 100 - constraints
3X + 3Y < = 90
X , Y > = 0
Let S1, S2 >= 0 are slack variables and then constraint transforms from inequality expressions to equality form. And linear programming problem may be restated as follows:
5X + 7Y +0S1 + 0S2 - > max
2X + 4Y +1S1 + 0S2 = 100
3X + 3Y +0S1 + 1S2 = 90,
X , Y, S1, S2 > = 0
Now we can construct the initial simplex tableau:
leading column is Y (rows 1, 2) in our case.
Hence, maximum profit margin is 190 and A company should produce 10 small benches and 20 large benches.
We have considered the solution of standard maximization problem with non-negative right-hand side of the constraints using the simplex method. The more general case of linear programming (LP) problem with the orbitrary right-hand side of the constraints we consider in the example #2.
Posted by mazoo at 1:34 PM | Comments (5) | TrackBack
February 19, 2005
Substitution and Output effects
Let resources are substitutes and the price of one resource (input 1) has changed. How will demand change for second resource (input 2)?
There is only a resulting table in my Gleim book:
| Price of input1(Price of substitute) | SE v OE | Demand for input2 |
| increase | SE > OE | increase |
| increase | SE < OE | decrease |
| decrease | SE > OE | decrease |
| decrease | SE < OE | increase |
where SE is substitution effect, OE is output effect.
Let's show the given conclusions graphically.

Posted by mazoo at 2:27 PM | Comments (1)
February 18, 2005
MC intersects ATC and AVC at their minimums
Let's consider a simple fact.

Let y - firm's output, TC(y) - total cost, ATC(y)= TC(y)/y - average total cost. Given TC = VC+FC - the sum of fixed and variable cost. And, it must be borne in mind - the short run differs from the long run by the presence of the fixed cost, because all inputs are variable in the long run.
MC(y) = dTC(y)/dy .
The reason that MC intersects ATC and AVC in their minimums is that whatever MC curve below ATC and AVC curves, the latter will decrease (because MC - T additional cost and if MC is less then prior average cost so AC decrease), and vice versa, as long as MC curve exceeds ATC and AVC, the latter will increase.
Formal derivation:
MC(y) = dTC(y)/dy, ATC(y) = TC(y)/y - let's find a minimum point. We equate the derivative to zero.
(ATC(y))' = d(ATC(y))/dy = d(TC(y)/y)/dy = (y* MC(y) - TC(y) )/y^2 = 0
y^2 > 0, hence, y* MC(y) - TC(y) = 0, therefore
MC(y) = ATC(y) in the ATC minimum point (minimum, because in this point (ATC)' < 0 under the condition MC < ATC, and under MC > ATC (ATC)' > 0).
The case with AVC is similar, because d(TC(y)-FC)/dy = MC(y) too.
Posted by mazoo at 6:53 PM | Comments (1)
About
Posted by mazoo at 3:28 PM