We are trying to see if m is positive.
From statement I alone, we know that \(\frac{(m|n| - |mn|) }{ |m+n|}\) < 0.
|m+n| is always going to be positive since the output of a modulus is always positive.
Because the denominator is positive and the overall fraction is negative, the numerator has to be negative.
-|mn| is negative since |mn| will be positive. If the entire numerator is negative, the other term i.e. m|n| should also be negative. This is only possible if m is negative since |n| is always positive.
From statement I alone, we can answer the question with a NO since m<0. Answer options B, C and E can be eliminated. Possible answer options at this stage are A or D.
From statement II alone, |m+n| > 0. This is clearly insufficient.
For example, if m = 10 and n= -5, |m+n| >0. In this case, m>0.
On the other hand, if m = -10 and n=5, |m+n|>0. In this case, m<0.
Since statement II alone is insufficient, answer option D can be eliminated.
The correct answer option is A.
In a question like this which involves absolute values, the fact that the output of a modulus is always positive, is something that you need to use extensively since the question is about positives and negatives.
Also note that a NO is as good as a YES in terms of an answer. So, do not try to prove a YES in a "YES-NO" DS question.
Hope that helps!