Hi Bunuel, I understood your solution but can you please tell me where am I going wrong?
When I see the expression, (x+1)(|x|-1)>0, I immediately think that these two brackets must be either positive or negative.
Hence, if that take both of them are positive, then x>-1 and and x>1 & x<-1
For these two ranges we realize when we start plugging in number that only for x>1 the equation hold true.--------(1)
Similarly, if we take both of them to be negative, then x<-1 and x<1 & x>-1
for x<-1 for example, -2, one of the brackets turn out to be positive, which does not satisfy our initial assumption that both must be negative.
for x<1 ex 0, one bracket is +ve and one is -ve <Not Desired>; for 0, the inequality is not > 0 <not desired>
if we go still less it follows the first case
for x>-1 pretty much follows like the above. Hence nothing desired.--------(2)
Hence, x>1
A is sufficient.