Answer:
39 years
Explanation:
Under the rule of 70, the economy doubles its real GDP per capita income
In this the computation is done by dividing the 70 by the annual growth rate
So, the formula is shown below:
Time period = Rule of 70 ÷ growth rate
where,
Growth rate is 1.8%
So, the time period at which the GDP doubles is
= 70 ÷ 1.8
= 39 years
By dividing the rule of 70 by the growth rate we can find the number of years at which the GDP doubles
Answer:<u> Selling Price = $9803.92</u>
Explanation:
Given:
Treasury bill will provide 2% return in every 6 months.
Time = 6 months
Rate of return = 2% per 6 months
Selling Price of Treasury bill =
Selling Price = 
<u><em>Hence price we would expect a 6-month maturity Treasury bill to sell for is $9803.92</em></u>
Answer:
No impact on accounting equation of Breeze Inc.
Explanation:
Account equation: Asset = Liabilities + Shareholders' equity
Upon delivery and invoicing of the 4 wind turbines, the Breeze Inc. had recognized following journal entry:
An asset is recorded
Accounts receivable (Debit)
Sales (Credit)
Upon receipt of cash, accounts receivable is credited and cash is credited e.g. there is no impact on total assets, therefore there is no impact on accounting equation.
Answer:
Gain/loss= $7,500 loss
Explanation:
Giving the following information:
Selling price= $24,000.
Lassen bought the machine for $52,000 and has claimed $20,500 of depreciation expense on the machine
First, we need to calculate the book value:
Book value= original price - accumulated depreciation
Book value= 52,000 - 20,500= $31,500
If the selling price is higher than the book value, the company gain from the sale.
Gain/loss= 24,000 - 31,500= $7,500 loss
Answer:
=IF(C5>35000,IF(C5>25000<35000,IF(C5<25000,0.05*C5),0.04*C5),0.02*C5)
Explanation:
The formula to be placed in cell C8 is provided below :
=IF(C5>35000,IF(C5>25000<35000,IF(C5<25000,0.05*C5),0.04*C5),0.02*C5)
The cell will calculate the bonus according to the given data, the given data is placed in the cell using IF formula. The formula starts with = and then writing IF then applying all the terms.