Note that
Any x in (-inf, 1) will produce negative / negative = positive
Any x in (1, 2) will produce negative / positive = negative
Any x in (2, 3) will produce pos / pos = pos = true
Any x in (3, 4) will produce neg/ pos = neg = false
Any x in (4, 5) will produce pos/ pos = pos = true
Any x in (5, 6) will produce pos/ neg = neg = false
Any x in (6, inf) will produce pos/ pos = pos = true
So.....the intervals that make this true are (-inf, 1) U (2,3) U (4,5) U (6, inf)
See the graph here : https://www.desmos.com/calculator/ltejhjzirj
