Question 1141899
.
Maximize the objective function P = 0.4x + 0.7y 


under these constraints


<pre>
    x + y >= 2,000,000

    x + y <= 3,5000,000

    1,000,000 <= x <= 1,750,000

    y >= 250,000.
</pre>

Answered.