Question 1049963
 If 𝑓(1) = 3 and 𝑓(𝑛) = −2𝑓(𝑛 − 1) + 1,
----
f(1) = 3
f(2) = -2*3+1 = -5
f(3) = -2*-5+1 = 11
f(4) = -2*11+1 = -21
f(5) = -2(-21)+1 = 43
-------------
Cheers,
Stan H.
-------------
then 𝑓(5) =
A. -5
B. 11
C. 21
D. 43