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

Consider the recursive definition T(n)=3T(n−1)T(n) = 3T(n-1)T(n)=3T(n−1) for n≥1n \ge 1n≥1, with T(0)=1T(0) = 1T(0)=1. What is the value of T(3)T(3)T(3)?