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:
Q is 98
Explanation:
Marginal (average) cost (including opportunity cost) = $8 + $2 = $10
Profit is maximized when MR = MC = 10.
P = 402 - 2Q
Total revenue (TR) = P x Q = 402Q - 2Q^2
MR = dTR/dQ = 402 - 4Q
Equating with MC,
402 - 4Q = 10
4Q = 392
Q = 98
Answer:
3.50
Explanation:
Given the information above, we need to find first the Average fixed assets.
Average fixed assets = Fixed assets beginning balance + Fixed assets ending balance / 2
= ($370,000 + $398,000) / 2
= $384,000
Then , the fixed assets turnover will be calculated as;
Fixed assets turnover = Net revenue / Average net fixed assets
= $1,340,000 / $384,000
= 3.50
Therefore, Campbell Co. Fixed asset turnover ratio would be 3.50
Answer:
The market price of this bond is: $1,069.8.
Explanation:
To calculate the market price of the bond, we have to use the following formula:
Bond Price= C*((1-(1+r)^-n)/r)+(F/(1+r)^n)
C= periodic coupon payments: $1,000*7%= $70
F= Face value: $1,000
r= Yield to maturity: 5.85%
n= No. of periods until maturity: 8 years
Bond Price= 70*((1-(1+0.0585)^-8)/0.0585)+(1,000/(1+0.0585)^8)
Bond Price= 70*((1-0.635)/0.0585)+(1,000/1.58)
Bond Price= 70*6.24+633
Bond Price= 436.8+633
Bond Price= 1,069.8
Answer:
b) A central bank is expected to achieve a 3% annual inflation rate
Explanation:
Inflation targeting is a type of monetary policy where the central bank of a country sets an inflation rate as its goal or target.