Hi,
I had a query regarding this question. I understand that the answer is x > -1, but I am getting different answers for different methods of solving this question, so I wanted to understand why one method is wrong and one method is right. The following are the methods in which I tried to solve the question:-
Method 1
We have given that
\((1+|x|)(1+x) > 0\)
=> both (1+|x|) and (1+x) should be of same sign.
=> we know that (1 + |x|) will always be positive. Let us equate it to a positive integer constant K. So therefore the equation becomes:-
K(1+x)>0
Dividing both sides by positive integer K, we get
(1+x)>0
=> x > -1
We get the correct answer i.e option A.
Method 2
We have given that
\((1+|x|)(1+x) > 0\)
=> both (1+|x|) and (1+x) should be of same sign.
=> we know that (1 + |x|) will always be positive.
So if we solve the (1+|x|) > 0 and (1+x) > 0 separately, we get :-
(1+x) > 0
=> x > -1 ------------ (1)
(1+|x|) > 0
=> |x| > -1
squaring both sides
=> \(x^2 > 1 \)
=> \( x^2-1 > 0 \)
=> \((x-1)(x+1) > 0 \)
on solving we get,
\(x => (-infinity,-1) & (1, infinity)\) ------------------(2)
from equations (1) and (2) we get,
\(x>-1\) and \(x=> (-infinity,-1) & (1, infinity) \),
so the common area of intersection, is \( x=> (1, infinity)\) => (x>1)
So in this way, I am getting option E as the answer.
So can anybody tell me what I am doing wrong in method 2? That would be really helpful for me.
Thanks & Regards,
Shreekanth