A sequence of numbers is such that a1 = 11, a2 =16, and each subsequent an = an-2 + 9. Which of the following numbers is a member of the sequence?
A) 216
B) 246
C) 289
D) 299
E) 368
Two ways of solving this
First Approacheach odd term(1st , 3rd, 5th,...) of the sequence is given by 11 + 9*(something)
each even term(2nd, 4th, 6th...) of the sequence is given by 16 + 9*(something)
So if you subtract the numbers by 11 or 16 then it should be divisible by 9
216-11(=205) or 216-16(=200) are not divisible by 9
246-11(=235) or 246-16(=240) are not divisible by 9
289-11(=278) or 289-16(=273) are not divisible by 9
299-11(=288) is divisible by 9
ANSWER, 299-16(=283) are not divisible by 9
368-11(=357) or 368-16(=352) are not divisible by 9
So, Answer is D
Second ApproachNumbers in the series are 11 + 9*(something) or 16 + 9*(something)
Since 4 number are between 200-300 so lets try finding out the values in the series between 200-300
11 + 9*21 = 200
16 + 9*21 = 206
So numbers in the sequence will be
200,211,222,233,244,255,266,277,288,299
206,222,238,254,270,286,302
Since 299 is the answer choice so answer is D
If we did not get any number out of options A to D to be in the sequence than answer will be E
Hope it helps!