Respuesta :
A sequence is defined by the recursive function f(n + 1) = f(n). If f(3) = 9 , what is f(1) ? A) 1
Answer: The answer is 9.
Step-by-step explanation:
Since f(n+1) = f(n)
If n= 1
f(2) = f(1)
if n= 2
f(3) = f(2) = 9 {since f(3) is 9}
Since f(2) is now 9 and f(2) = f(1), therefore f(1) will also be 9.
No answer!