asked 156k views
1 vote
Formulate the recursive formula for the following geometric sequence.
{-16, 4, -1, ...}

2 Answers

3 votes

Answer:


Explanation:

each term is negative and 1/4 of previous term so the nth term is the n-1 term times -1/4 so f(n)= -1/4 f(n-1)

answered
User Graham Wager
by
8.2k points
5 votes

The first term is -16, so we have

... a[1] = -16

Each term is -1/4 of the one before it, so the recursive rule is

... a[n+1] = (-1/4)a[n]

answered
User Martin Dusek
by
7.6k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.