The formula for the calculation is
<u>CM ratio = Unit contribution margin ÷ Unit selling price
</u>
The break-even in monthly dollar sales is closest to $578,100
Explanation:
The formula for the calculation is
<u>CM ratio = Unit contribution margin ÷ Unit selling price
</u>
<u></u>
<u>Given that </u>
<u>Selling price of the product=</u>$185.00 per unit
variable cost=$55.50 per unit
fixed expense=$404,670 per month
<u></u>
= ($185.00 per unit − $55.50 per unit) ÷ $185.00 per unit
= $129.50 per unit ÷ $185.00 per unit = 0.70
<u>Dollar sales to break even = Fixed expenses ÷ CM ratio
</u>
= $404,670 ÷ 0.70
= $578,100
The break-even in monthly dollar sales is closest to $578,100
Answer:
The disposal resulted was at D. No gain or loss
Explanation:
The gain or loss on disposal on a fixed asset is calculated by comparing the sales proceeds from disposing off the asset and the carrying value of the asset.
The carrying value of the asset is its net book value which is calculated as follows,
Carrying value = Cost - Accumulated depreciation
If the carrying value is equal to the sales proceeds from disposal, there is no gain or loss.
The carrying value of copy machine was = 45000 - 44000 = $1000
The sales proceeds were also $1000
Thus, gain/loss on disposal = 1000 - 1000 = $0
Thus, there was no gain or loss on disposal.
Answer:
ABC net income for the year is $42,500
Explanation:
Beginning total assets = $400,000
Ending total assets = $450,000
Average total assets = Beginning total assets + Ending total assets ÷ 2
= ($400,000 + $450,000) ÷ 2
= $425,000
Return on assets = 10%
Therefore,
Net income ÷ Average total assets = Return on assets
Net income = Return on assets × Average total assets
Net income = 0.1 × Average total assets
= $425,000 × 0.1
= $42,500
Answer:
The query may still be specified in SQL by using a nested query as follows (not all
implementations may support this type of query):
SELECT DNAME, COUNT (*)
FROM DEPARTMENT, EMPLOYEE
WHERE DNUMBER=DNO AND SEX='M' AND DNO IN ( SELECT DNO
FROM EMPLOYEE
GROUP BY DNO
HAVING AVG (SALARY) > 30000 )
GROUP BY DNAME;
Explanation:
Answer: cost
Explanation: In a market economy, the price of the product or service offered are determined by the market forces of demand and supply. Govt. intervention in regulating the market forces is minimal in such markets.
Thus, if the entrepreneurs produce goods at a low cost they will price it low leading to high demand for their product. Thus, they will be compensated well if they cost their product lower than others.