-----------
post 2 is the quickets way
-----------------------------------
another method but its long.
(2x-4)/(x+3) > (x+2)/(2x+6)
(2x-4)/(x+3) - (x+2)/(2x+6) > 0
(2x-4)/(x+3) - (x+2)/2(x+3) > 0
taking common denom,
[2(2x-4) - (x+2)]/2(x+3)] > 0
Expanding and simplifying,
3x-10/2(x+3) > 0
(3x-10)(x+3)/2 > 0
(3x-10)(x+3) > 0
Draw a quick sketch
y-int = -30
x-int = 10/3 and -3
concave up
x>10/3
or
x<-3
-----------------------------------
If you like the case method.
3x-10/2(x+3) > 0
x cannot equal -3
so x > -3 or x < -3
If x > -3
3x-10 > 0
x>10/3
If x < -3
3x-10<0
x<10/3
So x > 10/3 or x < -3
------------