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:
The computations are shown below:
Explanation:
(a) Depletion cost per unit
Depletion cost per unit
= $717,963 ÷ 806,700 tons
= $0.89 per ton
(b) The Journal entry to record depletion expense is
Depletion Expense A/c Dr $ 92,293
(103,700 tons × $0.89)
To To Accumulated Depletion A/c $ 92,293
(Being the depletion expense is recorded)
(c) The cost applicable is
= 16,700 unsold units × $0.89
= $14,863
Answer: As with normal first-class mail, employers cannot read employee e-mail."
Explanation:
From the options given, the correct statements are that:
• Employees have limited protection against surveillance by employers.
• The large majority of organizations monitor employee Internet usage.
• The large majority of organizations use URL filtering.
• Employees should be aware that surveillance is legal.
The option that "as with normal first-class mail, employers cannot read employee e-mail" is incorrect. Employers can read the email of their workers.
Answer: Yes contract has been formed.
Explanation: According to the Uniform Electronic Transaction Act (UETA), electronic transactions are just as binding as transactions made on hardcopy documents. Moreover signatures made electronically reinforces the validity of these elctronic documents.
In the scenario the actual signature was signed on a hard copy by the seller, but it was then faxed back to the listing agent. This faxed copy, showing the faxed signature, is an electronic document that confirms the existence of the contract in accordance with the UETA. This faxed signature is as enforceable as an ink signature.