How do you write the first five terms of the sequence defined recursively a_1=6,a_(k+1)=a_k+2, then how do you write the nth term of the sequence as a function of n?

Jaylen Dudley

Jaylen Dudley

Answered question

2022-09-09

How do you write the first five terms of the sequence defined recursively a 1 = 6 , a k + 1 = a k + 2 , then how do you write the nth term of the sequence as a function of n?

Answer & Explanation

Vaughn Greer

Vaughn Greer

Beginner2022-09-10Added 15 answers

As a k + 1 = a k + 2 and a 1 = 6
a 2 = a 1 + 2 = 6 + 2 = 8
a 3 = a 2 + 2 = 8 + 2 = 10
a 4 = a 3 + 2 = 10 + 2 = 12
and a 5 = a 4 + 2 = 12 + 2 = 14
and hence first five terms are {6,8,10,12,14}
As a k + 1 = a k + 2 , each term is 2 more than previous term
it is an arithmetic sequence with first term as a 1 and common difference d and hence n t h term is
a n = a 1 + ( n - 1 ) d and hence n t h term of the sequence is
a n = 6 + ( n - 1 ) × 2 = 6 + 2 n - 2 = 2 n + 4

Do you have a similar question?

Recalculate according to your conditions!

Ask your question.
Get an expert answer.

Let our experts help you. Answer in as fast as 15 minutes.

Didn't find what you were looking for?