Discover the answers you need at Westonci.ca, a dynamic Q&A platform where knowledge is shared freely by a community of experts. Join our Q&A platform and get accurate answers to all your questions from professionals across multiple disciplines. Get quick and reliable solutions to your questions from a community of experienced experts on our platform.

If f(1)=4f(1)=4 and f(n)=f(n-1)^2+2f(n)=f(nāˆ’1)
2
+2 then find the value of f(3)f(3).


Sagot :

Answer:

f(3) = 326

Step-by-step explanation:

Given the function

f(n)=f(n-1)^2+2

If f(1) = 4

f(2) = f(1)^2 + 2

f(2) = 4^2 + 2

f(2) = 16 + 2

f(2) = 18

f(3) = f(2)^2 + 2

f(3) = 18^2 + 2

f(3) = 324 + 2

f(3) = 326