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$
