From the given table one can draw the project/activity network above. There are four possible paths: (i) C, B. (ii) C, A, D. (iii) E, D. (iv) G, F, D. The first path's project time is 4+5=9, the second path's project time is 4+2+9=15, the third path's project time is 3+9=12, and the forth path's project time is 8+1+9=18. The path the exercise chose is the longest, i.e. the forth path. The exercise didn't specify if the problem was either longest path problem or shortest path problem, and what I want to know is why is project time 18 (longest path) is the correct answer and not 9 (shortest path), is it generally agreed on the longest path or is the exercise missing keywords "longest path problem"?
Also, I would like to know if the following is correct or not; critical activities are the activities that the longest/shortest path takes, e.g. in this case the critical activities are G, F, D.
