Hi ananya88888888888,Short answer: there is no third case, because zero is already sitting inside one of the two cases.
To drop the absolute-value bars, the only thing you need to know is the sign of what is inside them. And there are just
two options:
- x +
2 is
not negative, so |x + 2| = (x + 2)
- x +
2 is
negative, so |x + 2| = -(x + 2)
"Not negative" already covers zero. That is the whole answer to your question.
One thing worth separating out: the zero you are asking about is
x + 2 = 0, which means x =
-2. That is not the same as x =
0, which Bunuel ruled out earlier in the thread - and he is right, because at x =
0 the left side is
4 while the right side is
2. Your zero is a genuine root; that other one is not.
Where the confusion comes from: the post you quoted labels its two branches "positive" and "negative". Zero is neither of those, so it looks like a slot is missing. Write the first branch as
x + 2 >= 0 instead of "positive", and the gap closes.
Why it does not matter which branch owns the zeroAt x +
2 =
0, both (x + 2) and -(x + 2) equal
0 - the same number. So the zero point gives you the identical equation in either branch, and the identical root. File it under one branch, and just do not file it under both, or you would count that root twice.
Why the wording still mattersIn that post, x =
-2 shows up in both cases and is kept. That works out, but by luck. If the two ranges were enforced strictly - positive in one, negative in the other - then x =
-2 would be out of range in both, and you would lose it. You would be left with (-1)(-3) =
3, which is not even an answer choice.
And
-2 really is a solution. Check it: (-2 + 2)^2 =
0, and |-2 + 2| =
0. Both sides are
0.
So the roots are
-1,
-2,
-3, and their product is
-6.
Answer: Aananya88888888888
here shouldnt there be another case which is when it is 0?