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