118k views
3 votes
In the sequence 1, 2, 4, 8, 16, 32, . . . , each term after the first is twice the previous term. What is the sum of the 16th, 17th, and 18th terms in the sequence? 218 3(217) 7(216) 3(216) 7(215) Next Previous HelpEnd Review Review Screen

User Heavy
by
8.8k points

1 Answer

2 votes

Answer:

229376

Explanation:

So we can model the sequence of 1,2,4,8,16,32,... as
2^(n-1) where n = 1,2,3,...

n = 16th, 17th, 18th then the terms are


2^(15) = 32768


2^(16) = 65536


2^(17) = 131072

So the sum of the 3 terms is 32768 + 65536 + 131072 = 229376

User Caspar Kleijne
by
7.9k points