Ask Question
8 July, 04:18

Which sequence can be defined by the recursive formula f (1) = 4, f (n 1) = f (n) - 1.25 for n ≥ 1?

+3
Answers (1)
  1. 8 July, 05:40
    0
    F (1) = 4; f (n+1) = f (n) - 1.25

    f (1) = 4

    f (2) = f (1) - 1.25 = 4 - 1.25 = 2.75

    f (3) = f (2) - 1.25 = 2.75 - 1.25 = 1.50

    f (4) = 1.50 - 1.25 = 0.25

    f (5) = 0.25 - 1.25 = - 1

    f (6) = - 1 - 1.25 = - 2.25

    Sequence: 4, 2.75, 1.50, 0.25, - 1, - 2.25, ...
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “Which sequence can be defined by the recursive formula f (1) = 4, f (n 1) = f (n) - 1.25 for n ≥ 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