understudy
Hi Walker - for those of us who are artistically challenged, do you happen to know the way to solve this algebraically?

I will try to solve it using "construct example" approach:
x/y >2, 3x+2y <18?
a) Could we construct an example when 3x+2y<18 ? We need small x and y for witch x/y >2.
Let's say we have x = 1 (I mean 1.000001) and y=0.5
1/0.5 > 2 - Ok
3*1+2*0.5 <18 Ok
first statement: 1-0.5<2 Ok
second statement: -0.5+1<2 Ok
So, x=1.000001 and y=0.5 is an example that satisfies both statements and answer is YES (True) that 3x + 2y < 18
b) Could we construct an example when 3x+2y>=18 ? The condition x/y > 2 says that x and y can be both positive or negative. At negative x,y 3x+2y will be always negative. So, we need look for our example among x,y positive.
first statement: x-y<2. Under this statement we can say that positive x and y must be close to each other. So, let's consider the maximum difference: x-y = 2 ---> y+2/y >2 --> y=2 and x=4 (as earlier I mean x=3.9999999 y=1.99999999).
At such x and y we have 3*4+ 2*2 = 16 < 18. So, we can't construct an example for witch 3x+2y >=18 and
first statement is sufficient.
second statement: y-x < 2. Under this statement we can choose x=100000 and y =1 and 3x+2y >=18. So, we can construct an example for witch 3x+2y >=18 and
second statement is insufficient.My comments: This approach depends on concrete problem and your luck to see an examples. At the same time I love graph approach as it is always straightforward.