$$\left | \log(xx_{1}) \right |+\left | \log(xx_{2}) \right |+\left | \log\frac{x}{x_{1}} \right |+\left | \log\frac{x}{x_{2}} \right |= \left | \log x_{1}+\log x_{2} \right |$$
Please kindly help with this, I can't figure out how to proceed. Thanks in advance!
At least $(1,1,1)$ is a solution.
The pesky bits here are the absolute value function $\lvert . \rvert$ applications, they can be removed if one does the case distinctions on the arguments. $$ \lvert x \rvert = \begin{cases} x & x\ge 0 \\ -x & x < 0 \end{cases} $$
There are $5$ arguments, so one has to deal with $2^5 = 32$ cases at worst.
Then log computation rules can be used to simplify.