60.5k views
3 votes
A local store owner pays her employees time and a half for overtime. That means for every hour an employee works more than 40 hours per week, the store will pay 1.5 times the regular hourly wage of $8.50. Write a function o(x) that defines the hourly pay for overtime hours worked.

User Kxepal
by
8.6k points

1 Answer

6 votes
y= h(8.50x1.5)
y is the pay.
h is the hours worked overtime.
User Walf
by
8.7k points