In a sequence of numbers, except for the first two numbers, every number is the sum of its exactly two predecessor numbers. If the first two numbers in this sequence are 4 and 7, then what is the sixth number?
Answer
The correct answer is D: 47. Sequence: a1 = 4, a2 = 7. a3 = 4 + 7 = 11.