136k views
4 votes
A sequence is defined by f(0) = -3, f(n) = f(n-1) + 0.5 for n ≥ 1.

1.
Write the first five terms of this sequence, starting with term 0.
2.
Write the nth term definition of this sequence.
PLS ANSWER ! PLS PLS PLS

User OliverB
by
8.9k points

1 Answer

1 vote

Answer:

1.

f(0) = -3

f(1) = f(0) + 0.5 = -3 + 0.5 = -2.5

f(2) = f(1) + 0.5 = -2.5 + 0.5 = -2

f(3) = f(2) + 0.5 = -2 + 0.5 = -1.5

f(4) = f(3) + 0.5 = -1.5 + 0.5 = -1

2.

f(n) = 0.5n - 3

This funktion is linear.

User As Above So Below
by
9.0k points

No related questions found

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.

9.4m questions

12.2m answers

Categories