Bunuel
If a, b, and n are positive integers, is n odd?
(1) \(a^n - b^n \) is divisible by \(a - b\)
(2) \(a^n + b^n\) is not divisible by \(a + b\)
Are You Up For the Challenge: 700 Level Questions: 700 Level Questions Something that will be very useful in such questions
1) \(a^n-b^n \) is divisible by both a-b and a+b if n is even..
2) \(a^n-b^n \) is divisible by a-b if n is odd.
3) \(a^n+b^n \) is divisible by a+b if n is odd...
(1) \(a^n - b^n \) is divisible by \(a - b\)
Case (1) and (2) are possible.
So n can be even or odd.
(2) \(a^n + b^n\) is not divisible by \(a + b\)
But if n is odd, case (3) tells us that it should be divisible by a+b
Hence n is not odd
Sufficient
B
You can also take a=2 and b=3, and n as 1 and 2 to check the options.
since it is not mentioned that a and b are distinct integers.
so for the case of \(a^n+b^n \) can be divisible by a+ b when n is even.
if a=b=5 the 5^2+5^2 is 50 and a+b is 10.