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