__________ \/ 11 - 2*x 6 - x ------------ < -------- 5*x - 11 5*x - 11
sqrt(11 - 2*x)/(5*x - 11) < (6 - x)/(5*x - 11)
(11/5, 5) U (5, 11/2]
x in Union(Interval.open(11/5, 5), Interval.Lopen(5, 11/2))
Or(And(x <= 11/2, 5 < x), And(11/5 < x, x < 5))
((x <= 11/2)∧(5 < x))∨((11/5 < x)∧(x < 5))