-(x-3)>8 or (x-3)>8
-x + 3 >8 or +x -3 >8
-x >5 or +x>11
x <-5 or x > 11
=================
check
if x = -6
l -6 - 3 l > 8
9 > 8 yes
if x = 12
l 12 - 3 l > 8
9>8 yess
I have to solve for x >>> l x - 3 l > 8
4 answers
Wait, where did you get -6 and 12 from to check?
I picked numbers just outside the allowed range.
|x - 3| > 8.
x - 3 > +- 8,
x > (+-8) + 3,
X > 11.
X > -5.
x - 3 > +- 8,
x > (+-8) + 3,
X > 11.
X > -5.