Respuesta :

The recursive equation here is; a_n = 3n - 1

How to find the nth term of arithmetic sequence?

Formula for the nth term of an arithmetic sequence is;

an = a + (n - 1)d

where;

a is first term

n is position of term

d is common difference

We are given that;

First term; a = 2

Second term; a2 = 5

Common difference; d = 3

Thus, recursive equation here is;

a_n = 2 + 3(n - 1)

a_n = 2 + 3n - 3

a_n = 3n - 1

Read more about arithmetic sequence at; https://brainly.com/question/7882626

#SPJ1