Respuesta :
The recursive formula for the geometric sequence is given by:
[tex]f(n) = 2f(n-1)[/tex]
In a geometric sequence, the quotient between consecutive terms is always the same, called common factor q. Thus, the recursive representation of a geometric sequence is:
[tex]f(n) = qf(n-1)[/tex]
In this problem, the sequence is: 3, 6, 12, ...
Thus, the common factor is:
[tex]q = \frac{12}{6} = \frac{6}{3} = 2[/tex]
Which means that the recursive formula is:
[tex]f(n) = 2f(n-1)[/tex]
A similar problem is given at https://brainly.com/question/24138365