At a bowling alley, the cost of shoe rental is $2.75 and the cost per game is $4.75. If f (n) represents the total cost of shoe rental and n games, what is the recursive equation for f (n)?

f (n) = 2.75 + 4.75 + f (n − 1), f (0) = 2.75
f (n) = 4.75 + f (n − 1), f (0) = 2.75
f (n) = 2.75 + 4.75n, n > 0
f (n) = (2.75 + 4.75)n, n > 0

Respuesta :

The recursive equation for f(n) will be:

f(n) = 2.75 + 4.75n, n > 0

The cost of the shoe rental = $2.75

The cost of 1 game = $2.75

The cost if n games = 4.75n

The total cost of shoe rental and n games = Cost of the shoe rental + cost of n games

Let the total cost of shoe rental and n games be f(n)

f(n) = 2.75 + 4.75n

Since at least 1 game will be played,

the recursive equation for f(n) will be:

f(n) = 2.75 + 4.75n, n > 0

Learn more on recursive functions here: https://brainly.com/question/11316313

ACCESS MORE