Question 989036
.
{{{abs(7+x/2)>4}}}
{{{7+x/2>4}}} or {{{7+x/2<-4}}}
{{{x/2>-3}}} or {{{x/2<-11}}}
{{{x>-6}}} or {{{x<-22}}}
{{{ graph( 800, 800, -25, 25, -25, 25, x<-22, x>-6) }}}
.
 The gap from x=-22 to x=-6 is not included.