Let "t" represent the hours and let "f(t)" be the salary as function of hours "t".
For the first hour or any part of the first hour;
"f(t)=10~~~0<t\\leq1"
For the additional hours. That is "1<t\\leq18"
"f(t)=10+(2\\%\\times10)(t-1)\\\\\nf(t)=10+0.2t-0.2\\\\\nf(t)=9.8+0.2t"
Hence the piece-wise function representing the salary is\\
"f(t)=\\begin{cases} 10 ~~~~~~~~~~~~~~~~~~~~0<t\\leq 1\\\\\n9.8+0.2t ~~~~~~~~1<t\\leq18 \\end{cases}"
The graph is as follows
Comments
Leave a comment