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.

y=____ Amount earned for 10 hours of work ____

y = $140 + ($25 * x)

y = $140 + ($25 * 10)

y = $140 + $250

y = $390

Luigi would earn $390 for 10 hours of work on a project.