A sequence has its first term equal to 3, and each term of the sequence is obtained by adding 5 to the previous term. If f (n) represents the nth term of the sequence, which of the following recursive functions best defines this sequence? f (1) = 3 and f (n) = f (n - 1) + 5; n > 1f (1) = 5 and f (n) = f (n - 1) + 3; n > 1f (1) = 3 and f (n) = f (n - 1) + 5n; n > 1f (1) = 5 and f (n) = f (n - 1) + 3n; n > 1
+2
Answers (1)
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “A sequence has its first term equal to 3, and each term of the sequence is obtained by adding 5 to the previous term. If f (n) represents ...” in 📗 Mathematics if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.