gmatblast
Can somebody explain how stolyar got this ?
Quote:
Eq=0, when we solve the equation, we will get that [-5...-1] is the solution. In other words the INFINITE number of solutions. Is it sufficient to answer the initial question? I don't know
How the solution set is arrived at as [-5......-1]?
One way to solve this type of problem is to solve the problem in "each interval of interest" -- i.e., an interval where the sign of an expression will not change inside the | | signs. This way, you can solve the problem by taking out the || sign for that interval.
The original expression is:
|x+1|+|x-1|+|x+5|-|x-5|
and we set it equal to zero.
Let's look at the interval between -1 and -5. If -1<x<-5 then
|x+1| is always negative so we can replace it with -(x+1);
|x-1| is always negative so we can replace it with (x-1)
|x+5| is always positive so we can replace it with (x+5)
|x-5| is always negative so we can replace it with -(x+5).
Now we have:
(x+1)-(x+1)+(x+5)+(x-5) = 0 or
0 = 0
which means that in the interval -1<x<5, x can take on any value.
If you try to solve for any other interval you will not be able to get any solutions. Hence, the answer is: [-5,-1] (i.e.; the interval between -5 and -1 inclusive) which has an infinite number of values in the real number domain.