77.8k views
0 votes
Luigi is an urban planner. As an independent contractor, he charges a $140 fee plus $25 per hour for each contract with the city. Write a function to represent this scenario where y represents the total amount he charges for a project and x represents the number of hours worked on a project.

2 Answers

4 votes

Answer: it is y=140+25h and for ten hours, the answer is $390

Explanation:

User Method
by
5.2k points
3 votes
Y=$140+25(X)
Or
Y=$140+($25*X)