Answer:
132,000$ will be recorded by west as amortization expense for the year.
Explanation:
Depreciation/amortization is systematic allocation of cost of asset over its useful life. In this case asset cost is not given so we assume that PV of lease payment is equal to market value (660,000 dollars) of asset.
In case of leased asset the useful life taken for calculation of depreciation is lower of 1) Useful life 2) Lease term as per applicable accounting standards.
So we have taken 5 years to charge depreciation on Straight line method.
Hence by dividing 660000 by five we get our answer.
A mortgage is the resource available to home providence to recover the loan.
A mortgage is defined as a legal agree between a bank/creditor with a a person or business. They lend money with an interest rate in exchange for having full ownership of the persons title (house/business building) if the person does not pay.
Answer:
$444,444.44
Explanation:
Larry's life insurance corporation is trying to sell an investment policy that will pay you and your heirs a total amount of $32,000 per year
The required return on this investment is 7.2%
= 7.2/100
= 0.072
Since the cash flow is a perpetuity then, the amount that will be paid for the policy can be calculated as follows
PV= C/r
= $32,000/0.072
= $444,444.44
Hence the amount of money that will be paid for the policy is $444,444.44
The correct answer for the for loop is:
for (int i=1; i<200; i++){
if ((i%2)==0 && (i%3)==0){
cout << i << " ";
}
}
Python offers three options for running the loops. For iterating repeatedly through a sequence, use a for loop (that is either a list, a tuple, a dictionary, a set, or a string). This functions more like an iterator method seen in other object-oriented programming languages and is less like the for keyword found in other programming languages. The for loop allows us to run a series of instructions once for each element of a list, tuple, set, etc. There is no need to set an indexing variable before using the for loop.
Write a for loop that prints, in ascending order, all the positive integers less than 200 that are divisible by both 2 and 3, separated by spaces.
Learn more about loops here:
brainly.com/question/25955539
#SPJ4
Answer:
A. Reset the temporary accounts and update retained earnings.
Explanation:
This is a performed by an organisation in form of transferring data of financial values from temporary accounts and its is been moved to the permanent account. Amidst these, the temporary account is said to balanced in such a way to be zero; because when not done so, the remaining data from the temporary account will be moved to the permanent account.
Process involved in this includes: Closing summaries that belong to income accounts and move to income summary. Also all expense accounts to income summary.