Assume that every program in a system contains 40,000 machine code instructions. To execute an instruction it takes 4 machine cycles. Assume that a computer constantly keeps 150 active processes in execution and each active process needs to be executed at least once every 1/20 seconds. It implies that while a process is ending, a new process will be created. Assume the operating system is running under a Round Robin non-preemptive scheduling and each time quantum is divided into 50 ticks, and the system is running under 1GHZ. What is the burst time in ticks for each process when it is executed and what is the average waiting time?