Ask Question
13 March, 06:19

A sequence is defined by the recursive function f (n + 1) = - 10f (n). if f (1) = 1 what is f (3)

A) 3

B) - 30

C) 100

D) - 1,000

+5
Answers (1)
  1. 13 March, 06:26
    0
    F (1+1) = - 10 (f (1)) where f (1) = 1

    f (2) = - 10 (1)

    f (2) = - 10

    we are solving for f (3) so set f (n+1) equal to f (3)

    f (n+1) = f (3)

    n=2

    we know what f (2) is so we do that so

    f (2+1) = - 10 (f (2))

    f (2) = - 10

    f (3) = - 10 (-10)

    f (3) = 100 (since negative times negative=positive

    f (3) = 100

    the answer is C, 100
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “A sequence is defined by the recursive function f (n + 1) = - 10f (n). if f (1) = 1 what is f (3) A) 3 B) - 30 C) 100 D) - 1,000 ...” in 📘 Mathematics if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers