447,790 views
29 votes
29 votes
Jeff made 2 baskets in his first basketball game and 1 more basket in his next game. Assuming he scores 1 more basket each game,write a recursive formula to generate the sequence representing the total number of baskets Jett made after each gare, point)(1) 2.5 (n) = S(n-1) - 1 forn > 1of(1) = 1 / (n) in 1) + 1 fenn> 1O f(1) 28 (1) 1 (n-1) + 1 ton1(1) Info 1) I forn 1

User Mesut Akcan
by
3.2k points

1 Answer

15 votes
15 votes

For this case for the first game Jeff made 2 baskets so then we have:


f(1)=2

For the next game he made 1 more basket so then the best relation would be:


f(n)=(n-1)+1

For n>1. So then the best option would be the third one:

f(1)=2, f(n)=f(n-1)+1, n>1

Jeff made 2 baskets in his first basketball game and 1 more basket in his next game-example-1
User DJohnson
by
3.0k points