SOLUTION: Hi, I am confused on how to do this one. |x-3|+4|x+2|>17

Algebra ->  Absolute-value -> SOLUTION: Hi, I am confused on how to do this one. |x-3|+4|x+2|>17      Log On


   



Question 1192919: Hi, I am confused on how to do this one.
|x-3|+4|x+2|>17

Found 2 solutions by Theo, greenestamps:
Answer by Theo(13342) About Me  (Show Source):
You can put this solution on YOUR website!
see my worksheet below.
see my comments below the worksheet.



the basic definition of absolute value is:

abs(x) = x, if x is positive.
abs(x) = -x, if x is negative.

by x, they mean the expression within the absolute value sign.
for example:
abs(x-3) is equal to (x-3), if the expression (x-3) is positive.
abs(x-3) is equal to -(x-3), if the expression (x-3) is negative.

so you have to break up abs(x-3) into two parts.
the first part is (x-3).
the second part is -(x-3).

that's the concept behind solving this problem.
my worksheet does that.
it breaks the problem up into:
++ ----- (x-3) + 4(x+2) > 17
-- ----- -(x-3) - 4(x+2) > 17
+- ----- (x-3) - 4(x+2) > 17
-+ ----- -(x-3) + 4(x+2) > 17
and solves each one separately.
the solutions were:
x > 2.4
x < -4.4
x < -9.3
x > 2
x > 2.4 is superfluous because it's covered by x > 2.
x - 9.3 is superfluous because it's covered by x < 4.4.
x > 2 or x < 4.4 are your solutions.

i graphed the equation of abs(x-3) + 4 * abs(x+2) = y and y = 17 to show you how that looks graphically.
that's shown below.



let me know if you have any questions.
theo


Answer by greenestamps(13200) About Me  (Show Source):
You can put this solution on YOUR website!


abs%28x-3%29%2B4%2Aabs%28x%2B2%29%3E17

The critical points of the function on the left (where the behavior of the function changes) are at x=3 and x=-2. To solve the inequality, look for solutions on three intervals: (1) -infinity to -2; (2) -2 to 3; and (3) 3 to infinity.

(1) -infinity to -2....

On this interval, |x-3| = -x+3 and |x+2| = -x-2

%28-x%2B3%29%2B4%28-x-2%29%3E17
-x%2B3-4x-8%3E17
-5x-5%3E17
-22%3E5x
x%3C-22%2F5
x%3C-4.4

This solution is completely within the interval we are working in, so it is part of the solution to the inequality.

ANSWER (first part): Part of the solution set is the interval (-infinity,-4,4)

(2) -2 to 3....

On this interval, |x-3| = -x+3 and |x+2| = x+2

%28-x%2B3%29%2B4%28x%2B2%29%3E17
-x%2B3%2B4x%2B8%3E17
3x%2B11%3E17
3x%3E6
x%3E2

In the interval from -2 to 3, the only part that is in the solution set is x>2.

ANSWER (second part): Part of the solution set is the interval (2,3]

(3) 3 to infinity....

On this interval, |x-3| = x-3 and |x+2| = x+2

%28x-3%29%2B4%28x%2B2%29%3E17
x-3%2B4x%2B8%3E17
5x%2B5%3E17
5x%3E12
x%3E2.4

This inequality is satisfied on the entire interval we are working in, so this entire interval is part of the solution set.

ANSWER (third and last part): Part of the solution set is the interval [3,infinity).

ANSWER: The solution set of the inequality is the union of the three solution sets we found in the three intervals: (-infinity, -4.4) U (2,infinity)

A graph of the absolute value function (red) and the constant function 17 (green) shows the behavior of the absolute value function changing at x=-2 and x=3; and it shows the absolute value function being greater than 17 to the left of x=-4.4 and to the right of x=2.

graph%28600%2C340%2C-6%2C4%2C-4%2C30%2Cabs%28x-3%29%2B4%2Aabs%28x%2B2%29%2C17%29