15.3k views
0 votes
Is the following formula recursive or explicit? *
Uo = 13
Un = Un-1 - 3
Answer plz

User Amir Zadeh
by
8.8k points

2 Answers

2 votes

Answer:

Recursive.

Step by step explanation:

N is the number of the term in the sequence, so Un-1 is the term previous to Un and since you’re subtracting 3 from the previous term, that means it’s recursive

User Jeremyh
by
8.2k points
3 votes
Recursive. n is the number of the term in the sequence, so Un-1 is the term previous to Un and since you’re subtracting 3 from the previous term, that means it’s recursive
User TJ Is Too Short
by
8.9k points