asked 198k views
1 vote
F(1)=3
f(n)=f(n−1)+5.5 ​
f(3)=

2 Answers

4 votes

Answer:

14

Explanation:

answered
User JColeson
by
9.1k points
4 votes

Answer:

f(3) = 14

Explanation:

Using the recursive formula and f(1) = 3 , then

f(2) = f(1) + 5.5 = 3 + 5.5 = 8.5

f(3) = f(2) + 5.5 = 8.5 + 5.5 = 14

answered
User Lekeisha
by
7.9k 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.