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

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

answered
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
answered
User TJ Is Too Short
by
8.9k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.