173k views
5 votes
A sequence is defined recursively using the equation f(n + 1) = f(n) – 8. If f(1) = 100, what is f(6)?

2 Answers

1 vote

Answer:

60

Explanation:

User Wouter Dorgelo
by
8.5k points
1 vote
f(2) = 92
f(3) = 84
f(4) = 76
f(5) = 68
f(6) = 60
User Iefpw
by
8.4k points

No related questions found

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