Define the following sequence recursively: 96, 48, 24, 12, ....
Select one:
a. f(1)=12 f(n−1)=2⋅f(n) n≥2
b. f(1)=12 f(n−1)=−12⋅f(n) n≥2
c. f(1)=96 f(n)=12⋅f(n−1) n≥2
d. f(1)=96 f(n)=2⋅f(n−1) n≥2