SOLUTION: x is greater than 1 or less than -2

Algebra ->  Test -> SOLUTION: x is greater than 1 or less than -2       Log On


   



Question 169388: x is greater than 1 or less than -2
Found 2 solutions by Mathtut, gonzo:
Answer by Mathtut(3670) About Me  (Show Source):
Answer by gonzo(654) About Me  (Show Source):
You can put this solution on YOUR website!
problem:
x is greater than 1 or less than -2
-----
this would be shown as:
x < -2
or
x > 1
-----
interval notation would look like this:
(-infinity,-2) U (1,infinity)
interval line would look like this:
<-------- (--infinity =========== -2) U (1 =========== infinity)----->
that means that x is greater than - infinity and less than -2
OR (the U is an OR symbol)
x is greater than 1 and less than infinity.
-----
the ======= is a fat line which represents the active interval.
the ------- is a skinny line which represents the rest of the interval line not actually part of the active interval.
-----
in interval notation,
(k means x is greater than k
[k means x is greater than or equal to k
k) means x is smaller than k
k] means x is smaller than or equal to k
-----
example:
(-5,10]
means x is greater -5 and less than or equal to 10.
this interval would be shown as -5 < x <= 10
the interval line would look like <----------- (-5 ======== 10] -------->
-----
another example:
[20,100)
means x is greater or equal to 20 and less than 100.
this interval would be shown as 20 <= x < 100.
the interval line would look like <----------- [20 ======== 100) -------->
-----
in your example, the interval line had to be split because the values of x were on the ends of the interval line rather than in the middle.