Using RR scheduling with 4 ms quantum:
- P1 completes in 6 rounds = 24 ms, wait time = total time - burst - start
- P2 finishes after 1st cycle (4ms), wait = 0
- P3 finishes after 2nd slot (since P1 resumes after P2), wait = 4
Average waiting time = (13 + 0 + 4)/3 = 5.66 ms