y = 300 for m <= 100
y = 300 + 1*m for m > 100
A user is charged 300 monthly for a particular mobile plan, which includes 100 free text messages. Messages in excess of 100 are charged 1 each. Represent the amount a consumer pays each month in a function of the number of the messages m sent in a month
1 answer