asked 229k views
2 votes
F(1)=4, f(n)=f(n-1)+3how do I put this problem in a table chart it's a recursive equation

asked
User Forde
by
7.5k points

1 Answer

3 votes

n | f(n)

1 | 4

2 | 4 + 3 = 7

3 | 7 + 3 = 10

4 | 10 + 3 = 13

The formula means that the new value is equal to the previous value plus 3, as is shown in the table.

answered
User Mykola Semenov
by
8.4k points

Related questions

asked Dec 24, 2017 97.4k views
Steve Gilham asked Dec 24, 2017
by Steve Gilham
8.1k points
1 answer
1 vote
97.4k views
asked Sep 23, 2018 68.7k views
Jignesh Mistry asked Sep 23, 2018
by Jignesh Mistry
8.1k points
1 answer
3 votes
68.7k views
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.