94.6k views
0 votes
G(n) = -72*(1/6)^n-1 complete the recursive formula

User ThePyGuy
by
8.3k points

1 Answer

4 votes

Final answer:

To complete the recursive formula for the sequence g(n) = -72*(1/6)^(n-1), we can express g(n) in terms of its previous term, g(n-1), as g(n) = g(n-1) * (1/6).

Step-by-step explanation:

The given sequence is defined by the expression g(n) = -72*(1/6)^(n-1). To complete the recursive formula, we need to express g(n) in terms of its previous term, g(n-1). Let's start by finding g(n-1): g(n-1) = -72*(1/6)^(n-2). Now, we can express g(n) in terms of g(n-1): g(n) = -72*(1/6)^(n-1) = -72*(1/6)^((n-2)+1) = -72*(1/6)^(n-2) * (1/6) = g(n-1) * (1/6).

User Aldan Creo
by
7.6k points

No related questions found

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.

9.4m questions

12.2m answers

Categories