Answer:
recursive rule for the given sequence:
[tex]a_n = a_{n-1}+a_{n-2}[/tex] for n > 2
Step-by-step explanation:
Given the sequence:
7, 6, 13, 19, 32, ......
then;
First term[tex](a_{1})[/tex] = 7
Second term [tex](a_{2})[/tex] =6
third term [tex](a_{3})[/tex] = 13 and so on..
You can see that:
[tex]a_3 = a_1+a_2 = 6+7 = 13[/tex]
similarly for:
[tex]a_4 = a_2+a_3 = 6+13 = 19[/tex] and so on..
The recursive rule for this sequence is:
[tex]a_n = a_{n-1}+a_{n-2}[/tex] for n > 2