Question 976444
Write a formula that will help you determine your total cost.
Let's let
h = helmet rental
k = knee pad rental
p = cost of day pass
c = total cost
===============
If h & k are rental for the day:
c = p + k + h
--------------
If h & k are per hour:
c = p + t*(h + k) [t in hours]