document.write( "Question 1141899: Formulate but do not solve the following exercise as a linear programming problem.\r
\n" ); document.write( "\n" ); document.write( "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?
\n" ); document.write( "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
\n" ); document.write( "P = 0.4x + 0.7y.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "max amount both countries receive collectively x + y ≤
\n" ); document.write( "min amount both countries receive collectively x + y ≥
\n" ); document.write( "max amount Country A receives x ≤
\n" ); document.write( "min amount Country A receives x ≥
\n" ); document.write( "min amount Country B receives y ≥
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #762546 by ikleyn(52781)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "Maximize the objective function P = 0.4x + 0.7y \r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "under these constraints\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "    x + y >= 2,000,000\r\n" );
document.write( "\r\n" );
document.write( "    x + y <= 3,5000,000\r\n" );
document.write( "\r\n" );
document.write( "    1,000,000 <= x <= 1,750,000\r\n" );
document.write( "\r\n" );
document.write( "    y >= 250,000.\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "Answered.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );