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.

Respuesta :

Y=$140+25(X)
Or
Y=$140+($25*X)

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

Step-by-step explanation: