Problem
ALG-B1-M10-P004 Four steps
#4
★☆☆☆☆ Level 1 of 5
Let \(f(0)=5\) and \(f(n+1)=f(n)+2\) for \(n\ge0\). Find \(f(4)\).
Make four transitions.
\(f(1)=7\), \(f(2)=9\), \(f(3)=11\), \(f(4)=13\).
A mini warm-up on recurrence.