Given the following set of independent periodic tasks, where the deadline interval is equal to the period: {T1(5,8); T2(1,9); T3(1,5)}; (notation: task name(CPU time, period)).
(a) Why is this task set not schedulable with the rate monotonic algorithm on a single processor system?
(b) Schedule this task set on a single processor system with the EDF algorithm.