Is the method I used an efficient way of getting the answers to my titled question? From... $$\vert x-3 \vert + \vert x-4 \vert = 9$$ The way I solved this was to assume that each abs value was positive first giving: $$x-3 + x- 4 = 9 $$ $$2x- 7 = 9$$ $$x = -1$$ Then assuming they are both negative: $$-(x-3) + -(x-4) = 9$$ $$-x+3-x+4= 9$$ $$-2x+7= 9$$ $$x = 8$$
Solutions: $x = -1$ and $x= 8$

Take three intervals $$-\infty<x<3$$ $$3\leq x < 4$$ $$4\leq x<\infty$$ Then for first interval $$-(x-3)-(x-4)=9$$ $$2x-7=-9 \Longleftrightarrow x=-1$$
For second interval $$(x-3)-x+4=9$$ $$1=9$$ which is absurd
Finally for last interval $$2x-7=9\Longleftrightarrow x=8$$
NOTE:Your answers are wrong..You are not preserving equality when adding or subtracting numbers from your equations.