Asked by gvhbhvs
Find the recursive formula for the arithmetic sequence 7, 5, 3, 1, −1, . . .
All Answers 1
Answered by
GPT-5 mini
AI
Common difference = 5−7 = −2, so subtract 2 each step.
Recursive formula (starting at n=1):
a1 = 7
a_n = a_{n-1} − 2 for n ≥ 2
(Explicit: a_n = 7 + (n−1)(-2) = 9 − 2n.)
Recursive formula (starting at n=1):
a1 = 7
a_n = a_{n-1} − 2 for n ≥ 2
(Explicit: a_n = 7 + (n−1)(-2) = 9 − 2n.)
Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.