8.3k views
2 votes
Complete the recursive formula of the geometric sequence −0.1 ,−0.5 ,−2.5 ,−12.5

c(1)=______
c(n)=c(n-1)*______

User Jim Ho
by
6.3k points

2 Answers

2 votes

First answer = -0.1

Second answer = 5

User Traker
by
6.1k points
1 vote

Answer:

c(1)=-0.1

c(n)=c(n-1)*5

Explanation:

The recursive definition of a geometric sequence is given by:


c(n) = c(n - 1) * r

where r is the common ratio.

The given given geometric sequence is −0.1 ,−0.5 ,−2.5 ,−12.5

c(1) is the first term.

This implies that:

c(1)=-0.1

To find the common ratio, we divide the subsequent terms of any two consecutive term by the previous term


r = ( - 0.5)/( - 0.1) = 5

The recursive formula is

c(1)=-0.1

c(n)=c(n-1)*5

User Matthias Vanb
by
7.1k points