Is m + 10 positive?Is m + 10 > 0;
Is m > -10.
(1) On the number line, m + 10 is closer to 0 than to m.
The distance between m + 10 and 0 is |m + 10 - 0| = |m + 10|;
The distance between m + 10 and m is |m + 10 - m| = |10| = 10.
We are told that |m + 10| < 10;
-10 < m + 10 < 10;
-20 < m < 0.
Not sufficient.
(2) On the number line, m - 10 is closer to 0 than to m.
The distance between m - 10 and 0 is |m - 10 - 0| = |m - 10|;
The distance between m - 10 and m is |m - 10 - m| = |-10| = 10.
We are told that |m - 10| < 10;
-10 < m - 10 < 10;
0 < m < 20.
Sufficient.
Technically answer should be B, as statement (2) ALONE is sufficient, but statement (1) alone is not sufficient to answer the question asked.
But even though formal answer to the question is B, this is not a realistic GMAT question, as:
on the GMAT, two data sufficiency statements always provide TRUE information and these statements never contradict each other. But the statements above contradict each other:
From (1) -20 < m < 0 and from (2) 0 < m < 20. The statements clearly contradict each other.
So, the question is flawed. You won't see such a question on the test.