asked 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:

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

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.