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:
16.42
Explanation:
Data provided in the question:
Cost of goods sold = $548,600
Beginning inventory of the year = $31,283
Ending inventory of the year = $35,538
Now,
the Inventory turnover ratio is calculated as;
⇒ ( Cost of goods sold ) ÷ ( Average inventory of the year )
Also,
Average inventory of the year =
=
= $33,410.5
Therefore,
Inventory turnover ratio = $548,600 ÷ $33,410.5
= 16.42
Answer and Explanation:
The journal entry to deposit the FICA and FIT taxes is as follows:
FICA OASDI $2,244.10
FICA HI $524.83
FIT W/H $6,515.00
To Cash $9,283.93
(Being to record deposit the FICA and FIT taxes)
Here the FICA OASDI FICA HI FIT W/H is debited and the cash is credited
So the same is to be considered
Answer:
<em>King </em><em>George</em><em> </em><em>lll </em><em>sent </em><em>British </em><em>soldiers</em><em> </em><em>to </em><em>the </em><em>colonies</em><em> </em><em>to </em><em>enforce</em><em> </em><em>payment</em><em> </em><em>of </em><em>taxes,</em><em> </em><em>because</em><em> </em><em>colonist</em><em> </em><em>sometimes</em><em> </em><em>smuggled </em><em>goods </em><em>into </em><em>colonies</em><em> </em><em>to </em><em>avoid</em><em> </em><em>paying</em><em> taxes</em><em>.</em><em> </em><em>.</em><em>.</em><em>.</em><em> </em><em>The </em><em>items </em><em>were </em><em>marked </em><em>with </em><em>a </em><em>stamp </em><em>to </em><em>show </em><em>the </em><em>tax </em><em>was </em><em>paid.</em>
Answer:
Before-tax cost of debt ⇒ A. The interest rate the firm must pay on new long-term borrowing.
This refers to the interest rate that a firm will pay on long term borrowing as compensation to the lenders for lending the company some funds.
Cost of preferred stock ⇒ C. rate of return investors require based on the preferred stock dividend.
The cost of the preferred stock is the rate of the preferred dividend that investors require they are paid every year if dividends can be paid and sometimes even when it cannot.
Cost of Common Stock ⇒ B. the rate of return on retained earnings, and adjusted for flotation costs .
Commons stock costs is the required return on the retained earnings of a company.
WACC ⇒ D. the average cost of raising new financing.
Weighted Average Cost of Capital (WACC) represents the total cost of raising capital for the company as it incorporates the costs of debt, preferred stock and common stock.