69.2k views
1 vote
A recursive sequence requires you to use previous terms to find the next term.

O True
O False

1 Answer

3 votes

Answer:

True.

Explanation:

In a recursive sequence, each term is determined based on one or more of the previous terms in the sequence. This means that you need to use the values of the previous terms to find the next term in the sequence. The formula or rule for finding each term relies on the values that came before it.

User Qkyrie
by
8.5k points