Guest Session: 1 Question Remaining. Create Account to save progress.
Login
Recursioneasy
0:00.0

A recursive function f(n)f(n)f(n) is defined by f(n)=f(n−1)imes3f(n) = f(n-1) imes 3f(n)=f(n−1)imes3 for n≥1n \ge 1n≥1, with f(0)=2f(0) = 2f(0)=2. Which of the following represents the explicit formula for f(n)f(n)f(n)?