Ask Question
19 June, 18:37

The first four terms of a sequence are 8, 12, 18, 27. Write a recursive function for this sequence.

+1
Answers (1)
  1. 19 June, 18:52
    0
    To find each term, you have to multiply the number before it by [tex]/frac{3}{2}[/tex] so the answer would be

    [tex]/frac{3}{2} (n - 1) [/tex]
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “The first four terms of a sequence are 8, 12, 18, 27. Write a recursive function for this sequence. ...” 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.
Search for Other Answers