Question 750220
Every term is a multiple of 3, so we divide it out to get


{{{
abs(-2-m)>7
}}}

Since both terms in the absolute value have the same sign we can rewrite it as


{{{
abs(m+2)>7
}}}



which means
m+2< -7  or m+2>7
m<-9   or   m>5



:)