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

Respuesta :

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

[tex]f(1)=2[/tex]

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

[tex]f(n)=(n-1)+1[/tex]

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

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

Ver imagen AidanaR220665