26,406 views
16 votes
16 votes
Select the correct answer.

Select the function that defines the given sequence.
-8, -20, -50, –125, 625,...
ОА
- 1)
f(n) = -8-()
n-
OB.
- 1)
= -8.(29)
OC f(1) = -8
f(n) = f(n − 1), for n = 2, 3, 4, ...
OD. (1) = 8
f(n) = - . 1(n − 1), for n = 2, 3, 4, ...

Select the correct answer. Select the function that defines the given sequence. -8, -20, -50, –125, 625,... ОА-example-1
User Hapeki
by
3.2k points

2 Answers

20 votes
20 votes

Answer:

Option C

Explanation:

f(1) = -8

f(2) = -5/2×-8 = -20

f(3) = -5/2×-20 = -125

.

.

.

So option C is the answer

User MRD
by
2.9k points
29 votes
29 votes

Answer:

C. a1 = -8

an = an-1 * 5/2 for n >1

Explanation:

-8, -20, -50, –125, 625,...

We need to find the common ratio

Take the second term and divide by the first term

-20/-8 = 5/2

Take the third term and divide by the second term

-50/-20 = 5/2

The common ratio is 5/2

A geometric sequence is

an = a1 * r^(n-1)

an = -8 *(5/2)^(n-1)

We can also write a recursive formula

a1 = -8

an = an-1 * 5/2 for n >1

User Codingmonkey
by
2.6k points