Seems pretty straight-forward but I'm a bit confused with the modulus and inequality.
So I know that if
$|x-1|>3$
because the entire equation on the left is within the modulus we can write
$x-1>3$ or $x-1<-3$
I also know that if $y<0$
$y|x-1|>3$
Can be written as
$|x-1|<3/y$
But what do we do with
$x|x-1|<3$
Can we break it down further without trying to input values?


Let's do it like this. For $x>1$ the equation is equivalent to $x(x-1)<3$ this gives $x^2-x-3<0$ Roots of this equation are $$\frac{1+\sqrt{13}}{2}, \frac{1-\sqrt{13}}{2}$$ So this gives the range $x\in(1, \frac{1+\sqrt{13}}{2})$
For $x<1$ the equation is $-x(x-1)<3$ or $x^2-x+3>0$ this always satisfied for any values of $x$. Hence $x\in(-\infty, \frac{1+\sqrt{13}}{2})$, taking $x$ to be integers would make this $x\le2$.