Inequality

INEQUALITIES AND THE NUMBER LINE






INEQUALITIES

Have you ever gone shopping on a budget? Let's say you are buying a friend a birthday gift and you only have $100.
Obviously, whatever you buy will have to be less than $100 or at most equal to $100.

In the above problem, if the potential price of the gift about to be bought was designated as our solution, then the solution is not just one number, but entire range of numbers (at least it is before you go shopping).
To illustrate this further, let the letter p represent "the potential price of the gift about to be bought."
Then p < 100 or p = 100

We'll be going back to this problem in just a minute, but first I have to introduce two new symbols: £ and ³.

£ is similar to "<" but it means "less than or equal to"
So if I wrote "n £ 6" then n could be 6, or any other number less than 6.
Possible values for n would include {6, 5, 3.2, 1/2, 0, -3} just to name a few.
However if I wrote "n < 6" then n could not be 6 itself, but only numbers less than 6.



³ is similar to ">" but it means "greater than or equal to"
So if I wrote "n ³ 6" then n could be 6, or any other number greater than 6.
Possible values for n would include {6, 7, 8.2, 9 1/2, 100, 3,000,000} just to name a few.
However if I wrote "n > 6" then n could not be 6 itself, but only numbers greater than 6.

Going back to our shopping example we could write:
p £ 100. [Remember, p represents the prices that we could afford for a birthday gift, where our maximum is $100]

Now this is well and good, but there are a lot of numbers less than $100.
$0.25 is less than $100 too, but unless your going to wrap up a gumball, you need a lower limit as well as an upper limit.

All right let's say you intend to spend at least $65.
Then we could say p ³ 65 (p could be 65 or any number higher than 65).
p ³ 65 is the same statement as 65 £ p (65 is less than p or 65 = p)
So we now have two statements regarding p: one a lower limit, and one an upper limit.
65 £ p and p £ 100
We could put these two statements together by writing 65 £ p £ 100.

All of the statements that you have seen involving <, >, £, and ³ are called inequalities Let's look at a few more examples of inequalities

Example 1

5 ³ n > -1

this statement has two parts 5 ³ n and n > -1

Let's look at the first part: 5 ³ n (which means the same as n £ 5)
This basically says that 5 = n or 5 is greater than n
Thus n could be 5, 4, 3, 0, -3, -4, etc.

The second part says n > -1 (which is same as -1 < n)
So n cannot equal -1, but it is greater than -1
Thus n could be -0.9, 0, 1, 2, 4, 5, 7, etc.

Putting the two statements together we have the range of numbers between -1 (not included) and 5 (included).

Example 2

-5 < n £ -1

-5 < n means that -5 is less than n, but n cannot equal -5.
Thus n could be -4.9, -4, -3, 0, 1, 2, etc.

n £ -1 means n is less than -1 or n is equal to -1.
Thus n could be -1, -2, -3, etc.

Putting both statements together we have the range of numbers between -5 (not included) and -1 (included)
Before going to to a shorthand notation of writing inequalities, let's make sure you understand the concept of inequalities with a few exercises.






In each of the exercises you will be given an inequality involving n.
After that, there will be four possible values for n.
Three of the values are possible, and one is not possible given the constraints of the inequality.
Choose the one that is not possible.


Exercise 1

5 £ n < 8


5
6 1/3
7
8

Go to the next problem
Go to the top of this page
Go to the next section
Go to the number line/negative home page


Exercise 2

0 ³ n > -1


-2
-0.58
0
-5/23

Go to the next problem
Go to the top of this page
Go to the next section
Go to the number line/negative home page


Exercise 3

66 ³ n ³ 1


1
66
33
77

Go to the next problem
Go to the top of this page
Go to the next section
Go to the number line/negative home page


Exercise 4

3 £ n < 3.4


3
3.14
3.4
3.0006

Go to the next problem
Go to the top of this page
Go to the next section
Go to the number line/negative home page


Exercise 5

20 < n < 25


21
22
20
24.9

Go to the top of this page
Go to the next section
Go to the number line/negative home page



OPENED AND CLOSED SETS

Okay now that you understand inequalities, it’s time to explore the shorthand way of writing a number range
(also known as a number interval).

We will be using the parenthesis and bracket symbols“(“, “)”, “[“, and “]”.
We’ll use “(“ or “)” when a number is not included in the range and “[“ or “]” when a number is included in the range.

Using this equipment let’s look at the inequalities mentioned in the preceding section

First we had p £ 100
This could be expressed as (-¥,100]

Notice that -¥ has a “(“ before it-We will always use the parenthesis symbols whenever we refer to -¥ or ¥.
Notice that the 100 has a “]” next to it since it is being included in our range.

Next we had p ³ 65
This could be expressed as [65,¥)

Notice that ¥ has a “)“ after it and the 65 has a “[” before it since it is being included in our range.

Putting these two lines together we had the inequality 65 £ p £ 100
which would be written as [65,100]

Note: if we use set notation we could write (-¥,100] Ç [65,¥) = [65,100]
In example 1 we had the inequality 5 ³ n > 1 which meant all of the numbers between -1 (not included) and 5 (included)
This could be written as (-1,5]

In example 2 we had the inequality -5 < n £ -1
Which would be written as (-5,-1]

A number range enclosed in parenthesis is called an open set.
One example of an open set: (1,3) meaning all of the numbers between 1 and 3 where 1 and 3 are not included, and equivalent to the inequality 1 < n < 3.

A number range enclosed in square brackets is called a closed set.
One example of a closed set: [1,3] meaning all of the numbers between 1 and 3 where 1 and 3 are included, and equivalent to the inequality 1 £ n £ 3.




In these first five exercises you will be given a number interval and asked to choose the equivalent inequality.


Exercise 1

[-10,-5]


-10 < n £ -5
-10 £ n < -5
-10 £ < n £ -5
-10 < n < -5

Go to the next problem
Go to the top of this page
Go to the next section
Go to the number line/negative home page


Exercise 2

(0,4]


4 > n > 0
4 ³ n ³ 0
4 > n ³ 0
4 ³ n > 0

Go to the next problem
Go to the top of this page
Go to the next section
Go to the number line/negative home page


Exercise 3

(10.2,10.4)


10.2 < n £ 10.4
10.2 £ n < 10.4
10.2 £ < n £ 10.4
10.2 < n < 10.4

Go to the next problem
Go to the top of this page
Go to the next section
Go to the number line/negative home page


Exercise 4

[3/5,9/10)


9/10 < n ³ 3/5
9/10 ³ n < 3/5
9/10 ³ < n ³ 3/5
9/10 < n < 3/5

Go to the next problem
Go to the top of this page
Go to the next section
Go to the number line/negative home page


Exercise 5

[-1,1]


-1 < n £ 1
-1 £ n < 1
-1 £ < n £ 1
-1 < n < 1

Go to the top of this page
Go to the next section
Go to the number line/negative home page



In these five exercises you will be given an inequality and be asked to choose the equivalent number interval.


Exercise 6

5 > n ³ -2


[-2,5]
[-2,5)
(-2,5)
(-2,5]

Go to the next problem
Go to the top of this page
Go to the next section
Go to the number line/negative home page


Exercise 7

-2/3 < n £ -1/3


[-2/3,-1/3]
[-2/3,-1/3)
(-2/3,-1/3)
(-2/3,-1/3]

Go to the next problem
Go to the top of this page
Go to the next section
Go to the number line/negative home page


Exercise 8

-2.5 < n < 1


[-2.5,1]
[-2.5,1)
(-2.5,1)
(-2.5,1]

Go to the next problem
Go to the top of this page
Go to the next section
Go to the number line/negative home page


Exercise 9

2 £ n < 3


[2,3]
[2,3)
(2,3)
(2,3]

Go to the next problem
Go to the top of this page
Go to the next section
Go to the number line/negative home page


Exercise 10

2 ³ n ³ -2


[-2,2]
[-2,2)
(-2,2)
(-2,2]

Go to the top of this page
Go to the next section
Go to the number line/negative home page







GRAPHING SETS ON THE NUMBER LINE

Now for the moment of truth! We're going to graphically display ranges on the number line.
What we'll do is color the number line between our parameters.
If one of the parameters is ¥ (or -¥) then the line will be colored from our one parameter onto ¥ (or -¥).
To distinguish between parameter included and excluded in the range, use the symbols "·" and "o" respectively.

Okay we have all of our equipment, it's time to dive into the pool.

Graph n ³ 2

|___|___|___|___|___|___|___·___|___|___|
¬ -5  -4  -3  -2  -1   0   1   2   3   4   5® 
Notice that 2 has a "·" on it, since it is being included.

Now we'll graph n < 2

|___|___|___|___|___|___|___o___|___|___|
¬ -5  -4  -3  -2  -1   0   1   2   3   4   5 ® 
This time there is a "o" by the 2, since it is not included.

One more, only this will be a little harder
graph the interval (-1,3]

Now -1 is not included, but 3 is included.

|___|___|___|___o___|___|___|___·___|___|
¬ -5  -4  -3  -2  -1   0   1   2   3   4   5 ® 




Now it's your turn. There are a total of 12 exercises below, separated into four sets.



In exercises 1 through 3 you'll be given an interval and asked to choose the correct number line


Exercise 1

[-2,0]


|___|___|___·___|___·___|___|___|___|___|
¬ -5  -4  -3  -2  -1   0   1   2   3   4   5 ® 
|___|___|___·___|___o___|___|___|___|___|
¬ -5  -4  -3  -2  -1   0   1   2   3   4   5 ® 
|___|___|___o___|___·___|___|___|___|___|
¬ -5  -4  -3  -2  -1   0   1   2   3   4   5 ® 
|___|___|___o___|___o___|___|___|___|___|
¬ -5  -4  -3  -2  -1   0   1   2   3   4   5 ® 

Go to the next problem
Go to the top of this page
Go to the next section
Go to the number line/negative home page


Exercise 2

(-4,-1]


|___·___|___|___·___|___|___|___|___|___|
¬ -5  -4  -3  -2  -1   0   1   2   3   4   5 ® 
|___o___|___|___·___|___|___|___|___|___|
¬ -5  -4  -3  -2  -1   0   1   2   3   4   5 ® 
|___·___|___|___o___|___|___|___|___|___|
¬ -5  -4  -3  -2  -1   0   1   2   3   4   5 ® 
|___o___|___|___o___|___|___|___|___|___|
¬ -5  -4  -3  -2  -1   0   1   2   3   4   5 ® 

Go to the next problem
Go to the top of this page
Go to the next section
Go to the number line/negative home page


Exercise 3

(-1,1)

|___|___|___|___·___|___o___|___|___|___|
¬ -5  -4  -3  -2  -1   0   1   2   3   4   5 ® 
|___|___|___|___o___|___·___|___|___|___|
¬ -5  -4  -3  -2  -1   0   1   2   3   4   5 ® 
|___|___|___|___o___|___o___|___|___|___|
¬ -5  -4  -3  -2  -1   0   1   2   3   4   5 ® 
|___|___|___|___·___|___·___|___|___|___|
¬ -5  -4  -3  -2  -1   0   1   2   3   4   5 ® 

Go to the top of this page
Go to the next section
Go to the number line/negative home page


Now you'll be given an inequality and asked to choose the correct graph


Exercise 4

3 < n £5

|___|___|___|___|___|___|___|___·___|___·
¬ -5  -4  -3  -2  -1   0   1   2   3   4   5 ® 
|___|___|___|___|___|___|___|___o___|___·
¬ -5  -4  -3  -2  -1   0   1   2   3   4   5 ® 
|___|___|___|___|___|___|___|___·___|___o
¬ -5  -4  -3  -2  -1   0   1   2   3   4   5 ® 
|___|___|___|___|___|___|___|___o___|___o
¬ -5  -4  -3  -2  -1   0   1   2   3   4   5 ® 

Go to the next problem
Go to the top of this page
Go to the next section
Go to the number line/negative home page


Exercise 5

-3 > n ³ -4

|___o___·___|___|___|___|___|___|___|___|
¬ -5  -4  -3  -2  -1   0   1   2   3   4   5 ® 
|___·___o___|___|___|___|___|___|___|___|
¬ -5  -4  -3  -2  -1   0   1   2   3   4   5 ® 
|___o___o___|___|___|___|___|___|___|___|
¬ -5  -4  -3  -2  -1   0   1   2   3   4   5 ® 
|___·___·___|___|___|___|___|___|___|___|
¬ -5  -4  -3  -2  -1   0   1   2   3   4   5 ® 

Go to the next problem
Go to the top of this page
Go to the next section
Go to the number line/negative home page


Exercise 6

n £5

·___|___|___|___|___|___|___|___|___|___·
¬ -5  -4  -3  -2  -1   0   1   2   3   4   5 ® 
o___|___|___|___|___|___|___|___|___|___·
¬ -5  -4  -3  -2  -1   0   1   2   3   4   5 ® 
|___|___|___|___|___|___|___|___|___|___·
¬ -5  -4  -3  -2  -1   0   1   2   3   4   5 ® 
|___|___|___|___|___|___|___|___|___|___o
¬ -5  -4  -3  -2  -1   0   1   2   3   4   5 ® 

Go to the top of this page
Go to the next section
Go to the number line/negative home page


Now I'm about to reverse things. You'll be given a number line and asked to choose the corressponding inequality


Exercise 7
o___|___|___|___|___|___|___|___·___|___|
¬ -5  -4  -3  -2  -1   0   1   2   3   4   5 ® 



-5 £ n £ 3
-5 < n £ 3
-5 £ n < 3
-5 < n < 3
Go to the next problem
Go to the top of this page
Go to the next section
Go to the number line/negative home page


Exercise 8
|___|___|___|___|___|___|___|___·___o___|
¬ -5  -4  -3  -2  -1   0   1   2   3   4   5 ® 



4 ³ n ³ 3
4 > n ³ 3
4 ³ n > 3
4 > n > 3
Go to the next problem
Go to the top of this page
Go to the next section
Go to the number line/negative home page


Exercise 9
|___o___|___|___|___|___|___|___|___|___|
¬ -5  -4  -3  -2  -1   0   1   2   3   4   5 ® 



n ³ -4
5 > n > -4
n > -4
5 ³ n > -4
Go to the top of this page
Go to the next section
Go to the number line/negative home page


For the last three problems you will be given a number line and be asked to choose the corresponding interval


Exercise 10
|___|___|___|___|___|___|___|___|___o___o
¬ -5  -4  -3  -2  -1   0   1   2   3   4   5 ® 



[4,5]
(4,5]
[4,5)
(4,5)
Go to the next problem
Go to the top of this page
Go to the next page
Go to the number line/negative home page


Exercise 11
·___|___|___|___|___|___|___|___|___|___·
¬ -5  -4  -3  -2  -1   0   1   2   3   4   5 ® 



[-5,5]
(5,5]
[5,5)
(5,5)
Go to the next problem
Go to the top of this page
Go to the next page
Go to the number line/negative home page


Exercise 12
|___|___|___|___|___·___|___|___|___|___|
¬ -5  -4  -3  -2  -1   0   1   2   3   4   5 ® 



[0,5]
[0,¥]
[0,¥)
(0,5)
Go to the next problem
Go to the top of this page
Go to the next page
Go to the number line/negative home page