Can someone please explain how we change signs in the steps below?
3-steps approach for complex problems
Let’s consider following examples,
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)
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)
(Optional) The following illustration may help you understand how to open modulus at different conditions.
Image
Answer: 0