solving equation involving absolute values

48 Views Asked by At

Given the equation

$|x+2| + |3x+6| = 8,$

how can I find the sum of all its roots?

1

There are 1 best solutions below

2
On BEST ANSWER

It's easy if you notice that $|3x+6| = 3|x+2|$.

So:

$\begin{align} |x+2| + |3x+6| &= 8 \\ |x+2| + 3|x+2| &= 8 \\ 4|x+2| &= 8 \\ |x+2| &= 2\end{align}$

Can you finish?