Raymond B. answered 02/21/23
Math, microeconomics or criminal justice
9,11,13,15,17,...
is an arithmetic sequence with common difference =2 = d,
and first term = 9 = a1
nth term = an = a1+d(n-1)
for a recursive formula
an = an-1 + d
an = an-1 = 2
each term is 2 more than the previous term
for an, an-1 is the previous term
to avoid confusing an-1 with (an)-1
maybe it's better to write the previous term as a(n-1)
maybe. as that also looks confusingly similar to multiplication of two terms
subscripts might be the best way to go
an = an-1 +2
an = a1 +d(n-1)
a5 = 9 +2(5-1) = 9+2(4) = 9+6 = 17
or
a5 = a4 + 2 = 15+2 = 17