203k views
5 votes
Consider the following geometric sequence -5, 10, -20, 40,..... if the recursive formula for the sequence above expressed in the form a(n)=b*a(n-1), determine the value of b.

b=
2
-2
5
-5

User Sahand
by
7.1k points

2 Answers

5 votes
Use a(n) = 10 as a starting point and create an equation:

a(n) = b * a(n-1)

10 = b * -5
b = -2

User Elena Lawrence
by
6.6k points
4 votes

Answer:

value of b = -2

Explanation:

Consider the following geometric sequence -5, 10, -20, 40,..... if the recursive formula for the sequence above expressed in the form a(n)=b*a(n-1)

first we write the recursive formula for the given sequence

To get the recursive formula we find common ratio

Common ration = second term divide by first term

10/-5= -2

-20/ 10= -2

a(n)=common ratio *a(n-1)

a(n)=(-2)*a(n-1)

So b = -2

User Daniel Armstrong
by
7.0k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.