Question: In a sequence of numbers where each term is the sum of the two preceding ones, which of the following terms is the 6th term if the first two terms are 1 and 1?
Options:
Correct Answer: 8
Solution:
The sequence is the Fibonacci sequence: 1, 1, 2, 3, 5, 8. Thus, the 6th term is 8.