2. Section 5.2
Sign In
Pay attention to how the sequence is changing to look for an equation that describes its behavior.
Explicit Formula: t(n)=3n+2
Recursive Formula: t(n+1)=t(n)+3, t(1)=5
Let's start by writing the explicit formula. Examining the sequence, we notice that this is an arithmetic sequence.