The answer is product line. It is a group of connected products in
a single trademark sold by the same corporation. Companies sell numerous product
lines under their numerous brands. Companies frequently enlarge their assistances
by adding to current product lines, because customers are more probable to buy
products from brands with
which they are previously acquainted with.
Answer:
$1.446 million
Explanation:
Depletion cost per unit = (Total ore extracted in the first year / total amount of ore ) x cost of mine
(7.23 million/ 37.93 million ) x $7.5860 million = $1.446 million
I hope my answer helps you
Answer:
13.28%
Explanation:
The computation of the coupon rate is shown below
But before that determine the PMT
Given that
NPER = 12 × 2 = 24
RATE = 10% ÷ 2 = 5%
PV = $1,226.50
FV = $1,000;
The formula is shown below
= PMT(RATE;NPER;-PV;FV;TYPE)
After applying the above formula, the monthly payment is
= $66.41 × 2
= $132.82
Now the coupon rate is
= $132.82 ÷ $1,000
= 13.28%
Engages in ' Corporate Social Responsibly' the money they earn will be given back to society
For example: a shoe factory allows its customer to buy a pair of shoes so the money goes to society the needy. There is trust between the company and customer and the money benefits society
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