A sequence is defined recursively by the following rules:
f(1) = 3
f(n+1) =2. f(n) – 1
Which of the following statements is true about the sequence? Select all that apply.
A)f(3) = 10
B)f(6) = 66
C)f(5)= 33
D)f(4) = 18
E)f(2) = 5​