28.9k views
3 votes
Help please with this, ASAP!

Help please with this, ASAP!-example-1
User KevinO
by
7.9k points

1 Answer

0 votes

Answer:


a_(n)=12n-8

Explanation:

We have been given a recurrence relation
a_(n+1)=a_(n)+12 and the first term of the sequence
a_(1)=4.

We can rewrite the given recurrence relation as:
a_(n+1)-a_(n)=12

We know that if difference between two consecutive terms is always constant, the sequence is called an arithmetic sequence. So we are dealing with an arithmetic sequence with first term as 4 and common difference as 12.

We can therefore, write an explicit formula for nth terms of the sequence as.


a_(n)=a_(1)+(n-1)d\\a_(n)=4+(n-1)(12)\\a_(n)=4+12n-12\\a_(n)=12n-8\\

This is the required explicit function rule for the given sequence.

User Shlomi Noach
by
8.0k points

No related questions found

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.