a multiprocessor system contains 10 identical processors each of which can access a separate memory area so that tasks executing on different processors do not interfere with each other. a program must complete 268 identical independent tasks each of which requires 4 million cycles to execute on a single processor. none of the tasks can be further subdivided. to employ as much parallelism as possible, what integer number of tasks should be assigned to each processor so that the total number of cycles required to complete all 268 tasks is minimized? explain your answer.