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)=3f(n−1)−2f(n) = 3f(n-1) - 2f(n)=3f(n−1)−2 for n≥1n \ge 1n≥1, with f(0)=2f(0) = 2f(0)=2. What is the value of f(2)f(2)f(2)?