75.9k views
0 votes
Which recursive definition represents the sequence {4,6,8,10...}

User Syntap
by
7.0k points

2 Answers

2 votes
We will use the equation: a subscript n = initial value + the rate x (n-1). The rate is adding 2 each time and the initial value is 4. The recursive definition for this sequence is a subscript n = 4+2(n-1). This simplified to a sub n=2n+2.
User PlsWork
by
6.3k points
1 vote

Answer:

B) a1 = 4; an -1 + 2

Explanation:

User BennyBechDk
by
5.5k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.