asked 166k views
2 votes
Explicit formula for geometric

Explicit formula for geometric-example-1
asked
User VanagaS
by
7.8k points

1 Answer

3 votes
Remark
What you have to do to learn the difference between recursive and explicit is try try the first 3 or 4 terms to see what you have and how you did it.

a1 = - 3
a2 = - 3 (1/8) = -3 / 8

a3 = (a2) (1/8)
a3 = (-3/8) * 1/8
a3 = (- 3/64)

a4 = a3 (1/8)
a4 = -3/64 * 1/8
a4 = - 3 / 512

Take a good look at a4. What do you notice? No matter what, you are always multiplying by 1/8. That means that A and D are both wrong which they would have you raising by 3 or - 3 to some power.

So which one of B and C is correct?
The answer is which ever one will not change sign from what it started out with. All four terms are minus.

In B the term is multiplied by plus 1/8. That will not change the sign of the next term.

So the answer is
a_n = - 3 * (1/8)^(n - 1) <<<<< answer
answered
User Aleyda
by
7.9k 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.