D1 = $ 1.25
P0 = $ 27.50
g = 5 % = 0.05
F = 6 % = 0.06
Cost of equity, re = D1/ {P0 x (1- F)} + g
= $ 1.25 / {$ 27.50 x (1- 0.06)} + 0.05
= $ 1.25 / ($ 27.50 x 0.94) + 0.05
= $ 1.25 / 25.85 + 0.05
= 0.048356 + 0.05
= 0.098356 or 9.84 %
Answer: 20,816.215
Explanation:
Given that:
A deposit of $1000 at 4% interest compounding is defined by the growth function:
v(t) = 1000e^0.04t
Where t = number of years.
Find the average value during the first 40 years (that is, from time 0 to time 40.)
(That is t = 0,...,40)
For ease, we can use a python list comprehension to get our values.
v = [1000*2.7182818**0.04*t for t in range(41)]
V gives a list of the value of the deposit from year 0 till 40 years after the deposit.
Average = sum of compounding deposits / number of years
Sum of compounding deposits = sum(v) = $853464.8344
Number of years = len(v) = 41
Hence, average = $853464.8344 / 41
Average = $20,816.215
Answer:
The correct answer is: generativity vs. stagnation.
Explanation:
According to German psychoanalyst Erik Erikson (1902-1994), there are <em>eight (8) stages of Psychosocial Development</em>. Generativity vs. Stagnation is the seventh stage where individuals are between 40 to 65 years. <em>Generativity </em>aims to individuals' self-satisfaction by making an impact in their immediate surrounding environment. Failure to contribute to others' development causes <em>stagnation </em>and individuals tend to feel disconnected from their atmosphere.
Answer: Bureaucratic organization
Explanation:
A bureaucratic organization is an organization with a pyramidal shaped structure thereby decisions are made in an organized manner and there is high formality in its operations. It involves different layers of management from the top executives to managers till it gets to the lower staffs
Authority and decision making generally comes from the top till it gets to lower layers. Examples of bureaucratic organizations can be found in colleges and police departments.