Answer:
$5,603
Explanation:
The calculation of Interest Expense is shown below:-
Interest made accrued on Dec 31, 2018 = Services issued × Stated rate × Remaining months ÷ Number of Months in a year
= $305,000 × 11% × 2 ÷ 12
= $305,000 × 11% × 0.167
= $5,603
Therefore for computing the Interest Expense we simply applied the above formula.
Answer:
For such a report , the sql query required would be:
SELECT emp_id, curr_salary, curr_salary*1.03 AS inc_salary FROM Employee;
Explanation:
For such a report , the sql query required would be:
SELECT emp_id, curr_salary, curr_salary*1.03 AS inc_salary FROM Employee;
In the above sql query employee id is emp_id , curr_salary is the current salary column. "curr_salary*1.03" is been made because an increment of 3% means salary + salary*3% , that is , salary*1.03.
Answer:
If both companies have the sames sales volume, total costs and income from operations, the reason why Gouda has a lower break even point is that their variable costs are lower. We use the contribution margin per unit to calculate the break even point and the contribution margin per unit = sales price - variable costs. The question states that total costs are equal, but it doesn't say anything about variable or fixed costs.
Assuming that Gouda is above break even point, each sale will generate a higher operating profit since the contribution margin is higher.
Explanation:
Answer:
The price of the stock today=$560
Explanation:
We can use the expression for calculating the required rate of return to calculate the price of the stock today:
RRR=(EDP/SP)+DGR
where;
RRR=required rate of return
EDP=expected dividend payment
SP=share price
DGR=dividend growth rate
In our case:
RRR=13%=13/100=0.13
EDP=$2.80 per share
SP=unknown
DGR=20% and 8%, the average DGR=(20+5)/2=12.5%=0.125
replacing in the original expression;
0.13=(2.8/SP)+0.125
2.8/SP=0.13-0.125
2.8/SP=0.005
SP=2.8/0.005
SP=$560
The price of the stock today=$560
Answer:
A debit to Unearned Rent and a credit to Rent Earned for $2,400
Explanation:
When cash is collected in advance for revenue from lease, the revenue will not be recorded as revenue until the lease service has been performed. Hence the cash collected in advance will be recorded as
Debit Cash $6,400
Credit Deferred revenue $6,400
Being cash collected on October 1 for lease to run for 8 months.
Between October 1 and December 31 is 3 months.
Hence, amount earned
= $800 × 3
= $2,400
To recognize this amount, Debit Unearned/Deferred revenue, credit revenue with the amount earned.