If f ( 1 ) = 2 f(1)=2 and f ( n ) = f ( n − 1 ) 2 − 5 f(n)=f(n−1) 2 −5 then find the value of f ( 4 ) f(4).

[tex]f(1) = 2\\f(2)=f(2-1)^2-5=(f(1))^2-5 = 2^2-5 = -1\\f(3) = f(3-1)^2 - 5=f(2)^2-5=(-1)^2-5=-4\\f(4) = f(4-1)^2-5 = f(3)^2-5 = (-4)^2-5 = 11[/tex]
so f(4) = 11
Hope that helps!
Answer:
f(4) = 11
Step-by-step explanation:
Given :
Solving :