23. Shane's answer is not correct, because: shane did'n remember that the function is defined recursively and not with a powers of two.
24.the recursive rule will be
f(1)=a, where a is any constant and f(n)=f(n-1) for all n greater or equal than 2.
LESSON PERFORMANCE TASK