SOLUTION: I don't understand inequalities. how does one translate this into simple English. -2x≤g(x)≤2x Thanks

Algebra ->  Finance -> SOLUTION: I don't understand inequalities. how does one translate this into simple English. -2x≤g(x)≤2x Thanks      Log On


   



Question 1003018: I don't understand inequalities. how does one translate this into simple English.
-2x≤g(x)≤2x
Thanks

Answer by josmiceli(19441) About Me  (Show Source):
You can put this solution on YOUR website!
Starting simple, suppose you have 2 quantities,
+a+ and +b+, then
(1) +a+%3E+b+ means:
[ quantity a ] is GREATER than [ quantity b ]
(2) +a+%3C+b+ means:
[ quantity a ] is LESS than [ quantity b ]
-------------------------------------------
Now if you add on the equals sign, you have:
(3) +a+%3E=+b+ means:
[ quantity a ] is GREATER than OR EQUAL to [ quantity b ]
(4) +a+%3C=+b+ means:
[ quantity a ] is LESS than OR EQUAL to [ quantity b ]
--------------------------------------------------
You have to keep in mind that +-3+%3E+-7+ is a true statement
The quantities can be any number on the number line
--------------------
A potential sticky point is the following:
If you divide both sides by a negative number, then the
inequality sign has to be reversed.
Example:
+10+%3E5+
Divide both sides by +-5+
+10%2F%28-5%29+%3E+5%2F%28-5%29+
+-2+%3E+-1+ oh-oh, this is NOT TRUE, but if
I reverse the inequality sign,
+-2+%3C+-1+ OK now
---------------------
As for your example, it reads:
The function +g%28x%29+ is LESS THAN OR EQUAL to +2x+
and +g%28x%29+ is also GREATER THAN OR EQUAL to +-2x+
------------------------------------------------
You don't have to put this on one line
You can break it up into 2 statements:
+-2x+%3C=+g%28x%29+
+g%28x%29+%3C=+2x+
-----------------
Also note that you can spin the inequality around and
it's still true:
+g%28x%29+%3E=+-2x+ is perfectly valid also
------------------
You can treat inequalities just like equations by adding,
subtracting, multiplying, dividing both sides by the
same quantity EXCEPT the special case of dividing by
a negative number just noted.
Hope this helps