asked 221k views
0 votes
The first four terms of a sequence are 8, 12, 18, 27. Write a recursive function for this sequence.

asked
User Aelor
by
8.7k points

1 Answer

5 votes
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]
answered
User Aryaxt
by
8.4k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.