$$\big\lvert 6\lvert x\rvert -8\big\rvert = a+x$$
I know this should be done graphically, looking at each case and seeing for which $a$ will it intersect the $x$-axis the most times, but I can't seem to get this one right. Graphing is tedious and I almost always end up with with five more or five integer solutions than I am supposed to.
Is there a way other than a graphical to do this? How? Also, a graphical actual solution would be nice.

You can do it with no graphic like that:
For $x\leq-\dfrac 43$, then you have $-8-6x=a+x$ of potential solution $x=\dfrac{-a-8}{7}$. Since $x\leq-\dfrac 43$, you have $a\geq\dfrac 43$ as a condition
For $-\dfrac 43\leq x\leq0$ you have $8+6x=a+x$ of potential solution $x=\dfrac{a-8}{5}$. Since $-\dfrac 43\leq x\leq0$, you have $8\geq a\geq\dfrac 43$ as a condition
For $0\leq x\leq \dfrac 43$ you have $8-6x=a+x$ of potential solution $x=\dfrac{8-a}{7}$. Since $0\leq x\leq \dfrac 43$, you have $8\geq a\geq -\dfrac 43$ as a condition
For $\dfrac 43\leq x$ you have $6x-8=a+x$ of potential solution $x=\dfrac{a+8}{5}$. Since $\dfrac 43\leq x$, you have $a\geq -\dfrac 43$ as a condition
You combine everything and get $\dfrac 43\leq a\leq 8$ as the optimum range for which you will have four possible solutions.