149k views
3 votes
NEED HELP ASAP. IM UPVOTING

A recursive rule for an arithmetic sequence is a1=−3;an=an−1+7.
What is an explicit rule for this sequence?

User Yulong
by
8.5k points

1 Answer

1 vote
an is the nth term
an-1 is the term before that

we see that
the nth term is obtained by adding 7 to the term before
basically add 7 to each term
an=a1+d(n-1)
d=common difference
a1=first term

given that we add 7 to each term
first term is a1 or -3

an=-3+7(n-1)
an=-3+7n-7
an=-10+7n
an=7n-10