Answer:
Additional tax the firm will owe: $3.15
Explanation:
Marginal tax rate is calculated by following formula:
Marginal tax rate = Change in taxes paid/Change in income
Change in taxes paid = Marginal tax rate x Change in income
The firm increases its revenue by $100 while increasing its cost of goods sold by $85.
Change in income = $100 - $85 = $15
Additional tax the firm will owe = $15 x 21% = $3.15
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:
2.5 billion
Explanation:
because thats a big number
Answer:
TRUE
Explanation:
The gross profit is the difference betwenethe sales revenue and the cost of good sold/manufactured
for retail companys they determinate the cost using a given inventory method like FIFO LIFO or weighted average.
Manufacturing companies will subtract from the sales revenue the cost of good manufactured which can be determinated in various ways like process, order, absorption or ABC
Answer:
B
Explanation:
$10,000 - [$6,000 + ($9,000 - $3,000)] = ($2,000). Therefore, nothing is added back.