SOLUTION: A bookkeeper charges $25 per hour of work and rounds the actual work time up to the nearest hour. Write a function to represent the total cost for x hours of work. What type of s
Algebra ->
Customizable Word Problem Solvers
-> Misc
-> SOLUTION: A bookkeeper charges $25 per hour of work and rounds the actual work time up to the nearest hour. Write a function to represent the total cost for x hours of work. What type of s
Log On
Question 190282This question is from textbook saxon algebra 2
: A bookkeeper charges $25 per hour of work and rounds the actual work time up to the nearest hour. Write a function to represent the total cost for x hours of work. What type of step function is this function? Explain. This question is from textbook saxon algebra 2
You can put this solution on YOUR website! I don't know if the word step function applies to this question.
Let x = hours
Let C(x) = total cost
Then C(x) = 25x
This is a linear function.