p2bhokie
If an ≠ 0 and n is a positive integer, is n odd?
(1) a^n + a^(n + 1) < 0
(2) a is an integer.
(1) INSUFFICIENT: Factor an out of the left-hand side to yield an(1 + a) < 0. For this inequality to be true, the individual terms an and 1 + a must have opposite signs. Consider the two possible cases:
(i) an is positive and 1 + a is negative: If 1 + a < 0, then a < –1. Because a is negative, it follows that n must be even (since an is positive).
(ii) an is negative and 1 + a is positive: In order for an to be negative, a itself must be negative. A positive number will never turn negative when raised to a power (recall that a negative power makes a positive number smaller, but it doesn’t change a positive number to a negative one). In this case, n would have to be odd in order to make an negative.
Because n may be either even or odd, the statement is insufficient.
(2) INSUFFICIENT: This statement provides no information about n.
(1) AND (2) SUFFICIENT: Examine case (ii) of statement 1 further (the case in which a is negative and n is odd). If 1 + a > 0, then a > –1. At the same time, a itself must be negative, so -1 < a < 0.
Statement 2 specifies that a is an integer. There are no integers between –1 and 0, and so case (ii) cannot be valid. Only case (i) is possible. As a result, n must be even, so the two statements together are sufficient.
The correct answer is C.