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

User Amir Zadeh
by
5.3k 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
5.1k 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
6.0k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.