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

calculate the pay for the following day of a weekly time card given a wage of $11.50/hour.\n\ntime card\n| |morning|afternoon|\n|----|----|----|\n|in|out|in|out|\n|08:00|12:00|12:45|17:30|\n\npay = $?\n\nround to the nearest cent if necessary

calculate the pay for the following day of a weekly time card given a wage of $11.50/hour.\n\ntime card\n| |morning|afternoon|\n|----|----|----|\n|in|out|in|out|\n|08:00|12:00|12:45|17:30|\n\npay = $?\n\nround to the nearest cent if necessary

Answer

Explanation:

Step1: Calculate morning hours

12:00 - 08:00 = 4 hours

Step2: Calculate afternoon hours

17:30 - 12:45 = 4.75 hours

Step3: Total hours worked

4 + 4.75 = 8.75 hours

Step4: Calculate daily pay

8.75 * 11.50 = 100.625

Step5: Round to nearest cent

100.625 ≈ 100.63

Answer:

100.63