Question 1141899: Formulate but do not solve the following exercise as a linear programming problem.
A hunger-relief organization has earmarked between $2 million and $3.5 million (inclusive) for aid to two African countries, Country A and Country B. Country A is to receive between $1 million and $1.75 million (inclusive), and Country B is to receive at least $0.25 million. It has been estimated that each dollar spent in Country A will yield an effective return of $0.40, whereas a dollar spent in Country B will yield an effective return of $0.70. How should the aid be allocated if the money, in millions, is to be utilized most effectively according to these criteria?
Hint: If x and y denote the amount of money, in millions of dollars, to be given to Country A and Country B, respectively, then the objective function to be maximized is
P = 0.4x + 0.7y.
max amount both countries receive collectively x + y ≤
min amount both countries receive collectively x + y ≥
max amount Country A receives x ≤
min amount Country A receives x ≥
min amount Country B receives y ≥
Answer by ikleyn(52775) (Show Source):
You can put this solution on YOUR website! .
Maximize the objective function P = 0.4x + 0.7y
under these constraints
x + y >= 2,000,000
x + y <= 3,5000,000
1,000,000 <= x <= 1,750,000
y >= 250,000.
Answered.
|
|
|