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 amount of overhead debited to Work in Process Inventory should be: a. $182,00
Explanation:
The Overheads are Applied in the Manufacturing Costs as:
Budgeted Rate × Actual Activity for the Month
At the End of the Period we would need to determined whether this amount of overhead is Over or Under Applied by comparing it to the actual overheads incurred of $180,000 (given)
In our Case, the predetermined overhead rate is 70% of direct labor cost
<em>Thus we need to find the Direct Labor Cost first</em>:
Total Labor Costs $360,000
<em>Less </em>Indirect Labor Costs<em> </em>$100,000
Direct Labor Cost $260,000
<em>Therefore Overheads applied would be determined as:</em>
= $260,000 × 70%
= $182,000
Answer: 13.2%
Explanation:
Given data:
No of stores in the market = 5000
No. of store owners = 2000.
Allison charges = $8/month
Sam charges = $8/month.
Solution:
The market penetration rate would be calculated based on potential customers.
Using our general formula,
Market penetration=Numbers of customers who purchased Allison derived sales and Sam derived sales /Total potential population
Where,
Total potential population=1,500
•Allison derived sales = 129 customers
•Sam derived sales = 69 customers
•Numbers of customers who purchased Allison derived sales and Sam derived sales=129 customers+ 69 customers
•Numbers of customers who purchased Allison derived sales and Sam derived sales =198 customers
Let’s input this into our general formula.
Market penetration
= 169 customers/1,500
= 0.132*100
= 13.2%
The market penetration rate based on potential customers is 13.2%
Given the consumption equation of c= 200 + 0.85yd, and the disposable income of $400, then, then we would get the consumption by substituting the given to the equation:c= 200 + 0.85ydc= 200 + 0.85(400)c= 200 + 340c= 540Therefore, the consumption is $540.
Answer:
$13,000
Explanation:
Calculation for what The ending balance of the Work in Process Inventory account for the Fabricating Department is:
Beginning Balance 10,000
Add Direct Materials 76,000
Add Direct Labor 24,000
Add Factory Overheads 12,000
(50% *24,000)
Less Work Transferred (109,000)
Ending Balance $13,000
Therefore The ending balance of the Work in Process Inventory account for the Fabricating Department is:$13,000