station 2: payroll accountant (paying workers)\ntask: students calculate pay for school store…

station 2: payroll accountant (paying workers)\ntask: students calculate pay for school store employees.\nworksheet example:\n worker a: 6 hours @ $12/hr\n worker b: 4 hours @ $12/hr\n worker c: 5 hours @ $12/hr\ntaxes: deduct 10% for taxes.\nquestions:\n1. what is the gross pay for each worker?\n2. what is the net pay (after 10% tax)?\n3. how much money does the store spend total on payroll this week?
Answer
Explanation:
Step1: Calculate gross pay for each worker
Worker A: $6\times12 = 72$ dollars; Worker B: $4\times12=48$ dollars; Worker C: $5\times12 = 60$ dollars
Step2: Calculate net - pay for each worker
Worker A: $72\times(1 - 0.1)=72\times0.9 = 64.8$ dollars; Worker B: $48\times(1 - 0.1)=48\times0.9 = 43.2$ dollars; Worker C: $60\times(1 - 0.1)=60\times0.9 = 54$ dollars
Step3: Calculate total gross pay
Total gross pay = $72 + 48+60=180$ dollars
Step4: Calculate total net pay
Total net pay = $64.8+43.2 + 54=162$ dollars
Answer:
- Worker A: $72$ dollars, Worker B: $48$ dollars, Worker C: $60$ dollars
- Worker A: $64.8$ dollars, Worker B: $43.2$ dollars, Worker C: $54$ dollars
- $162$ dollars