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