90.7k views
5 votes
A sequence is defined recursively by the formula f(n + 1) = –2f(n). The first term of the sequence is –1.5. What is the next term in the sequence? –3.5 –3 0.5 3

User MST
by
9.0k points

2 Answers

4 votes

Answer: 3.

Explanation:

Given : A sequence is defined recursively by the formula
f(n + 1) = -2f(n)

The first term of the sequence is -1.5.

i.e.
f(1)=-1.5

To find the next term , we put n=1 in the given expression, we get


f(1 + 1) = -2f(1)\\\\\Rightarrrow\ f(2)=-2(-1.5)=3

Hence, the next term in the sequence is 3.

User Derek Hill
by
9.2k points
5 votes

Answer:

3

Explanation:

Put the given numbers in the formula and do the arithmetic.

f(2) = -2·f(1) = -2·(-1.5) = 3

The next term of the sequence is 3.

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