Bunuel
n is an integer such that n ≥ 0. For n > 0, the sequence tn is defined as \(tn = t_{n-1} + n\). If \(t_0 = 3\), is \(t_n\) even?
(1) n + 1 is divisible by 3
(2) n - 1 is divisible by 4
Kudos for a correct solution. MANHATTAN GMAT OFFICIAL SOLUTION:Sequence problems are often best approached by charting out the first several terms of the given sequence. In this case, we need to keep track of n, tn, and whether tn is even or odd.
Attachment:
2015-06-15_1618.png [ 47.41 KiB | Viewed 12824 times ]
Notice that beginning with n = 1, a four-term repeating cycle of [even, even, odd, odd] emerges for tn. Thus, a statement will be sufficient only if it tells us how n relates to a multiple of 4 (i.e. n = a multiple of 4 ± known constant).
(1) INSUFFICIENT: This statement does not tell us how n relates to a multiple of 4. If n + 1 is a multiple of 3, then n + 1 could be 3, 6, 9, 12, 15, etc. This means that n could be 2, 5, 8, 11, 14, etc. From the chart, if n = 2 or n = 5, then tn is even. However, if n = 8 or n = 11, then tn is odd.
(2) SUFFICIENT: This statement tells us exactly how n relates to a multiple of 4. If n – 1 is a multiple of 4, then n – 1 could be 4, 8, 12, 16, 20, etc. and n could be 5, 9, 13, 17, 21, etc. From the chart (and the continuation of the four-term pattern), tn must be even.
The correct answer is B.