89.0k views
3 votes
Write the recursive formula or the explicit formula for the sequence {3,6,12,24,48,...}.

1 Answer

2 votes

Answer:

a(n) = 3*(2)^(n-1)

Explanation:

Each new term is found by multiplying the previous term by 2. The first term is 3. Using the standard explicit formula for a geometric series, we get:

a(n) = a(1)*r^(n-1). In this particular case we have a(n) = 3*(2)^(n-1).

User Simon Langhoff
by
5.1k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.