A company that operates for 18 hours a day has introduced a new daily wage system that
incorporates variable hourly rate to encourage longer shifts. The company pays $10 for first
hour or any part of the first hour. Afterwards, company pays additional 2% per hour for each
hour or part of each additional hour. Write a piece-wise function that shows the salary as a
function of hours. Also sketch a graph of this function.
"2. \\text{The piecewise function can be given by }\\\\\nf(x) = 10 \\text{ if $0 < x \\leq 1 $}\\\\\nf(x) = \\frac{2}{100}.10(x-1)+10 \\text{ if 1$\\leq x \\leq 18$}\\\\\n\\implies f(x) = \\begin{cases} 10 \\text{ if 0 < x $\\leq$ 1 }\\\\\n\\frac{2x+98}{10} \\text{ if $1< x \\leq 18$}\n \\end{cases}\\\\"
Comments
Leave a comment