Darwin is a 60-year-old software engineer for Compuswerve, Inc. Recently, the company went through a reorganization process meant to revamp the business and the work it does. The directors want to rework the company as a fresh, hip business with cutting-edge knowledge from young, creative-minded employees. Obviously, Darwin doesn’t fit into the directors’ vision, so the managers wish to replace him. Sure enough, a few weeks later Compuswerve hires some new employees, and Darwin is offered a severance plan and dismissed.1. Which of the following, if true, would legally support the company’s decision to fire and replace Darwin? Check all that apply.
a. if the company had fewer than 20 employees
b. if Darwin needed a reasonable accommodation to perform his job due to a disability
c. if Darwin planned to retire in less than five years
d. if Darwin was unable to perform the essential functions of his job
e. if Darwin had another job offer elsewhere
f. if the company was a private (non-governmental) organization
g. if there were more highly skilled workers in the organization who could take his place
2. Which law prevents employees like Darwin from discrimination in employment?
a. ADEA
b. Title VII
c. Affirmative action
d. ADA
3. Are the company’s actions permissible, considering its mission and vision?
a. No, because Darwin was treated less favorably than younger employees based solely on his age.
b. Yes, because age is not a protected class in employment law.
c. No, because Darwin was not given compensation or allowed adequate time to find another job.
d. Yes, because the company is private and therefore has the right to hire or fire whomever they want to.

Answers

Answer 1
Answer:

Answer:

Darwin and Compuserve, Inc.

1. d. if Darwin was unable to perform the essential functions of his job

e. if Darwin had another job offer elsewhere

2. b. Title VII

3. a. No, because Darwin was treated less favorably than younger employees based solely on his age.

Explanation:

Title VII of the Civil Rights Act of 1964 is a federal law that protects employees against discrimination based on certain specified characteristics: race, color, national origin, sex, and religion. Under Title VII, an employer may not discriminate with regard to any term, condition, or privilege of employment.

Federal employment laws prohibit discrimination of persons who are over 40 years.


Related Questions

a bond is selling at par value of $1,000 with 10 years to maturity and pays an 8% coupon rate annually. what is the ytm? enter your answer to two decimal places. do not include the % symbol. example: if your answer is 10.22% enter 10.22
Which statement is an objection of using the Consumer Price Index (CPI) to measure changes in the cost of living
Producers believe the economy is headed for a recession, so they reduce their purchases of machinery and equipment. A. The Short Run Aggregate Supply curve shifts to the right. B. The Aggregate Demand curve shifts to the left. C. The Aggregate Demand curve shifts to the right. D. The Short Run Aggregate Supply curve shifts to the left.
Which of the following statements about the economic value to the customer (EVC) is FALSE? a. EVC for a product is estimated compared with an existing product used by the customer. b. Companies generally attempt to price products to match EVC. c. EVC may be different for different customers. d. EVC is the maximum customers should be willing to pay. e. EVC is calculated as the total life cycle cost or cost of ownership over the entire life of a product.
Roman loves corn bread. He buys corn meal and wheat flour in order to make corn bread. His recipe calls for two cups of corn meal and one cup of flour for each batch that he bakes. More corn bread is better for Roman. He can bake fractions of a batch, but has no use for corn meal or flour that is left over. What of the following is Roman’s utility function on cups of corn meal, denoted by c, and cups of flour, denoted by f?(A) U(c,f)=min{c,2f}(B) U(c,f)=min{2c,f}(C) U(c,f)=min{2c,3f}(D) U(c,f)=min{3c,sf}(D) U(c,f)=2c+3f

3) Write code in a language of your choice that checks a source file (input file in plain text format) that separates lexemes by white space and special characters. This lexical analyzer will only have tokens for special characters and alphanumeric strings. Ie: 2345 6tgbsauhd9sa67*I{OPKDSl;jaklhl Would be 2345 6tgbsauhd9sa67 * I { OPKDSl ; jaklhl

Answers

Answer:

Explanation:

CODE:

import java.io.*;

class Test

{

  public static void main(String[] args) {

      File file = new File("input.txt");

 

      try{

      BufferedReader b = new BufferedReader(new FileReader(file));

     

      String line;

      while ((line = b.readLine()) != null)

      {

          for(int i=0;i<line.length();i++)

          {

              char c=line.charAt(i);

              if((c>='A' && c<='Z') || (c>='a' && c<='z') || (c>='0' && c<='9'))   //check if char is digit or alphabet

                  System.out.print(c);

              else

                  System.out.println("\n"+c);

          }

      }

      }

      catch(Exception e)

      {

          System.out.println(e);

      }

     

}

 

}

A productivity index of 110% means that a company’s labor costs would have been 10% higher if it had not made production improvements. Now refer to the Income Statement in Chester's Annual Report. The direct labor costs for Chester were $32,680. These labor costs could have been $20,000 higher if investments in training that increased productivity had not been made. What was the productivity index for Chester that led to such savings?

Answers

Answer: 161.1%

Explanation:

Given that,

Direct labor costs for Chester = $32,680

Labor costs could have been $20,000 higher

Productivity index shows the ratio between the labor costs with improvements and labor costs without improvement in production.

Productivity Index = (Labor\ cost\ without\ improvement)/(Labor\ cost\ with\ improvement)*100

                              = (32,680+20,000)/(32,680)*100

                              = 161.1%

Final answer:

The productivity index for Chester, which measures the savings in labor costs due to productivity improvements, is approximately 62.06%. This suggests that, without the investments in training, Chester's labor costs would have been about 38% higher.

Explanation:

In order to calculate the productivity index for Chester, we need to understand that the productivity index essentially measures the savings in labor costs resulting from production improvements, expressed as a percentage. In this particular case, Chester was able to save $20,000 in labor costs due to investments in productivity-enhancing training.

The original direct labor costs for Chester was $32,680. Had Chester not made any productivity improvements, the labor costs would have been $32,680 plus an additional $20,000, for a total of $52,680. Therefore, the productivity index is calculated by dividing the original labor cost by what the labor cost would have been without the productivity improvements, and multiplying by 100, as follows: ($32,680 / $52,680) * 100. This equation gives a productivity index of approximately 62.06%. This means that Chester's labor costs would have been approximately 38% higher without the productivity improvements.

Learn more about Productivity Index here:

brainly.com/question/33199422

#SPJ11

Mira Mesa Appliances makes and sells kitchen equipment for offices and hotel rooms. Mira Mesa management believes that a new model of refrigerator made out of a synthetic material would sell well at a price of $260 per unit. Labor costs are estimated at $32 per unit and overhead costs would be $24 per unit. The major uncertainty is the price of the synthetic material. Mira Mesa is in negotiations with several suppliers for the material. Because of the risk associated with the new product, Mira Mesa will only proceed if the estimated return is at least 30 percent of the selling price.Required:
What is the most Mira Mesa can pay for the synthetic material per unit (refrigerator) and meet its profitability goal?

Answers

Answer:

$126

Explanation:

We can calculate the amount Mira can pay for the synthetic material per unit (refrigerator) and meet its profitability goal by deducting the estimated profit and then all the cost from the selling price per unit.

Selling price per unit                                        $260

Less

estimated return (260x30%) =                    ($78)

Labor costs                                                    ($32)

Overhead costs                                            ($24)

Material                                                              $126      

Amount Mira can pay for Synthetic material per unit is $126

               

Which one of the following statements is correct? a. Book values should always be given precedence over market values.
b. Financial statements are frequently the basis used for performance evaluations.
c. Historical information has no value when predicting the future.
d. Potential lenders place little value on financial statement information.
e. Reviewing financial information over time has very limited value.

Answers

Answer:

b. Financial statements are frequently the basis used for performance evaluations.

Explanation:

The financial statements are the accounting reports of an organization, through these documents it is possible to analyze what is the financial situation of a company in the internal and external environment, what are its greatest strengths and weaknesses.

They are instruments for evaluating organizational performance because they provide essential information about the general accounting situation of a company, which ensures greater reliability for a manager to make a decision directed to correct a problem or strategic implementation to achieve a certain result. It also allows stakeholders to analyze essential data and information when deciding to invest or do business with a particular company.

On May 1, 2017, Crane Company purchased the copyright to Blue Spruce Corp. for $112800. It is estimated that the copyright will have a useful life of 4 years. The amount of amortization expense recognized for the year 2017 would be:_______. a) $28200 b) $15040 c) $18800. d) $14100.

Answers

Answer:

$18,800

Explanation:

The amortization expense can be calculated by dividing the cost of copyright to purchase by the estimated useful life and then multiplied by the number of months covered until May 1, 2017.

Amortization expense =  Cost to purchase  / Estimated useful life) x 8/12 Amortization expense = ($112,800 / 4 years) * 8/12

Amortization expense = $18,800

As the copyright is purchased on may 1 it will cover 8 months till 31 december 2017

Which of the following is the location where notes can be added?

Answers

No enough information added

Final answer:

The location to add notes depends on the context. In software like Microsoft Word, notes can be added under 'New Comment' in the 'Review' tab. Similarly, in a PowerPoint presentation, notes can be added in the 'Notes' pane, and in many email clients and physical notebooks or sticky-notes.

Explanation:

There are several places where you can add notes depending on the context. If you are using a computer software like Microsoft Word, notes can be added in the 'Review' tab under 'New Comment'. Similarly, in a PowerPoint presentation, you can add notes in the 'Notes' pane at the bottom of each slide.

In many email clients, you can also add notes to emails or contacts. In a physical context, notes can be added in notebooks or on sticky-notes. Thus, the specific location to add notes will depend largely on the platform or context in which you are working.

Learn more about Adding Notes here:

brainly.com/question/32602078

#SPJ2

Other Questions