document.write( "Question 1116225: HOW do I do this?:\r
\n" ); document.write( "\n" ); document.write( "Solve each absolute value inequality and show it's solution set:
\n" ); document.write( "a)|x|≤3
\n" ); document.write( "b)|3−x|<5
\n" ); document.write( "c)|4g−5|>17
\n" ); document.write( "d)|4x+1|<21
\n" ); document.write( "

Algebra.Com's Answer #731102 by greenestamps(13200)\"\" \"About 
You can put this solution on YOUR website!


\n" ); document.write( "(1) The inequality

\n" ); document.write( "\"abs%28x-a%29%3C=b\"

\n" ); document.write( "where b is a non-negative number, means the value of x-a is between -b and b:

\n" ); document.write( "\"-b+%3C=+x-a+%3C=+b\"

\n" ); document.write( "As an example, suppose the inequality is

\n" ); document.write( "\"abs%28x-3%29+%3C=+7\"

\n" ); document.write( "We can find the solution set using the pattern shown above:

\n" ); document.write( "\"-7+%3C=+x-3+%3C=+7\"
\n" ); document.write( "\"-4+%3C=+x+%3C=+10\"

\n" ); document.write( "The solution set in interval notation is [-4,10]

\n" ); document.write( "(2) Here is another way of interpreting the same inequality

\n" ); document.write( "This interpretation is helpful when the inequalities get more complicated.

\n" ); document.write( "The inequality

\n" ); document.write( "\"abs%28x-a%29%3C=b\"

\n" ); document.write( "means the difference between x and a is less than or equal to b. On a number line, that means x can be any number whose distance from a is at most b.

\n" ); document.write( "So the same example as above,

\n" ); document.write( "\"abs%28x-3%29+%3C=+7\"

\n" ); document.write( "has as its solution set all the numbers whose distance from 3 is at most 7.

\n" ); document.write( "This is easy to see on a number line; 7 to the left of 3 is -4, and 7 to the right is 10, so the solution set is all values of x from -4 to 10.

\n" ); document.write( "Note that for the inequality \"abs%28x-3%29+%3E+7\" the solution set is all values of x that are OUTSIDE the interval from -4 to 10. So the solution set for that inequality would be (-infinity, -4) union (10,infinity).

\n" ); document.write( "Solving that kind of inequality with the first method requires solving two equations separately; with the second method you simply have a solution set that is all the values that are NOT between -4 and 10 on the number line.

\n" ); document.write( "You can use either of these interpretations to solve each of your examples. If you really want to learn about solving inequalities, you should solve each of your examples by BOTH methods.

\n" ); document.write( "Here are some hints for helping you with your examples:
\n" ); document.write( "(a) \"abs%28x%29\" is the same as \"abs%28x-0%29\"
\n" ); document.write( "(b) \"abs%283-x%29\" is the same as \"abs%28x-3%29\"
\n" ); document.write( "(c) You can divide both sides of an inequality by a positive constant. So \"abs%284g-5%29%3E17\" is equivalent to \"abs%28g-5%2F4%29%3E17%2F4\". Note also in this problem the solution set is the set of values for which the absolute value of the expression is GREATER THAN some number. So the solution set will be the set of all numbers OUTSIDE of some interval -- that is, it will be the union of two intervals.
\n" ); document.write( "(d) Again divide both sides by 4 to get \"abs%28x%2B1%2F4%29%3C21%2F4\"
\n" ); document.write( "
\n" );