SOLUTION: Solve the absolute valye inequality and graph your solution on a number line. 1. |x +3| < 4 2. |x - 5| > 2 3. |2x + 4| > 6 3.5 |2x - 4| > 6 4. [2x + 1] < 5 5. [

Algebra ->  Absolute-value -> SOLUTION: Solve the absolute valye inequality and graph your solution on a number line. 1. |x +3| < 4 2. |x - 5| > 2 3. |2x + 4| > 6 3.5 |2x - 4| > 6 4. [2x + 1] < 5 5. [      Log On


   



Question 550593: Solve the absolute valye inequality and graph your solution on a number line.
1. |x +3| < 4

2. |x - 5| > 2
3. |2x + 4| > 6
3.5 |2x - 4| > 6
4. [2x + 1] < 5
5. [x] -4 > 5
6. [x] +6 < 10



Answer by Edwin McCravy(20060) About Me  (Show Source):
You can put this solution on YOUR website!
To remove the absolute value bars of

      |Ax + B| < C  , where C is a positive number, write this:

    
        -C < Ax + B < C

Then solve that for x in the middle.  The solution set will
usually be of the form:

            (D, E) 

Your example 4:

          |2x + 1| < 5

      -5 < 2x + 1 < 5

Add -1 to all three sides:

        -6 < 2x < 4

Divide through by 2 (That will NOT reverse the < signs)

         -3 < x < 2

Graph:

---------o===================o--------
-5  -4  -3  -2  -1   0   1   2   3   4

Interval notation:

         (-3, 2)


 [x] +6 < 10

Your example 6:

          |x| + 6 < 10

Isolate the |x| by subtracting 6 from both sides:

             |x| < 4


           -4 < x < 4

Graph:

-----o===============================o--------
-5  -4  -3  -2  -1   0   1   2   3   4   5   6

Interval notation:

         (-4, 4)


---------------------------------------

To remove the absolute value bars of

      |Ax + B| > C  , where C is a positive number, write this:

    
   Ax + B < -C  OR  Ax + B > C

Then solve that for x in each part, leaving the word "OR" between them

The solution usually will be of this form:

      (-infinity, D) U (E, infinity)

Your example 2:

              |x - 5| > 2 

       x - 5 < -2 OR x - 5 > 2

Add 5 to borth sides of both parts:

            x < 3 OR x > 7

Graph:

<====================o---------------o===========>
-2  -1   0   1   2   3   4   5   6   7   8   9  10

Solution set:

     (-infinity, 3) U (7,infinity)

Edwin

------------------------------------------