If n is not equal to 0, is |n| < 4 ?
(1) n2 > 16
(2) 1/|n| > n
In this question, while evaluating 2nd option, I made two cases of |n|
+ve case -
1/n > n , which means n2 < 1. This further means that -1 < n < 1. This value of n lies withing the range of -4 of 4
-ve Case
1/-n > n
-1/n > n
implies, n2 < -1, which is not possible, hence discard this
Hence, as only +ve of n is valid, this option is SUFFICIENT to answer the question in stem.
However, the OA says that statement 2 is Insufficient.
With regards to the official answer, how can you move |n| to the other side of Inequality when you don't know what is the sign of n?