Margaret is writing a recursive function for the geometric sequence:
10, 30, 90, 270, \dots10,30,90,270,…10, comma, 30, comma, 90, comma, 270, comma, dots
She comes up with:
\begin{cases} t(0)=10 \\\\ t(n)=t(n-1) \cdot 3 \end{cases}









t(0)=10
t(n)=t(n−1)⋅3


What domain should Margaret use for ttt so it generates the sequence?
Choose 1 answer:



Answer :

Other Questions