I am trying to solve some practice problems and found this one which I can't solve:
Find all the positive integers such that $n+7$ is divisible by $3n-1$
So far I have tried using the usual properties such as $a|b$ then $a|bc$ ; $a|b$ and $a|c$ then $a|bx+cy$ ; etc but I can't get to anything useful. Just by looking, apparently the answers should be 1 and 4 but that's all I can get.
Here on mathstack I was able to find some similar ones but that only have a number (i.e: 7|[whatever expression] but I don't see how to relate them to mine) If possible, please avoid using congruence for the solution.

Since $3n-1$ divides it self and $3\cdot (n+7)$ we have $$3n-1\mid 3(n+7)-(3n-1)$$ so $3n-1\mid 22$ which means $$3n-1\in\{1,2,11,22,-1,-2,-11,-22\}$$
so $$3n\in\{2,3,12,23,0,-1,-10,-21\}$$
so $$3n\in\{3,12,0,-21\}\implies n\in\{1,4,0,-7\}$$
so we found all integer solutions.