I would appreciate it greatly if someone could provide me with a solution to the problem below:
If the contract runs late the business will be penalized $1000 for each late day. It is estimated that the contract needs about 2,500 man hours extra of unskilled labor to be delivered in four weeks. The ordinary working week is 37 hours and the pay rate for unskilled laborers is $20 per hour. Overtime for unskilled labor is $35 per hour and a worker cannot work more than 15 hours overtime per week. No more than 10 unskilled laborers can be assigned to this contract. There is an option of employing skilled workers at a rate of $40 per hour with no weekend work. These workers can work for more than the ordinary 37 hour week but must be paid $70 per hour overtime.
What is the most economical solution to this problem?
My main problem is how to I arrive at this solution on paper.I would really like assistance in first stating the problem properly as I think this is where I am making my first mistake and then an attempt at how to proceed to a solution.
My attempt at stating the problem is:
If the contract runs late the business will be penalized $1000 for each late day. It is estimated that the contract needs about 2,500 man hours extra of unskilled labor to be delivered in four weeks. The ordinary working week is 37 hours and the pay rate for unskilled laborers is $20 per hour. Overtime for unskilled labor is $35 per hour and a worker cannot work more than 15 hours overtime per week. No more than 10 unskilled laborers can be assigned to this contract. There is an option of employing skilled workers at a rate of $40 per hour with no weekend work. These workers can work for more than the ordinary 37 hour week but must be paid $70 per hour overtime.
What is the most economical solution to this problem?
- a) Where the contract finish on time
- b) Where the total costs are minimized
My main problem is how to I arrive at this solution on paper.I would really like assistance in first stating the problem properly as I think this is where I am making my first mistake and then an attempt at how to proceed to a solution.
My attempt at stating the problem is:
- X1 = total cost of unskilled labour for project duration
- X2 = total cost of skilled labour for project duration
- X3 = total hours for project completion
- Minimize: Z = x1 + x2
- Subject to:
- X1 = XaZa(37*20 + Ya (35) )
- X2 = XbZb(37*40 + Yb (70) )
- X3 = XaZa(37+ Ya) + XbZb(37 + Yb)
- X3 = 2500
- Xa = unskilled labourers ≤10, Xb = skilled labourers ≥ 0,
- Ya = unskilled overtime ≤ 15, Yb = skilled overtime ≥ 0,
- Za, Zb ≥ 0