answer.
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
LenKa [72]
1 year ago
6

Disruptive acts of some project team members due to personality issues, hidden agendas, or interpersonal problems are categorize

d as:
A) poor communication.
B) lack of motivation.
C) dysfunctional behavior.
D) poor leadership.
Business
1 answer:
olganol [36]1 year ago
3 0

Answer:

The answer is C) dysfunctional behavior.

Explanation:

Dysfunctional behaviour refers to destructive behaviour of individuals that causes personal, productivity and financial harm to the people or the organization.

This can't be treated as purely a leadership or motivational issue and is mainly a dysfunctional behavior related issue. In such instances, Psychological help, counselling aid must be sought after.

You might be interested in
Bob got a 30 year Fully Amortizing FRM for $1,500,000 at 4%, except with non-constant payments. For the first 2 years Bob will p
ikadub [295]

Answer:

$1,593,535.83

Explanation:

Future Value of mortgage determines the future value of a mortgage after payments have been made, at a regular frequency, charged a regular rate of interest, compounded at payment dates.

DATA

PV = $1,500,000

N = 24

r = 0.04/12

PMT = $1250

FV =?

Solution

PV = (PMT/r)*[1 – 1/(1 + r)^N] + FV/(1 + r)^N

1,500,000 = (1250/(0.04/12)) * (1 – 1/(1 + 0.04/12)^24) + FV/(1 + 0.04/12)^24

1,500,000 = 28785.31353687 + 0.92323916 FV

FV = (1,500,000 - 28785.31353687)/ 0.92323916

FV = $1,593,535.83

5 0
2 years ago
Second-degree price discrimination: Multiple Choice results in transfer pricing. None of the answers are correct. is the practic
Dafna1 [17]

Answer:

is the practice of posting a discrete schedule of declining prices for different ranges of quantities

Explanation:

In the case of the second degree price discrimination, the firm should chares the different kinds of the prices as per the quantity demanded i.e. if the large quantities are ordered so it should be charged at the less price and if the small quantities are ordered so it should be charged at the high prices. The motive behind this is to motivate the bulk sales that means when the buyer purchased the products in bulk so he will get the high discounts

Therefore the third option is correct

6 0
1 year ago
On January 1, 2018, Ameen Company purchased major pieces of manufacturing equipment for a total of $36 million. Ameen uses strai
romanna [79]

Answer:

taxable income 44,000,000

Explanation:

Beginning tax basis of the equipment: 20,000,000

ending tax bais of the equipment         12,000,000

depreciation for tax purposes:               8,000,000

<u>accounting depreciation:</u>

beginning value 30,000,000

ending value      28,000,000

book depreciation 2,000,000

<u>Difference in depreciations:</u>

8,000,000 - 2,000,000 = 6,000,000

income 50.000.000

less        6,000,000 temporary difference

taxable income 44,000,000

6 0
1 year ago
Which of the following choices best describes why it is difficult to start a self improvement plan?
kvv77 [185]
C is the correct answer.
4 0
1 year ago
Read 2 more answers
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
1 year ago
Other questions:
  • "if our company achieves a high level of relational coordination, what can we expect in terms of employee behavior?" check all t
    11·1 answer
  • Clay, "a production manager, believes that some of his workers are unhappy with their job, so they are not working as hard as th
    13·1 answer
  • When managing processes, it is vital that:
    6·1 answer
  • Molly C. has just purchased a pasta manufacturing business. Molly’s new business produces ravioli, tortellini, and other cheese-
    7·1 answer
  • Yakov orders 40 cases of mescal from a Mexican distributor at a price of $90 per case. 2. A U.S. company sells 200 spark plugs t
    9·1 answer
  • Bill is working on a project involving the upgrading of a management information system. The project is being managed by the inf
    15·1 answer
  • Airlines utilize _____ because there is constant communication and back-and-forth between gate agents, ticket agents, baggage ha
    13·1 answer
  • PLEASE HELP OFFERING 20 POINTS AND WILL MARK YOU AS BRAINLY
    14·1 answer
  • Careco Company and Audaco Inc are identical in size and capital structure. However, the riskiness of their assets and cash flows
    15·1 answer
  • The companies argued that the merger would enable them to make investments that would provide customers with faster broadband, g
    10·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!