Roger M. answered 10/05/15
Tutor
4.9
(126)
Math, Physics and Chemistry from a 25 years experienced tutor.
C(x)= 35 if x≤400
C(x)= 35+0.10*(x-400) if x>400
The first one is in case you don't exceed the 400 min (It's valid when the number of minutes is lower or equal to 400). In that case, you will be paying always $35. The second one is in case you do exceed 400 min in that case you will be paying the basic charge of $35 plus $0.10 per each minute exceeding the 400 min.