Answer:
The correct answer is option (c) $264 underapplied
Explanation:
Given data;
Direct labour hour = 22160
Total Manufacturing overhead cost= $585,024
Actual direct labor hour = 22150
Actual Manufacturing overhead cost = $585024
Calculating the Predetermine overhead rate using the formula;
Predetermined Overhead rate=Total Overhead Cost/Total Direct Labor Hour
Predetermined Overhead rate = $585024/22160
=$26.4 per labor hour
To determine the under-applied amount of overhead cost, we use the formula;
Under−Applied amount= Estimated Overhead Cost*Actual Overhead Cost
Substituting into the formula, we have
(22150*26.4)-585024
Under applied = $ 264
Answer:
(E) Managers need to stay alert to environmental changes that may impact the implementation of a plan and respond as needed.
Explanation:
Planning has to be dynamic and not static. Manager who are aware of the trends in an economy are suppose to, expected to adjust their plans to align with the present economic reality in other not to run into crisis.
Answer:
Company should borrow = $15200
Explanation:
Below is the calculation for the borrowing amount:
Cash balance at the beginning = $18600
Add - Cash receipts = 186000
Less- Cash disbursements = (189200)
Budgeted cash balance = 18600 + 186000 - 189200 = 15400
Borrowing will be = Ending cash - 15400
Borrowing will be = 30600 - 15400
Borrowing will be = $15200
Company should borrow = $15200
Answer:
// Program is implemented using Coral Programming Language
int X
int Y
int Sum
Put "Enter any two numbers" to output
x = Get next input
Y = Get next input
if Y < X
Put "Second integer can't be less than the first" to output
else
for Sum = X; Sum <= Y; Sum = Sum + 10
Put Sum to output
Explanation:
The above program is written using Coral Programming Language
The first line is a comment
The next 3 lines declares 3 integer variables
Which are X, Y and Sum
X and Y represent the two input numbers as seen on line 6 and 7
X, being the first and Y being the second
Line 8 tests the larger of the two numbers
If Y is less than X, the output is "Second integer can't be less than the first" without the quotes
Else
The last two lines perform iterative operations that assigns the addition of 10 and X to Sum
It continues printing sum as long as sum is less than the value of Y.
The answer is motivating everyone to do a good job by promoting organizational goals