asked 53.0k views
3 votes
A sequence is defined by g(1) = 3 and g(n) = 2 • g(n-1) for n > 0. Which statement defines the nth term of g?

A. G(n) = 3 + 2(n-1) for n ≥ 1
B. G(n) = 3 + 2n for n ≥ 1
C. G(n) = 3 • 2^n-1 for n ≥ 1
D. G(n) = 3 • 2^n for n ≥ 1

1 Answer

6 votes

Answer:

because g(n) = 2.g(n - 1) => this is a geometric progression

=> g(n) = 3.2^(n-1)

Explanation:

answered
User Cbrauchli
by
7.7k 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.