SOLUTION: A plumber charges $66 for a service call and $45 for any additional hours of work. Define your variables and write a linear model to reflect the plumber's charges.
Question 1010790: A plumber charges $66 for a service call and $45 for any additional hours of work. Define your variables and write a linear model to reflect the plumber's charges. Found 2 solutions by macston, Boreal:Answer by macston(5194) (Show Source):
You can put this solution on YOUR website! .
S=fixed fee; h=number of hours; n=additional hourly charge
T=total charge
.
T=S+nh
T=$66+$45h
.