Linear Programming

2014-10-15 5:29 am
The department estimates that 500 hours will be required to complete the project. However, only four members are available for the research and they are Ben, Wilson, Messi and Elsa . Because Ben and Wilson are the supervisors of he project, they must be assigned at least 70% of the total number of hours. To provide research experience for Elsa , Elsa must be assigned at least 15% of the total project time. However, due to other departmental duties and responsibilities, Messi has a maximum of 30 hours available to work on this project. Hourly wage rates are $50 for Ben, $45 for Wilson, $45 for Messi and $20 for Elsa .

Denote
B = number of hours assigned to Ben
W = number of hours assigned to Wilson
M = number of hours assigned to Messi
E = number of hours assigned to Elsa
a) Formulate a linear program that can be used to determine the number of hours
each member should be assigned to the project in order to minimize total cost.

回答 (1)

2014-10-15 7:45 pm
✔ 最佳答案
B + W ≧ 500 x 70% ==> B + W ≧ 350
E ≧ 500 x 15% ==> E ≧ 75
M ≦ 30
Minimize cost C = 50B + 45W + 20E + 45M

2014-10-15 11:46:41 補充:
B + W >= 500 x 70% ==> B + W >= 350
E >= 500 x 15% ==> E >= 75
M <= 30
Minimize cost C = 50B + 45W + 20E + 45M


收錄日期: 2021-04-11 20:49:30
原文連結 [永久失效]:
https://hk.answers.yahoo.com/question/index?qid=20141014000051KK00116

檢視 Wayback Machine 備份