Ask Question
16 December, 09:15

Critical thinking write a recursive rule for a sequence where every term is the same.

+4
Answers (1)
  1. 16 December, 10:01
    0
    To do this, let f (1) = 5 and f (n) = f (n-1) for n greater than 1. This is recursive rule and each term is the same because it eventually becomes f (1), which is 5.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “Critical thinking write a recursive rule for a sequence where every term is the same. ...” in 📙 Mathematics if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers