3.4k views
5 votes
Which sequence can be defined by the recursive formula f (1) = 4, f (n + 1) = f (n) – 1.25 for n ≥ 1? 1, –0.25, –1.5, –2.75, –4, . . . 1, 2.25, 3.5, 4.75, 6, . . . 4, 2.75, 1.5, 0.25, –1, . . . 4, 5.25, 6.5, 7.75, 8, . . .

2 Answers

3 votes

Answer:

C.

4, 2.75, 1.5, 0.25, –1

Explanation:

User Caramiriel
by
8.0k points
3 votes

Answer:


4,2.75,1.5,0.25......

Explanation:

f (1) = 4,
f (n + 1) = f (n) - 1.25

To get the sequence we start with n=1

Plug in n=1 in the formula


f (n + 1) = f (n) - 1.25


f (1 + 1) = f (1) - 1.25


f (2) = f (1) - 1.25, replace f(1)=4


f (2) = 4 - 1.25=2.75

n=2


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


f (3) = f (2) - 1.25, replace f(2)=2.75


f (3) = 2.75 - 1.25=1.5

n=3


f (3 + 1) = f (3) - 1.25


f (4) = f (3) - 1.25, replace f(3)=1.5


f (4) = 1.5 - 1.25=0.25

Sequence is
4,2.75,1.5,0.25......

User Reece Daniels
by
8.1k points