Problema Solution

an internet service provider charges 9.95 a month for the first 20 hours and 0.05 for each additional hour. write an expression representing the charges for h hours of use in one month when h is more than 20 hours.

Answer provided by our tutors

let 'c' denotes the charges for h hours of use in one month


c = 9.95 + (h - 20)*0.05