Question 199518
Jacque earns 8.60 for each hour up to 40. he then earns 12.90 for hour over 40.
He worked 55.5 hours. So he worked 40 regular hours and 15.5 overtime hours

{{{totalPay = (regularPayRate*regularHours) + (overtimePayRate*overtimeHours)}}}
{{{totalPay = 8.60*40 + 12.90*15.5}}}
{{{totalPay = 344.00 + 199.95}}}
{{{totalPay = 543.95}}}