Question 1130500
.
<pre>
The region of the interest is shown in the plot below.

It is infinite area in the first quadrant, bounded by the 3 straight lines: red, green and blue.



{{{graph( 330, 330, -10, 80, -10, 150,
          120-2x, x, 2x
)}}}


Plot  2x+y = 120 (red),  y = x (green) and y = 2x (blue)


To find the minimum of the given function V(x,y) = 5x + 4y - 100,  you need to calculate its values in the corner point of the gerion
and the choose that corner point where the value of the function is minimal.


The corner points are  P1 = (40,40)   and  P = (30,60).


The values of the function V are:  at P1  V = 5*40 + 4*40 - 100 = 260   and
                                   at P2  V = 5*30 + 4*60 - 100 = 290.


The minimum value of V over the region is 260; it is achieved at the point P1.
</pre>

Solved.


To see many other similar problems solved by the Linear Programming method, &nbsp;look into the lesson

&nbsp;&nbsp;&nbsp;&nbsp;- <A HREF=https://www.algebra.com/algebra/homework/word/misc/Solving-minimax-problems-by--the-Linear-Programming-method.lesson>Solving minimax problems by the Linear Programming method</A> 

in this site.