Respuesta :
Each new member of this sequence is 1/4 times the previous member. For example, 1/2 = (1/4)(2).
Thus, a(n+1) = (1/4)*a(n), with a(1)=2.
Thus, a(n+1) = (1/4)*a(n), with a(1)=2.
The given sequece is
[tex] 2 , 1/2, 1/8 , 1/32 [/tex]
And we have to find the recursive formula of this geometric sequence.
First term is,
[tex] a_{1} =2 [/tex]
And the common ratio,
[tex] r = \frac{1/2}{2} = \frac{1}{4} [/tex]
So the recursive formula is
[tex] a_{n} = a_{n-1} * \frac{1}{4} [/tex]