Answer:
The answer is stockholders' equity is overstated
Explanation:
When inventories are overstated it reduces the cost of sales because the excess inventory in accounting records means the ending inventory will be higher and cost of sales will be lower.
When ending inventory is overstated, total assets and retained earnings will be overstated. And when retained earnings is overstated, stockholders' equity is also overstated because retained earnings is a line item under stockholders' equity.
Answer:
For such a report , the sql query required would be:
SELECT emp_id, curr_salary, curr_salary*1.03 AS inc_salary FROM Employee;
Explanation:
For such a report , the sql query required would be:
SELECT emp_id, curr_salary, curr_salary*1.03 AS inc_salary FROM Employee;
In the above sql query employee id is emp_id , curr_salary is the current salary column. "curr_salary*1.03" is been made because an increment of 3% means salary + salary*3% , that is , salary*1.03.
Answer:
a. Debit to raw material inventory for $12,750, debit to material price variance $750 and credit to account payable for $13,500.
Explanation:
Date Journal Entry Debit Credit
Raw Material Inventory $12,750
Material Price Variance $750
Accounts Payable $13,500
The pharmacist needs to measure out 17.5 grams of the 50% powder and 17.5 grams of the 90% powder and should end up with 35 grams of the 70% powder thus making for an easy method of calculation for mixing the two powders.
<span>She has fixed costs of $250.
Her variable costs are $1,000 for the first thousand posters,
Her variable costs are $800 for the second thousand
Her variable costs are $750 for each additional thousand posters.
To calculate Average fixed cost that is AFC per poster we need two factors: Total fixed cost = 250 and Number of poster = 1000
So now AFC will be (250/1000) that is 0.25.</span>