I am having some difficulties with the following DS problem in the Official Guide -11th edition.
Problem #132:
If the integer n is greater than 1, is n equal to 2?
1) n has exactly two positive factors
2) The difference of any two distinct positive factors of n is odd.
The correct answer is B.
Here is what i do not understand: on statement 2, if you choose an even number greater than 2, such as 10 - what if the two distinct factors i chose to compare were 1 and 10, then the difference would be odd. In the explanation, it says if n>2, and n is even, then 2 and n are factors of n, and their difference is even. Thus, no integer greater than 2 satisfies this statement. However n=2 does satisfy this statment since 1 and 2 are the only positive factors of 1 and 2 and their difference is odd.
I understand what they are saying, but am having trouble seeing how they are testing the difference between the two "distinct" factors.
Thanks.