f(x+1) = f(x) + 1
f(7) = f (6+1) = f(6) + 1 = 3 ---> f(6) = 2
f(6) = f (5+1) = f(5) + 1 = 2 ---> f(5) = 1
f(5) = f (4+1) = f(4) + 1 = 2 ---> f(4) = 0
f(4) = f (3+1) = f(3) + 1 = 2 ---> f(3) = -1
Option A is the answer.
BREAKING: Target Test Prep releases Brand New 2026 On Demand GMAT prep course
RedeemSolution:


