asked 185k views
5 votes
This is the recursive formula for a geometric sequence:

f(1)=8,000
f(n)=1/2(n − 1), for n > 2
What is the fifth term in the sequence?

2 Answers

4 votes

Answer:

f(5) = 500

Explanation:

Using the recursive rule and f(1) = 8000 , then

f(2) =
(1)/(2) f(1) =
(1)/(2) × 8000 = 4000

f(3) =
(1)/(2) f(2) =
(1)/(2) × 4000 = 2000

f(4) =
(1)/(2) f(3) =
(1)/(2) × 2000 = 1000

f(5) =
(1)/(2) f(4) =
(1)/(2) × 1000 = 500

answered
User Shereese
by
8.7k points
3 votes

Answer:

Explanation:

f(1) = 8000

f(2) = 1/2(n - 1)

f(2) = 1/2(2 - 1)

f(2) = 1/2 Note: this really does not make sense. I think what you mean is 1/2*f(n-1). If this is true, leave a note within the next hour.

answered
User Maede Rayati
by
7.6k 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.