Question 1174024
.


x = the number of grapes, y = the number of bananas


There must be a non-negative amount of both fruits.


x >= 0
y >= 0
200x + 150y <= 500


Two solutions are (1, 2) and (3/2, 1).


-----------


Notice the inequality signs  &nbsp;&nbsp;( " >= " &nbsp;&nbsp;and &nbsp;&nbsp;" <= ") &nbsp;&nbsp;in my solution (!) )