187k views
5 votes
Solve the following application problem.

The formula for the n th term b of a geometric series is b = arn-1. Find n when b = 1,024 a = 16, and r = 2.

User Eyescream
by
7.3k points

2 Answers

0 votes

The solution would be like this for this specific problem:

1024 = 16*2^(n-1)
64 = 2^(n-1)
2^6 = 2^(n-1)
n-1 = 6
n = 7

I am hoping that this answer has satisfied your query and it will be able to help you in your endeavor, and if you would like, feel free to ask another question.



User BerndB
by
6.7k points
2 votes
Substituting the values into the formula:
1024 = 16(2)ⁿ⁻¹
(2)ⁿ⁻¹ = 64
(2)ⁿ⁻¹ = 2⁶
n - 1 = 6
n = 7
User Anthony To
by
6.8k points