Question 788385
{{{abs(5-x)>=3}}}

means

{{{5-x >= 3}}}  
or  
{{{5-x <=-3}}}

which lead us to

{{{x<=2}}}

or
{{{x>=8}}}


ie

(-oo,2)U(8,oo)