Examlex

Solved

A Metal Shop Currently Has a Work Force of 20

question 13

Essay

A metal shop currently has a work force of 20 people and is considering hiring four more people for the next three weeks only.The cost of hiring and training one person is $200 and the cost of terminating one person is $100.Each employee can produce 40 units/week on regular time and four units/week on overtime, and each person must be paid to produce 40 units even if the demand is not sufficient enough to keep everyone busy.The cost of producing one unit on regular time is $20 while on overtime it is $30.The cost of subcontracting one unit is $40.Demand for the next three weeks is 800 units, 1200 units, and 1000 units.Because there is no storage available the shop has a policy that no inventory is to be carried over from week to week.
a.What is the total cost for week 1 if there are only 20 workers?
b.What is the total cost for all three weeks using only 20 workers?
c.What is the total cost for week 1 if the company uses 24 workers?
d.What is the total cost for all three weeks using all 24 workers?


Definitions:

Accessor Method

A method in object-oriented programming used to retrieve the value of an attribute from an object.

Data Members

Variables that hold data specific to an instance of a class, also known as fields or properties.

Public

A keyword in many programming languages specifying that a variable, method, or class is accessible from any other code in the same environment.

Private

In object-oriented programming, an access modifier that restricts visibility of a class member to within the class itself.

Related Questions