Ask Question
19 August, 17:57

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

+5
Answers (1)
  1. 19 August, 19:20
    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?
Get 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 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