Interesting DS Question:
IF the integer n is greater than 1, is n equal to 2?
(1) n has exactly two postive factors
(2) The difference between any two distinct positive factors is odd.
Answer: B
It looks easy but I did not get it right the first time. Here is my approach:
(1) Insufficient: N has exactly two positive factors, hence any prime would fit the constraint
(2) Sufficient: Any number would have 1 and itself as factors. Hence, N has to be even in order for N-1 to be odd. Examples:
2 has two factors (1 and 2). Rule holds. 4 has three factors (1, 2 and 4). Rule doesn't hold. Same is true for any even number greater than two. Hence, B is sufficient.