[URGENT!!!1]A process tree of a hypothetical chain of processes is represented in a tree structure. Every process spawns a number of processes equal to that of its process number i.e. process number 3 has 3 children. The processes are named in level order, root being 1, its child/children are named from 2 and so on. What is the process number of the parent process of a given process?