Luigi is an Urbin 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 charged for a project and x represents the total number of hours on a project.
y=
amount earned for 10 hours of work:

To represent the scenario, the function will be y = 140 + 25x.

Amount earned for 10 hours of work:
To find the amount earned for 10 hours of work, we substitute x = 10 into the function:

y = 140 + 25(10)
y = 140 + 250
y = 390

Therefore, Luigi would earn $390 for 10 hours of work.