NoMercy
contestada

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

Respuesta :

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]