Respuesta :

Answer:


Step-by-step explanation:

add 4 each time

the nth term is  or f(n)

the next term after that is  or f(n+1)

so each term is 4 more than previous

basically

or

f(n+1)=4+f(n)

same thing


Answer: [tex]a(n)=a(n-1)-4[/tex]

Step-by-step explanation:

We know that in recursive formula each term is described as a function of its preceding term.

The given sequence : 10, 14 18, 22, 26...

Here, First term = [tex]a_1=10[/tex]

Second term :  [tex]a_2=14[/tex]

Third term : [tex]a_3=118[/tex] and so on...

Common Difference = [tex]a_2-a_1=14-10=4[/tex]

Then, the recursive formula for this sequence  will be :

[tex]a(n)=a(n-1)-4[/tex]