Problem
ALG-B1-M11-P004 Recurrence
#4
★☆☆☆☆ Level 1 of 5
\(f(0)=3\), \(f(n+1)=f(n)+1\). Find \(f(4)\).
Take four steps.
\(f(4)=3+4=7\).
Strategy: iteration.