It is very dangerous to assume that an unknown number is one (or zero or minus 1). Those numbers have special properties, which means that using them as examples may be misleading.
In any case, the problem involves an unspecified, and therefore unknown, parameter. You are missing the power of generalization when you think in terms of a specific example.
This SECOND problem (which should be in its own thread) involves nothing more than simple algebra.
[math]
\text {Given: } k > 0 \text { and } |x + 3k| < 4|x - k| \implies\\
x^2 + 6kx + 9k^2 < 16x^2 - 32kx + 16k^2 \implies 0 < 15x^2 - 38kx + 7k^2 = (3x - 7k)(5x - k) \implies\\
\text {CASE I: } 3x - 7k < 0 \text { and } 5x - k < 0 \implies x < \dfrac{7k}{3} \text { AND } x < \dfrac{k}{5} \implies\\
x < \dfrac{k}{5} \ \because \dfrac{1}{5} < 1 < \dfrac{7}{3} \text { and } k > 0 \implies \dfrac{k}{5} < \dfrac{7k}{3}.\\
\text {CASE II: } 3x - 7k > 0 \text { and } 5x - k > 0 \implies x > \dfrac{7k}{3} \text { AND } x > \dfrac{k}{5} \implies\\
x > \dfrac{7k}{3} \ \because \dfrac{7k}{3} > \dfrac{k}{5} \text { as previously shown.}\\
\text {Combining cases, we get } x < \dfrac{k}{5} \text { OR } x >\dfrac{7k}{3}.
[/math]
You are making this way too hard for yourself.