asked 47.5k views
3 votes
If f(1) = 4 and f(n)= f(n − 1)^2 - n then find the value of f(3).

1 Answer

2 votes

f(3) =f (3-1)^2 - 3

f(1) = 4

then

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

4 = (-1 ^2) + 3

Now then find

f(n) = ((n-1)^2 - n)^2 + 3,. For n= 3

. = ((3-1)^2 - 3)^2 + 3

. = ( 2^2 - 3)^2 + 3

. = 4

Then answer is

f(3) = 4

answered
User Pankhuri Agarwal
by
8.1k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.