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 charges for a project and x 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 word

To calculate the amount earned for 10 hours of work, we can use the formula:

y = 140 + (25 * x)

Substituting x = 10 into the formula:

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

So, Luigi would earn $390 for working 10 hours on a project.