Patrick B. answered 10/26/20
Tutor
4.7
(31)
Math and computer tutor/teacher
f(2) = f(1)-2 = 3-2 = 1
f(3) = f(2)-2 = 1-2 = -1
f(4) = f(3)-2 = -1-2 = -3
f(5) = f(4)-2 = -3 -2 = -5
f(6) = f(5)-2 = -5-2 = -7
f(7) = f(6)-2 = -7-2 = -9
f(8) = f(7) - 2 = -9-2 = -11
so the sequence is 3,1,-1,-3,-5,-7,-9,-11,...
the next term is 2 less than the previous term