Ask Question
19 October, 02:33

A sequence is defined by the recursive function f (n + 1) = one-halff (n). If f (3) = 9, what is f (1) ?

+5
Answers (2)
  1. 19 October, 02:35
    0
    81

    Step-by-step explanation:

    For the recursive function, f (n+1) = one-half (n)

    Thus, when n = 2,

    f (3) = 9

    If n = 1,

    f (2) = 9*3

    f (2) = 27

    If n = 0,

    f (1) = 27 * 3

    f (1) = 81
  2. 19 October, 02:39
    0
    d.) 81

    Step-by-step explanation:

    f (2) would be 27 and 27x3 is 81.

    81/3=27

    27/3=9
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) = one-halff (n). If f (3) = 9, what is f (1) ? ...” in 📗 Mathematics if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers