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

asked
User Freyja
by
8.3k points

2 Answers

2 votes

Answer:

real anwser is 10

Explanation:

toom the test

answered
User Stevenll
by
8.4k points
1 vote
sub n=1
f(1+1) = f(1)-2 = 18
f(1) = 20
f(2) - f(1) = -2 , d=-2
f(5) = 20+d*(n-1) = 20+(-2)*(5-1) = 20-8 = 12
answered
User Obotezat
by
8.3k 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.