523,342 views
28 votes
28 votes
Write a recursive formula for the following arithmetic sequence.

−2, −6, −10, −14, ...

=a1
=anfor≥n2

User Chantey
by
2.9k points

1 Answer

15 votes
15 votes

Answer:

Answer: A(n) = 2 - 4n

Explanation:

General formular of an A.P:


a_(n) = a_(1) + (n - 1)d

a_n » the nth term

a1 » first term, a1 is -2

n » number of terms

d » common difference, d = -6 - (-2) = -6+2 = -4


a_(n) = - 2 + \{(n - 1) * - 4 \} \\ a_(n) = - 2 + ( - 4n + 4) \\ a_(n) = ( - 2 + 4) - 4n \\ a_(n) = 2 - 4n

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