From the given information. Write the recursive and explicit functions for each arithmetic sequence. Use these terms please; recursive f(1) = first term, f(n) = pattern+f(n-1). Explicit: y = pattern*x + 0 term. work backwards to find 0 term

An arithmetic sequence has the form:
[tex]f(n)=f(1)+d(n-1)[/tex]where d is the common difference.
For this sequence the common difference is 3 and the first term is:
[tex]f(1)=3[/tex]Plugging this values in the general expression we have:
[tex]\begin{gathered} f(n)=3+3(n-1) \\ f(n)=3n-3+3 \\ f(n)=3n \end{gathered}[/tex]Therefore the sequence is:
[tex]f(n)=3n[/tex]Now, from this expression we can determine the value of the zeroth term:
[tex]\begin{gathered} f(0)=3(0) \\ f(0)=0 \end{gathered}[/tex]Hence the zeroth term is:
[tex]f(0)=0[/tex]