Answer:
I would say B would be the best answer.
Explanation:
You shouldn't try to push it onto yourself to fix, the owner/manager to fix the problem!
Answer:
labour rate variance = $616 unfavorable
Explanation:
The rate variance would be the difference between the standard labour cost of the 500 actual hours worked and the actual labour cost.
This derived below:
$
Standard labor cost ($23 per × 500) = 11500
Actual labour cost <u>(12,116</u>)
labour rate variance <u> </u> <u> $616</u> unfavorable
Answer:
Gain= $14,500
Explanation:
<u>First, we need to calculate the book value of the equipment:</u>
Book value= purchase price - accumulated depreciation
Book value= 95,000 - 78,500
Book value= $16,500
<u>If the selling price is higher than the book value, the company made a profit by selling the equipment.</u>
Gain/loss= selling price - book value
Gain/loss= 31,000 - 16,500
Gain= $14,500
what should be the current balance in Allowance for Doubtful Accounts. The balance sheet's total receivables are netted against an allowance for doubtful accounts to show only the amounts anticipated to be paid.
The balance sheet's total receivables are netted against an allowance for doubtful accounts to show only the amounts anticipated to be paid. Estimated by the provision for doubtful accounts is the proportion of receivables that are anticipated to be uncollectible. However, the allowance estimate may be significantly off from how customers really pay.
Regardless of corporate policies and practices for credit collections, a transaction involving credit always has the risk of not being paid. A allowance corporation must therefore recognize this risk by creating a provision for doubtful accounts and offsetting bad debt expenditure. This complies with the matching principle of accounting by guaranteeing that costs associated with the sale are recorded during the same accounting period during which revenue is collected. Companies can estimate the true worth of their account receivables with greater accuracy thanks to the provision for dubious accounts.
Learn more about doubtful accounts here
brainly.com/question/28944789
#SPJ4
Answer:
//algorithm for ATM money withdrawal
Algorithm: Algorithm for cash withdrawals from ATM.
Input: withdraw_amount
Output: amount+service_charges.
Algorithm:
step 1:
balance =account balance.
withdraw_amount = (Get input from user)
step 2:
if(withdraw_amount>400)
then, print "maximum limit exceeds"
step 3:
if(withdraw_amout<1)
then, print "enter a valid amount"
step 4:
if(withdraw_amount>balance)
then, print "insufficient balance.. withdraw money $30 as service charges "
step 5:
if(withdraw_amount<400 && withdraw_amount<balance)
if(withdraw_amount>200)
service_charge=withdraw_amount*(3/100)
print " Your cash is dispensed... total amount withdrawn +service_charges 30% (withdraw_amount +service_charge) "