5.8k views
5 votes
4, 8, 16, 32, ... n is an integer, which of these functions generate the sequence?

User Johhn
by
4.8k points

1 Answer

1 vote

Answer:

see below

Explanation:

4*2 = 8

8*2 = 16

16*2 = 32

We are multiplying by 2 each time

an = 4 ( 2) ^ ( n-1)

but 4 = 2*2

an = 2^2 * 2^ n-1

an = 2 ^ ( n+1)

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