/ / / ___\ \\
| | -\3 - 100*\/ 5 / ||
Or|And(-oo < x, x < -1), And|x < 100, ----------------- < x||
| | ___ ||
\ \ 3 + \/ 5 //
$$\left(-\infty < x \wedge x < -1\right) \vee \left(x < 100 \wedge - \frac{3 - 100 \sqrt{5}}{\sqrt{5} + 3} < x\right)$$
((-oo < x)∧(x < -1))∨((x < 100)∧(-(3 - 100*sqrt(5))/(3 + sqrt(5)) < x))
/ ___\
-\3 - 100*\/ 5 /
(-oo, -1) U (-----------------, 100)
___
3 + \/ 5
$$x\ in\ \left(-\infty, -1\right) \cup \left(- \frac{3 - 100 \sqrt{5}}{\sqrt{5} + 3}, 100\right)$$
x in Union(Interval.open(-oo, -1), Interval.open(-(3 - 100*sqrt(5))/(sqrt(5) + 3), 100))