0 Comments
Explanation:
y = 15 + x or x = y-15
and x sum to <= 85
x + y <= 85
(y-15) + y <= 85
2y <= 100
y <= 50 The maximum value of y is 50 minimum would be 16 ( since it must be 15 greater than a positive number x (which would be 1 ))