Formula applied
The exact method behind this answer
CalculationTime keeps the method visible so the number can be checked instead of blindly trusted.
Raw weekly hours = Monday + Tuesday + Wednesday + Thursday + Friday + Saturday + Sunday. Paid hours = max(0, raw weekly hours − unpaid break minutes ÷ 60). Regular hours = min(paid hours, overtime threshold). Overtime hours = max(0, paid hours − overtime threshold). Gross pay = regular hours × hourly rate + overtime hours × hourly rate × overtime multiplier.- Apply the formulaRaw weekly hours = Monday + Tuesday + Wednesday + Thursday + Friday + Saturday + Sunday. Paid hours = max(0, raw weekly hours − unpaid break minutes ÷ 60). Regular hours = min(paid hours, overtime threshold). Overtime hours = max(0, paid hours − overtime threshold). Gross pay = regular hours × hourly rate + overtime hours × hourly rate × overtime multiplier.37.5 paid hours40 raw hours - 2.5 break hours = 37.5, rounded to 0.01 hours. Regular 37.5; overtime 0; gross pay $937.50.