asked 12.4k views
4 votes
A sequence is defined recursively using the formula f(n + 1) = f(n) – 5 . Which sequence could be generated using this formula?

1, –5, 25, –125, ...
2, 10, 50, 250, ...
3, –2, –7, –12, ...
4, 9, 14, 19, ...

1 Answer

4 votes

Answer:

3, –2, –7, –12, ...

Explanation:

f(n+1) = f(n) − 5

This means each term is 5 less than the term before it.

The only option that works is the third one.

answered
User Sbolel
by
9.0k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.