We're learning about domains and setbuilder notation in school at the moment, and I want to make sure what I did was right.
My thought process: \begin{align*} -\frac12|4x - 8| - 1 &< -1 \\ -\frac12|4x - 8| &< 0 \\ |4x - 8| &> 0 \end{align*} $x =$ all real numbers.
{real numbers} :
<||||||||||[0]|||||||||>
{x| x is any real number}
{whole numbers}
... <----[-2]---[-1]---[0]---[1]---[2]---> ...
{x|...-2,-1,0,1,2...}
First let's consider how absolute-value is defined:
$$ |a| = \begin{cases} a, & \text{if } a \geq 0, \\ -a, &\text{if } a \lt 0. \end{cases} $$
Therefore,
$$4x-8 > +0\phantom{.}$$
$$4x-8 < -0.$$
Now, solve for $x$ to get the answer:
$$x > 2\phantom{.}$$
or $$x < 2.$$
Note: This is same as $$ x \neq 2.$$