Ask Question
12 March, 16:41

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

+4
Answers (2)
  1. 12 March, 19:10
    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. 12 March, 19:30
    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?
Get 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 there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers