Question 288188
    A trip will cost $70 per person plus a $420 deposit for the bus. Write a function that represents the total cost of the trip per person.
.
cost_per_person = "amount of ticket" + "share of deposit"
C(p) = 70 + 420/p
Where
C(p) is the cost per person
p is the total number of people taking the trip