I am trying to solve this (knowing that $w$ is bigger than zero and real):
$$|1-\frac{7}{6}w-\sqrt{19}|=|1-\frac{7}{6}w+\sqrt{19}|$$
I put it into wolframalpha and it spat out $w = 6/7$, but how is that possible when the $w$-part is the same on each side??
\begin{align*}\left|1-\frac76w-\sqrt{19}\right|=\left|1-\frac76w-\sqrt{19}\right|&\iff\left(1-\frac76w-\sqrt{19}\right)^2=\left(1-\frac76w+\sqrt{19}\right)^2\\&\iff-2\left(1-\frac76w\right)\sqrt{19}=2\left(1-\frac76w\right)\sqrt{19}\\&\iff1-\frac76w=0\\&\iff w=\frac67.\end{align*}