SAT Math Practice Question #28057 - SATify | SATify
#28057
algebra
recursion
medium
120 sec
Define a function on the positive integers recursively by f(1)=3, f(n)=f(n−1)−1 if n is even, and f(n)=f(n−2)+3 if n is odd and greater than 1. What is f(101)?