SOLUTION: (parenthesis represent absolute value symbols) How do you solve this using the case method: (x+3)<(x)

Algebra ->  Inequalities -> SOLUTION: (parenthesis represent absolute value symbols) How do you solve this using the case method: (x+3)<(x)      Log On


   



Question 358024: (parenthesis represent absolute value symbols)
How do you solve this using the case method:
(x+3)<(x)

Answer by Fombitz(32388) About Me  (Show Source):
You can put this solution on YOUR website!
Case method??
x%2B3%3Cabs%28x%29
x%2B3%3Cx and x%2B3%3C-x
3%3C0 and 2x%3C-3
x%3C-3%2F2
.
.
.
Graphical verification:
abs%28x%29%3Ex%2B3
Absolute value function (red)
Linear function (green)
.
.
.