A project involves nine activities, `A` to `I`.
The immediate predecessor(s) of each activity is shown in the table below.
| Activity | Immediate predecessor(s) |
|
| `A` | `-` | |
| `B` | `A` | |
| `C` | `A` | |
| `D` | `B` | |
| `E` | `B, C` | |
| `F` | `D` | |
| `G` | `D` | |
| `H` | `E, F` | |
| `I` | `G, H` |
A directed network for this project will require a dummy activity.
Sketch the network diagram, clearly identifying the dummy activity. (3 marks)












