Question 675663
Find the greatest  possible pair of integers such that one integer is 3 more than twice the other and their sum is less than 42.
----------------
n + 2n+3 < 42
3n + 3 < 42
3n < 39
n < 13
--> 12 & 27
12 + 27 = 39
============
The next greater pair is
13 & 29
13 + 29 = 42 (not less than 42, doesn't work)