Concept:In linear programming, the maximum value of Z occurs at one of the corner points of the feasible region.Explanation:The constraints are 2x≥4⇒x≥2, y≤3, x+y≤8, and x,y≥0.The feasible region lies in the first quadrant, to the right of x=2, below y=3, and below x+y=8.The corner points of the feasible region are A(2,0), B(8,0), C(5,3), and D(2,3).Evaluate Z=100x+70y at each corner point:At A(2,0): Z=100(2)+70(0)=200At B(8,0): Z=100(8)+70(0)=800At C(5,3): Z=100(5)+70(3)=500+210=710At D(2,3): Z=100(2)+70(3)=200+210=410The highest value is 800, obtained at B(8,0).