Answer:
Allocated MOH= $420
Explanation:
<u>First, we need to calculate the predetermined overhead rate:</u>
Predetermined manufacturing overhead rate= total estimated overhead costs for the period/ total amount of allocation base
Predetermined manufacturing overhead rate= (253,600/31,700) + 6
Predetermined manufacturing overhead rate= $14 per machine hour
<u>Now, we can allocate overhead to Job L716:</u>
Allocated MOH= Estimated manufacturing overhead rate* Actual amount of allocation base
Allocated MOH= 14*30
Allocated MOH= $420
Answer:
The answer is B) "lower the prices that customers pay."
Explanation:
Actually, to increase capacity during high demands, the company do not need to lower the prices that customers pay but rather in crease the prices. According to law of demand and supply, the higher the demand, the more the price. Also, the company may also open another new branch for more production, approve overtime work and wages for employers, create more shifts and even subcontract part of the production to another company to ensure faster process but with same quality.
Answer:
it is challenging to track usage of the coupons
Explanation:
Coupons are defined as an instrument that is used to obtain a discount or rebate when making a purchase.
Stores usually give out coupons to customers as an incentive to by products.
However there will be challenge of tracking the coupons as well as the discount on each coupon.
Coupons are given at different discount rates at different times, so it is cumbersome to track a particular coupon out of the many issued when customer wants to redeem it
Explanation:
Input is an interactive control in HTML. When you want to create check box, text box, password box, radio button, button, etc can be created by using <input> tag in HTML.
Attributes:
type: type of control
Name: the name of the control which would be used in the code
Value: it defines the caption / label of the button.
According to the given code snippet, a "button" would be created with the label "cancel".