A function assigns the value of each element of one set to the other specific element of another set. The value of f(3) is 100.
What is a Function?
A function assigns the value of each element of one set to the other specific element of another set.
As the recursive function is given to us, f(n + 1) = –10f(n), also the value of f(1)=1 , therefore, the value of f(2) can be written as,
[tex]f(n + 1) = -10f(n)\\\\f(1 + 1) = -10f(1)\\\\f(2)= -10 \times 1\\\\f(2)=-10[/tex]
Now, the value of f(3) can be written as,
[tex]f(n + 1) = -10f(n)\\\\f(2 + 1) = -10f(2)\\\\f(3)= -10 \times -10\\\\f(3)= 100[/tex]
Hence, the value of f(3) is 100.
Learn more about Function:
https://brainly.com/question/5245372