What's wrong with writing the state "x<2 or x>5" as 5<x<2?

What's wrong with writing the state "x<2 or x>5" as 5<x<2

2 Answers
Sep 13, 2017

See explanation.

Explanation:

Those statements describe different sets of numbers:

First one describes numbers which are either less than 22 or greater than 55. In other words it describes interval:

x in (-oo;2) uu (5;+oo)x(;2)(5;+)

The second statement describes numbers which are greater than 55 and less than 22, but there are no such numbers. If a number is greater than 55 it is also greater than 22.
So the second statement describes an empty set.

Sep 13, 2017

5 < x < 25<x<2 implies that xx must be both > 5>5 and < 2<2

Explanation:

There are no values of xx which satisfy 5 < x < 25<x<2

For example, if x=6x=6 so that 5 < x5<x
then x cancel(<) 2

x < 2 or x >5 has many solutions
since only one of the conditions needs to be met for the qualification to be true.