calculate the pay for the following day of a weekly time card given a wage of $11/hour.\ntime…

calculate the pay for the following day of a weekly time card given a wage of $11/hour.\ntime card\nmorning\tafternoon\nin\tout\tin\tout\n08:00\t12:15\t13:00\t17:15\npay = $?\nround to the nearest cent if necessary
Answer
Explanation:
Step1: Calculate morning hours
12:15 - 08:00 = 4h15m = 4.25h
Step2: Calculate afternoon hours
17:15 - 13:00 = 4h15m = 4.25h
Step3: Total hours worked
4.25h + 4.25h = 8.5h
Step4: Calculate total pay
8.5h * $11/hour = $93.50
Answer:
93.50