Given activities with E depending on A and D (split: C depends only on A), use one dummy between A/D and C.
Given G and H both depending on C, and I depending on both G and H (unique pairs), use one dummy so G and H have distinct end nodes before I.
The dummy for split predecessors: draw from the node where A and D meet to where E starts, ensuring E waits for both.
The dummy for unique pairs: insert a node between C and the merge for G and H so G and H have different (start, end) pairs.
Exam questions may give a partially completed network. Complete it using the specified number of dummies.
Always verify: each activity has a unique (start, end) node pair; all precedence relationships from the table are correctly represented.
Dummies still participate in forwards and backwards passes — treat them as arcs with duration 0.