Join thousands of students who trust us to help them ace their exams!Watch the first video
Multiple Choice
Write the first 6 terms of the sequence given by the recursive formula an=an−2+an−1 ; a1=1 ; a2=1.
A
{1,1,2,3,5,18}
B
{1,2,3,5,8,13}
C
{0,1,1,2,3,5}
D
{1,1,2,3,5,8}
Verified step by step guidance
1
Start by understanding the recursive formula given: a_n = a_{n-2} + a_{n-1}. This means each term in the sequence is the sum of the two preceding terms.
Identify the initial conditions provided: a_1 = 1 and a_2 = 1. These are the first two terms of the sequence.
Calculate the third term using the recursive formula: a_3 = a_1 + a_2. Substitute the known values to find a_3.
Calculate the fourth term: a_4 = a_2 + a_3. Use the values of a_2 and the previously calculated a_3.
Continue this process to find the fifth term: a_5 = a_3 + a_4, and the sixth term: a_6 = a_4 + a_5, using the recursive formula and the values of the preceding terms.