1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
guajiro [1.7K]
3 years ago
13

A flexible budget for 15,000 hours revealed variable manufacturing overhead of $90,000 and fixed manufacturing overhead of $120,

000. The budget for 25,000 hours would reveal total overhead costs of:_________.
A. $210,000.
B. $270,000.
C. $290,000.
D. $350,000.
E. some other amount.
Business
1 answer:
Ket [755]3 years ago
6 0

Answer:

B. $270,000.

Explanation:

The computation of the total overhead cost is shown below:

But before that first we have to find out the variable overhead per hour which is

= $90,000 ÷ 15,000

= $6 per hour

Now

Variable overhead for 25,000 hours is

= $6 per hour × 25,000

= $150,000

So,

Total overhead cost is  

= Variable overhead for 25,000 hours + Fixed overhead cost

= $150,000 + $120,000

= $270,000

hence, the correct option is B. $270,000

You might be interested in
Quanti Co., a calendar year taxpayer, purchased small tools for $5,000 on December 21, 2016, representing the company's only pur
iris [78.8K]

Answer:

1 and a half months worth of depreciation

Explanation:

The advantage of starting to depreciate an asset purchased on December is that next year you will be able to depreciate it for a full year under MACRS.  Generally, when you purchase an asset, you have to use the half year convention and your depreciation expense for the first year will be low compared to the second year. But if you start depreciating your asset in the current year, even if you purchased it on December and the depreciation expense is not that significant, the next year you will be able to depreciate it at the second year rate.

7 0
3 years ago
The variety of Riverside Ranger logo T-shirts includes 12 different designs. Setup between designs takes one hour (and $18,000),
cluponka [151]

Answer:

The production exhibit both scope economics and scale economics. They are not mutually exclusive.

Explanation:

Looking at the scenario critically, we will clearly see the tendency of a scope economics. Scope economics basically hinges on getting a competitive advantage, essentially because of producing in large quantities and numbers. Riverside Ranger logo T-shirts exhibits this as it produce its products in large numbers, producing 1000 pieces of a particular design in 1 hour.

In same breath, we also have the scale economics exhibited by the organization. Taking a deeper look at the cost representation, we will see that the average cost tend to reduce as the production increases. Thus, an economic of scale is achieved here by leveraging on the mass and swift production style of Riverside Rangers logo T-shirts.

7 0
3 years ago
This program will store roster and rating information for a soccer team. coaches rate players during tryouts to ensure a balance
Vedmedyk [2.9K]

Answer:

Explanation:

#include <iostream>

#include <vector>

using namespace std;

int main() {

   vector<int> jerseyNumber;

   vector<int> rating;

   int temp;

   for (int i = 1; i <= 5; i++) {

       cout << "Enter player " << i

            << "'s jersey number: ";

       cin >> temp;

       jerseyNumber.push_back(temp);

       cout << "Enter player " << i

            << "'s rating: ";

       cin >> temp;

       rating.push_back(temp);

       cout << endl;

   }

   cout << "ROSTER" << endl;

   for (int i = 0; i < 5; i++)

       cout << "Player " << i + 1 << " -- "

            << "Jersey number: " << jerseyNumber.at(i)

            << ", Rating: " << rating.at(i) << endl;

   char option;

   '

   while (true) {

       cout << "MENU" << endl;

       cout << "a - Add player" << endl;

       cout << "d - Remove player" << endl;

       cout << "u - Update player rating" << endl;

       cout << "r - Output players above a rating"

            << endl;

       cout << "o - Output roster" << endl;

       cout << "q - Quit" << endl << endl;

       cout << "Choose an option: ";

       cin >> option;

       switch (option) {

           case 'a':

           case 'A':

               cout << "Enter a new player's"

                    << "jersey number: ";

               cin >> temp;

               jerseyNumber.push_back(temp);

               cout << "Enter the player's rating: ";

               cin >> temp;

               rating.push_back(temp);

               break;

           case 'd':

           case 'D':

               cout << "Enter a jersey number: ";

               cin >> temp;

               int i;

               for (i = 0; i < jerseyNumber.size();

                    i++) {

                   if (jerseyNumber.at(i) == temp) {

                       jerseyNumber.erase(

                               jerseyNumber.begin() + i);

                       rating.erase(rating.begin() + i);

                       break;

                   }

               }

               break;

           case 'u':

           case 'U':

               cout << "Enter a jersey number: ";

               cin >> temp;

               for (int i = 0; i < jerseyNumber.size();

                    i++) {

                   if (jerseyNumber.at(i) == temp) {

                       cout << "Enter a new rating "

                            << "for player: ";

                       cin >> temp;

                       rating.at(i) = temp;

                       break;

                   }

               }

               break;

           case 'r':

           case 'R':

               cout << "Enter a rating: ";

               cin >> temp;

               cout << "\nABOVE " << temp << endl;

               for (int i = 0; i < jerseyNumber.size();

                    i++)

                   if (rating.at(i) > temp)

                       cout << "Player " << i + 1

                            << " -- "

                            << "Jersey number: "

                            << jerseyNumber.at(i)

                            << ", Rating: "

                            << rating.at(i) << endl;

               break;

           case 'o':

           case 'O':

               cout << "ROSTER" << endl;

               for (int i = 0; i < jerseyNumber.size();

                    i++)

                   cout << "Player " << i + 1 << " -- "

                        << "Jersey number: "

                        << jerseyNumber.at(i) << ", Rating: "

                        << rating.at(i) << endl;

               break;

           case 'q':

               return 0;

           default:

               cout << "Invalid menu option."

                    << " Try again." << endl;

       }

   }

}

4 0
3 years ago
Legislation requires that all non-salaried employees who work more than 40 hours a week be paid over-time for the week. This leg
egoroff_w [7]

This legislation is called the Fair Labor Standards Act.

This act gives rights to United States workers. Among these rights are child labor laws, the requirement of employers to pay overtime to workers who work over 40 hours per week and also sets a minimum wage that must be paid to employees.

5 0
3 years ago
Read 2 more answers
Riverbed Company designated Jill Holland as petty cash custodian and established a petty cash fund of $236. The fund is reimburs
11Alexandr11 [23.1K]

Answer:

The journal entry is shown below:

Explanation:

According to the scenario, the journal entries for the given data are as follows:

Petty cash A/c Dr  $236

To Cash A/c $236  

(Being establishment of the fund is recorded )

Office supplies A/c Dr  $94

Misc. Expense A/c Dr $89

Cash Over / Short Dr $22             ( $236 - $31 - $89 - $94)

To Cash A/c  $205                        ( $236 - $31)

(Being Reimbursement of the fund is recorded)

5 0
3 years ago
Other questions:
  • On October 1, 20X1, Acme Fuel Co. sold 100,000 gallons of heating oil to Karn Co. at $3 per gallon. Fifty thousand gallons were
    8·2 answers
  • The company has grown rapidly, and the expanded workforce includes people in many locations and of diverse backgrounds, leading
    6·1 answer
  • Common resources differ from public goods in that:
    10·2 answers
  • Granfield company is considering eliminating its backpack division, which reported an operating loss for the recent year of $41,
    11·1 answer
  • James is an employee of RVC Corporation. He works from home and regularly communicates with employees at the central office via
    6·1 answer
  • Consider the following simple economy that produces only three​ goods: 2009​ (Base Year) 2017 Product Quantity Price Quantity Pr
    10·1 answer
  • 27) Cooley Landscaping Company needs to borrow $30,000 for a new front-end dirt loader. The bank is willing to loan the funds at
    11·1 answer
  • The shape of Germany's production possibilities frontier (PPF) should reflect the fact that as Germany produces more trucks and
    9·1 answer
  • Price elasticity for a good depends on the share of a consumer's budget spent on a good. Other things being equal, which of the
    10·1 answer
  • Interview can be defined as an attempt to
    9·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!