In the following example of 3-steps approach for complex problems
Example #1
Q.: |x+3|−|4−x|=|8+x||x+3|−|4−x|=|8+x|. How many solutions does the equation have?
Solution: There are 3 key points here: -8, -3, 4. So we have 4 conditions:
a)
x<−8x<−8. −(x+3)−(4−x)=−(8+x)−(x+3)−(4−x)=−(8+x) --> x=−1x=−1. We reject the solution because our condition is not satisfied (-1 is not less than -8)
Can any one please explain me how x<-8 because whenever I am doing it I am getting x>=-8 for both |8+x| and -|8+x|b) −8≤x<−3−8≤x<−3. −(x+3)−(4−x)=(8+x)−(x+3)−(4−x)=(8+x) --> x=−15x=−15. We reject the solution because our condition is not satisfied (-15 is not within (-8,-3) interval.)
c) −3≤x<4−3≤x<4. (x+3)−(4−x)=(8+x)(x+3)−(4−x)=(8+x) --> x=9x=9. We reject the solution because our condition is not satisfied (-15 is not within (-3,4) interval.)
d) x≥4x≥4. (x+3)+(4−x)=(8+x)(x+3)+(4−x)=(8+x) --> x=−1x=−1. We reject the solution because our condition is not satisfied (-1 is not more than 4)