SOLUTION: 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.
Algebra ->
Linear-equations
-> SOLUTION: 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.
Log On
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. Found 2 solutions by richwmiller, nerdybill:Answer by richwmiller(17219) (Show Source):
You can put this solution on YOUR website! C(t)=70p+420 is the total cost of the trip.
Per person would be
C(p)=70+(420/p)
70 plus the person's share of 420
You can put this solution on YOUR website! 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