/ 3 \ / 3 2 \ log\x - x + 10/ > log\x + 5*x - 6*x/
log(x^3 - x + 10) > log(-6*x + x^3 + 5*x^2)
Or(And(-1 < x, x < 0), And(1 < x, x < 2))
((-1 < x)∧(x < 0))∨((1 < x)∧(x < 2))
(-1, 0) U (1, 2)
x in Union(Interval.open(-1, 0), Interval.open(1, 2))