Answer:
p(t) = 25 + 5t if t ≤ 12
p(t) = 100 if t > 12
Step-by-step explanation:
Given
1. When time is not more than 12 hours.
Base amount = P25
Additional = P5 per hour
2. When time is more than 12 hours
Fee = P100 one time payment
Represent (1) as a function of t.
p(t) = Base Amount + Additional * t
p(t) = 25 + 5 * t
P(t) = 25 + 5t --- when t ≤ 12
Represent (2) as a function
P(t) = 100 ---- when t > 12
So, the complete function is
p(t) = 25 + 5t if t ≤ 12
p(t) = 100 if t > 12