224k views
3 votes
A sequence is defined by the recursive formula f (n + 1) = f(n) – 2. If f(1) = 18, what is f(5)?

User Hpalu
by
6.8k points

2 Answers

2 votes

Answer:

f(5)=10 so 10 is your answer.

Explanation:

I just did it on ed. ;)

User ZoEM
by
5.8k points
1 vote
it will be easier if we wrote some terms to help us predict the nature of the sequence
f(1)=18,f(2)=18-2=16,f(3)=16-2=14,f(4)=14-2=12f(5)=10
so the nth term will be in the form
f(n)=18-2(n-1)
User Amine Harbaoui
by
6.1k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.