Find f(2): To find f(3), we need to apply the recursive formula twice, starting with the given value of f(1).First, let's find f(2) using the recursive formula:f(n)=f(n−1)⋅(−(21))f(2)=f(1)⋅(−(21))f(2)=−16⋅(−(21))f(2)=8
Find f(3): Now that we have f(2), we can find f(3) using the same recursive formula:f(n)=f(n−1)⋅(−21)f(3)=f(2)⋅(−21)f(3)=8⋅(−21)f(3)=−4
More problems from Evaluate recursive formulas for sequences