Final answer:
The 8th term of the recursive sequence is 13.
Step-by-step explanation:
The recursive sequence is defined as follows:
an = an-1 + an-2
The initial terms are a1 = 0 and a2 = 1.
To find the 8th term, we need to find the values of a3 through a8 using the recursive formula:
- a3 = a2 + a1 = 1 + 0 = 1
- a4 = a3 + a2 = 1 + 1 = 2
- a5 = a4 + a3 = 2 + 1 = 3
- a6 = a5 + a4 = 3 + 2 = 5
- a7 = a6 + a5 = 5 + 3 = 8
- a8 = a7 + a6 = 8 + 5 = 13
Therefore, the 8th term of the sequence is 13.